toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DolbyVisionLevel6Mode.passthrough:
      return 'PASSTHROUGH';
    case DolbyVisionLevel6Mode.recalculate:
      return 'RECALCULATE';
    case DolbyVisionLevel6Mode.specify:
      return 'SPECIFY';
  }
}