JobInputAsset Class

Definition

Represents an Asset for input into a Job.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputAsset")]
public class JobInputAsset : Microsoft.Azure.Management.Media.Models.JobInputClip
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputAsset")>]
type JobInputAsset = class
    inherit JobInputClip
Public Class JobInputAsset
Inherits JobInputClip
Inheritance
JobInputAsset
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

JobInputAsset()

Initializes a new instance of the JobInputAsset class.

JobInputAsset(String, IList<String>, ClipTime, ClipTime, String, IList<InputDefinition>)

Initializes a new instance of the JobInputAsset class.

Properties

AssetName

Gets or sets the name of the input Asset.

End

Gets or sets defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.

(Inherited from JobInputClip)
Files

Gets or sets 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 JobInputClip)
InputDefinitions

Gets or sets defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.

(Inherited from JobInputClip)
Label

Gets or sets 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 JobInputClip)
Start

Gets or sets defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

(Inherited from JobInputClip)

Methods

Validate()

Validate the object.

Applies to