toMpeg2FramerateControl method
Implementation
Mpeg2FramerateControl toMpeg2FramerateControl() {
switch (this) {
case 'INITIALIZE_FROM_SOURCE':
return Mpeg2FramerateControl.initializeFromSource;
case 'SPECIFIED':
return Mpeg2FramerateControl.specified;
}
throw Exception('$this is not known in enum Mpeg2FramerateControl');
}