Share via


CMVideoFormatDescription Constructors

Definition

Overloads

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.

Applies to