toValue method
Implementation
String toValue() {
switch (this) {
case M2tsNielsenId3Behavior.noPassthrough:
return 'NO_PASSTHROUGH';
case M2tsNielsenId3Behavior.passthrough:
return 'PASSTHROUGH';
}
}
String toValue() {
switch (this) {
case M2tsNielsenId3Behavior.noPassthrough:
return 'NO_PASSTHROUGH';
case M2tsNielsenId3Behavior.passthrough:
return 'PASSTHROUGH';
}
}