Delen via


MediaJobInputHttp Class

Definition

Represents HTTPS job input.

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

Constructors

MediaJobInputHttp()

Initializes a new instance of MediaJobInputHttp.

Properties

BaseUri

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

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MediaJobInputBasicProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaJobInputBasicProperties)
IJsonModel<MediaJobInputClip>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MediaJobInputClip)
IJsonModel<MediaJobInputHttp>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MediaJobInputHttp>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MediaJobInputBasicProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MediaJobInputBasicProperties)
IPersistableModel<MediaJobInputClip>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MediaJobInputClip)
IPersistableModel<MediaJobInputHttp>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MediaJobInputHttp>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MediaJobInputHttp>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to