Share via


VideoTrack Class

Definition

Represents a video track in the asset.

public class VideoTrack : Azure.ResourceManager.Media.Models.MediaAssetTrackBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.VideoTrack>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.VideoTrack>
type VideoTrack = class
    inherit MediaAssetTrackBase
    interface IJsonModel<VideoTrack>
    interface IPersistableModel<VideoTrack>
Public Class VideoTrack
Inherits MediaAssetTrackBase
Implements IJsonModel(Of VideoTrack), IPersistableModel(Of VideoTrack)
Inheritance
System.Object
VideoTrack
Implements
System.ClientModel.Primitives.IJsonModel<VideoTrack> System.ClientModel.Primitives.IPersistableModel<VideoTrack> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

VideoTrack()

Initializes a new instance of VideoTrack.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MediaAssetTrackBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MediaAssetTrackBase)
IJsonModel<MediaAssetTrackBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

(Inherited from MediaAssetTrackBase)
IJsonModel<VideoTrack>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VideoTrack>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<MediaAssetTrackBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

(Inherited from MediaAssetTrackBase)
IPersistableModel<MediaAssetTrackBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MediaAssetTrackBase)
IPersistableModel<MediaAssetTrackBase>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

(Inherited from MediaAssetTrackBase)
IPersistableModel<VideoTrack>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<VideoTrack>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VideoTrack>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to