toValue method

String toValue()

Implementation

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