Share via


CMVideoDimensions Struct

Definition

Struct that contains the width and height of video media.

public struct CMVideoDimensions
type CMVideoDimensions = struct
Inheritance
CMVideoDimensions

Constructors

Name Description
CMVideoDimensions(Int32, Int32)

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

Fields

Name Description
Height

The height of the video media.

Width

The width of the video media.

Methods

Name Description
ToString()

Converts this instance to a human readable string.

Applies to