다음을 통해 공유


TrackDescriptor Class

Definition

Base type for all TrackDescriptor types, which define the metadata and selection for tracks that should be processed by a Job Please note TrackDescriptor is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AudioTrackDescriptor, SelectAudioTrackByAttribute, SelectAudioTrackById, SelectVideoTrackByAttribute, SelectVideoTrackById and VideoTrackDescriptor.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownTrackDescriptor))]
public abstract class TrackDescriptor : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.TrackDescriptor>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.TrackDescriptor>
public abstract class TrackDescriptor
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownTrackDescriptor))>]
type TrackDescriptor = class
    interface IJsonModel<TrackDescriptor>
    interface IPersistableModel<TrackDescriptor>
type TrackDescriptor = class
Public MustInherit Class TrackDescriptor
Implements IJsonModel(Of TrackDescriptor), IPersistableModel(Of TrackDescriptor)
Public MustInherit Class TrackDescriptor
Inheritance
TrackDescriptor
Derived
Attributes
Implements

Constructors

TrackDescriptor()

Initializes a new instance of TrackDescriptor.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TrackDescriptor>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrackDescriptor>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrackDescriptor>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrackDescriptor>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrackDescriptor>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to