Delen 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>
public class VideoTrack : Azure.ResourceManager.Media.Models.MediaAssetTrackBase
type VideoTrack = class
    inherit MediaAssetTrackBase
    interface IJsonModel<VideoTrack>
    interface IPersistableModel<VideoTrack>
type VideoTrack = class
    inherit MediaAssetTrackBase
Public Class VideoTrack
Inherits MediaAssetTrackBase
Implements IJsonModel(Of VideoTrack), IPersistableModel(Of VideoTrack)
Public Class VideoTrack
Inherits MediaAssetTrackBase
Inheritance
Implements

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 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 Utf8JsonWriter.

IPersistableModel<MediaAssetTrackBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

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

Converts the provided 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 BinaryData.

Applies to