CVPixelBufferAttributes.CGBitmapContextCompatibility Property

Definition

Indicates whether the pixel buffer is compatible with Core Graphics bitmap contexts.

public Nullable<bool> CGBitmapContextCompatibility { get; set; }
member this.CGBitmapContextCompatibility : Nullable<bool> with get, set

Property Value

Remarks

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

Applies to