toVp9FramerateControl method

Vp9FramerateControl toVp9FramerateControl()

Implementation

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