Share via


MediaJobInputSequence Class

Definition

A Sequence contains an ordered list of Clips where each clip is a JobInput. The Sequence will be treated as a single input.

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

Constructors

MediaJobInputSequence()

Initializes a new instance of MediaJobInputSequence.

Properties

Inputs

JobInputs that make up the timeline. Please note MediaJobInputClip 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 MediaJobInputAsset and MediaJobInputHttp.

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 System.Text.Json.Utf8JsonWriter.

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

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

IJsonModel<MediaJobInputSequence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<MediaJobInputBasicProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.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 System.BinaryData.

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

Converts the provided System.BinaryData into a model.

IPersistableModel<MediaJobInputSequence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MediaJobInputSequence>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to