toVp8FramerateControl method

Vp8FramerateControl toVp8FramerateControl()

Implementation

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