toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AudioDescriptionAudioTypeControl.followInput:
      return 'FOLLOW_INPUT';
    case AudioDescriptionAudioTypeControl.useConfigured:
      return 'USE_CONFIGURED';
  }
}