Class Input (1.0.0-beta04)

public sealed class Input : IMessage<Input>, IEquatable<Input>, IDeepCloneable<Input>, IBufferMessage, IMessage

Input asset.

Inheritance

Object > Input

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Input()

public Input()

Input(Input)

public Input(Input other)
Parameter
NameDescription
otherInput

Properties

Key

public string Key { get; set; }

A unique key for this input. Must be specified when using advanced mapping and edit lists.

Property Value
TypeDescription
String

PreprocessingConfig

public PreprocessingConfig PreprocessingConfig { get; set; }

Preprocessing configurations.

Property Value
TypeDescription
PreprocessingConfig

Uri

public string Uri { get; set; }

URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). If empty, the value will be populated from Job.input_uri.

Property Value
TypeDescription
String