toValue method
Implementation
String toValue() {
switch (this) {
case M2tsAudioBufferModel.dvb:
return 'DVB';
case M2tsAudioBufferModel.atsc:
return 'ATSC';
}
}
String toValue() {
switch (this) {
case M2tsAudioBufferModel.dvb:
return 'DVB';
case M2tsAudioBufferModel.atsc:
return 'ATSC';
}
}