toDolbyVisionProfile method

DolbyVisionProfile toDolbyVisionProfile()

Implementation

DolbyVisionProfile toDolbyVisionProfile() {
  switch (this) {
    case 'PROFILE_5':
      return DolbyVisionProfile.profile_5;
  }
  throw Exception('$this is not known in enum DolbyVisionProfile');
}