Contents

droppedFrameReplacementPolicy

The strategy used to replace dropped video frames.

Declaration

var droppedFrameReplacementPolicy: AVCaptureBroadcastVideoOutput.DroppedFrameReplacementPolicy { get set }

Discussion

This property determines how the broadcast video output handles dropped frames. The default value is AVCaptureBroadcastVideoOutputDroppedFrameReplacementPolicyRepeatPreviousFrame.

See Also

Related Documentation

Managing Video Output