toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2DynamicSubGop.adaptive:
return 'ADAPTIVE';
case Mpeg2DynamicSubGop.static:
return 'STATIC';
}
}
String toValue() {
switch (this) {
case Mpeg2DynamicSubGop.adaptive:
return 'ADAPTIVE';
case Mpeg2DynamicSubGop.static:
return 'STATIC';
}
}