JobInputHttp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents HTTPS job input.
[Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputHttp")]
public class JobInputHttp : Microsoft.Azure.Management.Media.Models.JobInputClip
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.JobInputHttp")>]
type JobInputHttp = class
inherit JobInputClip
Public Class JobInputHttp
Inherits JobInputClip
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
JobInputHttp() |
Initializes a new instance of the JobInputHttp class. |
JobInputHttp(IList<String>, ClipTime, ClipTime, String, IList<InputDefinition>, String) |
Initializes a new instance of the JobInputHttp class. |
Properties
BaseUri |
Gets or sets base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters. The query strings will not be returned in service responses to prevent sensitive data exposure. |
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) |
Applies to
Azure SDK for .NET