toValue method

String toValue()

Implementation

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