inputLossAction property
Controls the behavior of this RTMP group if input becomes unavailable.
- emitOutput: Emit a slate until input returns.
- pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection.
Implementation
final InputLossActionForRtmpOut? inputLossAction;