toValue method

String toValue()

Implementation

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