다음을 통해 공유


SelectAudioTrackById Class

Definition

Select audio tracks from the input by specifying a track identifier.

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

Constructors

SelectAudioTrackById(Int64)

Initializes a new instance of SelectAudioTrackById.

Properties

ChannelMapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

(Inherited from AudioTrackDescriptor)
TrackId

Track identifier to select.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AudioTrackDescriptor>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AudioTrackDescriptor)
IJsonModel<SelectAudioTrackById>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SelectAudioTrackById>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TrackDescriptor>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrackDescriptor)
IPersistableModel<AudioTrackDescriptor>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AudioTrackDescriptor)
IPersistableModel<SelectAudioTrackById>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelectAudioTrackById>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SelectAudioTrackById>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TrackDescriptor>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TrackDescriptor)

Applies to