CVPixelBuffer.IsCompatibleWithAttributes Method
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.
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.