RtmpGroupSettings constructor
RtmpGroupSettings({
- List<
RtmpAdMarkers> ? adMarkers, - AuthenticationScheme? authenticationScheme,
- RtmpCacheFullBehavior? cacheFullBehavior,
- int? cacheLength,
- InputLossActionForRtmpOut? inputLossAction,
- int? restartDelay,
Implementation
RtmpGroupSettings({
this.adMarkers,
this.authenticationScheme,
this.cacheFullBehavior,
this.cacheLength,
this.captionData,
this.inputLossAction,
this.restartDelay,
});