다음을 통해 공유


VideoResolution Class

Definition

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.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VideoResolution>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<VideoResolution>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<VideoResolution>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<VideoResolution>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<VideoResolution>.Write(ModelReaderWriterOptions)

Applies to