Share via


CMVideoDimensions(Int32, Int32) Constructor

Definition

Create a new CMVideoDimensions instance with the specified width and height.

public CMVideoDimensions(int width, int height);
new CoreMedia.CMVideoDimensions : int * int -> CoreMedia.CMVideoDimensions

Parameters

width
Int32

The width of the video media.

height
Int32

The height of the video media.

Applies to