Transcoder v1 API - Class Output (2.10.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
Name Description
other Output

Properties

Uri

public string Uri { get; set; }

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from [Job.output_uri][google.cloud.video.transcoder.v1.Job.output_uri]. See Supported input and output formats.

Property Value
Type Description
string