Class Input
Input asset.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Input : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
A unique key for this input. Must be specified when using advanced mapping and edit lists.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
PreprocessingConfig
Preprocessing configurations.
Declaration
[JsonProperty("preprocessingConfig")]
public virtual PreprocessingConfig PreprocessingConfig { get; set; }
Property Value
Type | Description |
---|---|
PreprocessingConfig |
Uri
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.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |