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