toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2DynamicSubGop.adaptive:
      return 'ADAPTIVE';
    case Mpeg2DynamicSubGop.static:
      return 'STATIC';
  }
}