toValue method
Implementation
String toValue() {
switch (this) {
case H265TimecodeInsertionBehavior.disabled:
return 'DISABLED';
case H265TimecodeInsertionBehavior.picTimingSei:
return 'PIC_TIMING_SEI';
}
}
String toValue() {
switch (this) {
case H265TimecodeInsertionBehavior.disabled:
return 'DISABLED';
case H265TimecodeInsertionBehavior.picTimingSei:
return 'PIC_TIMING_SEI';
}
}