CVPixelFormatDescription.Register 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 |
|---|---|
| Register(CVPixelFormatDescription, CVPixelFormatType) |
Register a new pixel format with CoreVideo. |
| Register(NSDictionary, CVPixelFormatType) |
Register a new pixel format with CoreVideo. |
Register(CVPixelFormatDescription, CVPixelFormatType)
Register a new pixel format with CoreVideo.
public static void Register(CoreVideo.CVPixelFormatDescription description, CoreVideo.CVPixelFormatType pixelFormat);
static member Register : CoreVideo.CVPixelFormatDescription * CoreVideo.CVPixelFormatType -> unit
Parameters
- description
- CVPixelFormatDescription
The pixel format description for the pixel format to register.
- pixelFormat
- CVPixelFormatType
The pixel format to register.
Applies to
Register(NSDictionary, CVPixelFormatType)
Register a new pixel format with CoreVideo.
public static void Register(Foundation.NSDictionary description, CoreVideo.CVPixelFormatType pixelFormat);
static member Register : Foundation.NSDictionary * CoreVideo.CVPixelFormatType -> unit
Parameters
- description
- NSDictionary
The pixel format description for the pixel format to register.
- pixelFormat
- CVPixelFormatType
The pixel format to register.