videoFrameRateRangeForReactionEffectsInProgress
Indicates the minimum and maximum frame rates available when a reaction effect runs.
Declaration
var videoFrameRateRangeForReactionEffectsInProgress: AVFrameRateRange? { get }Discussion
Unlike other video effects, enabling reaction effects doesn’t limit the stream’s frame rate because most of the time the system isn’t rendering the effect. The frame rate only ramps down when the system renders a reaction on the stream.