Share via


VoiceLiveModelFactory.VideoResolution(Int32, Int32) Method

Definition

Resolution of the video feed in pixels.

public static Azure.AI.VoiceLive.VideoResolution VideoResolution(int width = 0, int height = 0);
static member VideoResolution : int * int -> Azure.AI.VoiceLive.VideoResolution
Public Shared Function VideoResolution (Optional width As Integer = 0, Optional height As Integer = 0) As VideoResolution

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.

Returns

A new VideoResolution instance for mocking.

Applies to