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