CMVideoFormatDescription Constructors
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 |
|---|---|
| CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions) |
Initialize a new CMVideoFormatDescription instance. |
| CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions, CMFormatDescriptionExtensions) |
Initialize a new CMVideoFormatDescription instance. |
| CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions, NSDictionary) |
Initialize a new CMVideoFormatDescription instance. |
CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions)
Initialize a new CMVideoFormatDescription instance.
public CMVideoFormatDescription(CoreMedia.CMVideoCodecType codecType, CoreMedia.CMVideoDimensions size);
new CoreMedia.CMVideoFormatDescription : CoreMedia.CMVideoCodecType * CoreMedia.CMVideoDimensions -> CoreMedia.CMVideoFormatDescription
Parameters
- codecType
- CMVideoCodecType
The video codec type for the new CMVideoFormatDescription instance.
- size
- CMVideoDimensions
The video dimensions for the new CMVideoFormatDescription instance.
Applies to
CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions, CMFormatDescriptionExtensions)
Initialize a new CMVideoFormatDescription instance.
public CMVideoFormatDescription(CoreMedia.CMVideoCodecType codecType, CoreMedia.CMVideoDimensions size, CoreMedia.CMFormatDescriptionExtensions? extensions);
new CoreMedia.CMVideoFormatDescription : CoreMedia.CMVideoCodecType * CoreMedia.CMVideoDimensions * CoreMedia.CMFormatDescriptionExtensions -> CoreMedia.CMVideoFormatDescription
Parameters
- codecType
- CMVideoCodecType
The video codec type for the new CMVideoFormatDescription instance.
- size
- CMVideoDimensions
The video dimensions for the new CMVideoFormatDescription instance.
- extensions
- CMFormatDescriptionExtensions
An optional dictionary of extensions for the new CMVideoFormatDescription instance.
Applies to
CMVideoFormatDescription(CMVideoCodecType, CMVideoDimensions, NSDictionary)
Initialize a new CMVideoFormatDescription instance.
public CMVideoFormatDescription(CoreMedia.CMVideoCodecType codecType, CoreMedia.CMVideoDimensions size, Foundation.NSDictionary? extensions);
new CoreMedia.CMVideoFormatDescription : CoreMedia.CMVideoCodecType * CoreMedia.CMVideoDimensions * Foundation.NSDictionary -> CoreMedia.CMVideoFormatDescription
Parameters
- codecType
- CMVideoCodecType
The video codec type for the new CMVideoFormatDescription instance.
- size
- CMVideoDimensions
The video dimensions for the new CMVideoFormatDescription instance.
- extensions
- NSDictionary
An optional dictionary of extensions for the new CMVideoFormatDescription instance.