toH265ParControl method

H265ParControl toH265ParControl()

Implementation

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