toValue method

String toValue()

Implementation

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