toValue method
Implementation
String toValue() {
switch (this) {
case M2tsAribCaptionsPidControl.auto:
return 'AUTO';
case M2tsAribCaptionsPidControl.useConfigured:
return 'USE_CONFIGURED';
}
}
String toValue() {
switch (this) {
case M2tsAribCaptionsPidControl.auto:
return 'AUTO';
case M2tsAribCaptionsPidControl.useConfigured:
return 'USE_CONFIGURED';
}
}