toValue method
Implementation
String toValue() {
switch (this) {
case M2tsScte35Source.passthrough:
return 'PASSTHROUGH';
case M2tsScte35Source.none:
return 'NONE';
}
}
String toValue() {
switch (this) {
case M2tsScte35Source.passthrough:
return 'PASSTHROUGH';
case M2tsScte35Source.none:
return 'NONE';
}
}