toVc3FramerateControl method

Vc3FramerateControl toVc3FramerateControl()

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');
}