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