Live Stream v1 API - Class Channel.Types.Output (1.5.0)

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

Reference documentation and code samples for the Live Stream v1 API class Channel.Types.Output.

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

Inheritance

object > Channel.Types.Output

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

Output()

public Output()

Output(Output)

public Output(Channel.Types.Output other)
Parameter
NameDescription
otherChannelTypesOutput

Properties

Uri

public string Uri { get; set; }

URI for the output file(s). For example, gs://my-bucket/outputs/.

Property Value
TypeDescription
string