Megosztás a következőn keresztül:


MediaJobInputDefinition Class

Definition

Base class for defining an input. Use sub classes of this class to specify tracks selections and related metadata. Please note MediaJobInputDefinition 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 FromAllInputFile, FromEachInputFile and MediaJobInputFile.

public abstract class MediaJobInputDefinition
type MediaJobInputDefinition = class
Public MustInherit Class MediaJobInputDefinition
Inheritance
MediaJobInputDefinition
Derived

Constructors

MediaJobInputDefinition()

Initializes a new instance of MediaJobInputDefinition.

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.

Applies to