toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputTimecodeSource.zerobased:
      return 'ZEROBASED';
    case InputTimecodeSource.embedded:
      return 'EMBEDDED';
  }
}