toValue method
Implementation
String toValue() {
switch (this) {
case H264SubGopLength.dynamic:
return 'DYNAMIC';
case H264SubGopLength.fixed:
return 'FIXED';
}
}
String toValue() {
switch (this) {
case H264SubGopLength.dynamic:
return 'DYNAMIC';
case H264SubGopLength.fixed:
return 'FIXED';
}
}