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