CVPixelBufferPoolAllocationSettings.Threshold Property

Definition

The maximum allowed pixel buffer allocations in the pixel buffer pool.

public Nullable<int> Threshold { get; set; }
member this.Threshold : Nullable<int> with get, set

Property Value

Remarks

The property uses constant kCVPixelBufferPoolAllocationThresholdKey value to access the underlying dictionary.

Applies to