toAvcIntraFramerateControl method

AvcIntraFramerateControl toAvcIntraFramerateControl()

Implementation

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