toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsAbsentInputAudioBehavior.drop:
      return 'DROP';
    case M2tsAbsentInputAudioBehavior.encodeSilence:
      return 'ENCODE_SILENCE';
  }
}