toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputLossActionForRtmpOut.emitOutput:
      return 'EMIT_OUTPUT';
    case InputLossActionForRtmpOut.pauseOutput:
      return 'PAUSE_OUTPUT';
  }
}