toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AacInputType.broadcasterMixedAd:
      return 'BROADCASTER_MIXED_AD';
    case AacInputType.normal:
      return 'NORMAL';
  }
}