toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H264Syntax.$default:
      return 'DEFAULT';
    case H264Syntax.rp2027:
      return 'RP2027';
  }
}