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