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