toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2GopSizeUnits.frames:
      return 'FRAMES';
    case Mpeg2GopSizeUnits.seconds:
      return 'SECONDS';
  }
}