Bagikan melalui


MediaJobInputAsset Class

Definition

Represents an Asset for input into a Job.

public class MediaJobInputAsset : Azure.ResourceManager.Media.Models.MediaJobInputClip
type MediaJobInputAsset = class
    inherit MediaJobInputClip
Public Class MediaJobInputAsset
Inherits MediaJobInputClip
Inheritance

Constructors

MediaJobInputAsset(String)

Initializes a new instance of MediaJobInputAsset.

Properties

AssetName

The name of the input Asset.

End

Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media. Please note ClipTime 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 AbsoluteClipTime and UtcClipTime.

(Inherited from MediaJobInputClip)
Files

List of files. Required for JobInputHttp. Maximum of 4000 characters each. Query strings will not be returned in service responses to prevent sensitive data exposure.

(Inherited from MediaJobInputClip)
InputDefinitions

Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track 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.

(Inherited from MediaJobInputClip)
Label

A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.

(Inherited from MediaJobInputClip)
Start

Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media. Please note ClipTime 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 AbsoluteClipTime and UtcClipTime.

(Inherited from MediaJobInputClip)

Applies to