VoiceLiveModelFactory.VideoResolution(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.