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