CVPixelBufferAttributes.CGImageCompatibility Property

Definition

Indicates whether the pixel buffer is compatible with CGImage types

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

Property Value

Remarks

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

Applies to