VideoResolution(Int32, Int32) Constructor
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.
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.