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