CVPixelBufferPoolSettings.MaximumBufferAgeInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.