toValue method

String toValue()

Implementation

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