toValue method

String toValue()

Implementation

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