Share via


CVPixelBuffer.IsCompatibleWithAttributes Method

Definition

Overloads

Name Description
IsCompatibleWithAttributes(CVPixelBufferAttributes)

Check if this pixel buffer is compatible with the specified pixel buffer attributes.

IsCompatibleWithAttributes(NSDictionary)

Check if this pixel buffer is compatible with the specified pixel buffer attributes.

IsCompatibleWithAttributes(CVPixelBufferAttributes)

Check if this pixel buffer is compatible with the specified pixel buffer attributes.

public bool IsCompatibleWithAttributes(CoreVideo.CVPixelBufferAttributes? attributes);
member this.IsCompatibleWithAttributes : CoreVideo.CVPixelBufferAttributes -> bool

Parameters

attributes
CVPixelBufferAttributes

The attributes to check.

Returns

true if this pixel buffer is compatible with the specified pixel buffer attributes, false otherwise.

Applies to

IsCompatibleWithAttributes(NSDictionary)

Check if this pixel buffer is compatible with the specified pixel buffer attributes.

public bool IsCompatibleWithAttributes(Foundation.NSDictionary? attributes);
member this.IsCompatibleWithAttributes : Foundation.NSDictionary -> bool

Parameters

attributes
NSDictionary

The attributes to check.

Returns

true if this pixel buffer is compatible with the specified pixel buffer attributes, false otherwise.

Applies to