VideoResolution Class
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 class VideoResolution : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.VideoResolution>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.VideoResolution>
type VideoResolution = class
interface IJsonModel<VideoResolution>
interface IPersistableModel<VideoResolution>
Public Class VideoResolution
Implements IJsonModel(Of VideoResolution), IPersistableModel(Of VideoResolution)
- Inheritance
-
VideoResolution
- Implements
Constructors
VideoResolution(Int32, Int32) |
Initializes a new instance of VideoResolution. |
Properties
Height |
Height of the video in pixels. Must be greater than 0. |
Width |
Width of the video in pixels. Must be greater than 0. |