toM2tsAudioBufferModel method
Implementation
M2tsAudioBufferModel toM2tsAudioBufferModel() {
switch (this) {
case 'ATSC':
return M2tsAudioBufferModel.atsc;
case 'DVB':
return M2tsAudioBufferModel.dvb;
}
throw Exception('$this is not known in enum M2tsAudioBufferModel');
}