Transcoder v1 API - Class Output (2.8.0)

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

Reference documentation and code samples for the Transcoder v1 API class Output.

Location of output file(s) in a Cloud Storage bucket.

Inheritance

object > Output

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Output()

public Output()

Output(Output)

public Output(Output other)
Parameter
NameDescription
otherOutput

Properties

Uri

public string Uri { get; set; }

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

Property Value
TypeDescription
string