Delen via


FromAllInputFile Class

Definition

An InputDefinition that looks across all of the files provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to allow selection of a single track across a set of input files.

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

Constructors

FromAllInputFile()

Initializes a new instance of FromAllInputFile.

Properties

IncludedTracks

The list of TrackDescriptors which define the metadata and selection of tracks in the input. 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.

(Inherited from MediaJobInputDefinition)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FromAllInputFile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FromAllInputFile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MediaJobInputDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaJobInputDefinition)
IPersistableModel<FromAllInputFile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FromAllInputFile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FromAllInputFile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MediaJobInputDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MediaJobInputDefinition)

Applies to