CVPixelBufferPoolSettings.MaximumBufferAgeInSeconds Property

Definition

The maximum allowable age in seconds for a buffer in the pixel buffer pool.

public Nullable<double> MaximumBufferAgeInSeconds { get; set; }
member this.MaximumBufferAgeInSeconds : Nullable<double> with get, set

Property Value

Using zero value will disable the age out procedure completely.

Remarks

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

Applies to