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