Share via


VideoResolution(Int32, Int32) Constructor

Definition

Initializes a new instance of VideoResolution.

public VideoResolution(int width, int height);
new Azure.AI.VoiceLive.VideoResolution : int * int -> Azure.AI.VoiceLive.VideoResolution
Public Sub New (width As Integer, height As Integer)

Parameters

width
Int32

Width of the video in pixels. Must be greater than 0.

height
Int32

Height of the video in pixels. Must be greater than 0.

Applies to