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