toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H264SubGopLength.dynamic:
      return 'DYNAMIC';
    case H264SubGopLength.fixed:
      return 'FIXED';
  }
}