toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2TimecodeInsertionBehavior.disabled:
return 'DISABLED';
case Mpeg2TimecodeInsertionBehavior.gopTimecode:
return 'GOP_TIMECODE';
}
}
String toValue() {
switch (this) {
case Mpeg2TimecodeInsertionBehavior.disabled:
return 'DISABLED';
case Mpeg2TimecodeInsertionBehavior.gopTimecode:
return 'GOP_TIMECODE';
}
}