public sealed class Input : IMessage<Input>, IEquatable<Input>, IDeepCloneable<Input>, IBufferMessage, IMessage
Input asset.
Namespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Input()
public Input()
Input(Input)
public Input(Input other)
Parameter | |
---|---|
Name | Description |
other | Input |
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 | |
---|---|
Type | Description |
String |
PreprocessingConfig
public PreprocessingConfig PreprocessingConfig { get; set; }
Preprocessing configurations.
Property Value | |
---|---|
Type | Description |
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 is populated from Job.input_uri
. See
Supported input and output
formats.
Property Value | |
---|---|
Type | Description |
String |