public sealed class Channel.Types.Output : IMessage<Channel.Types.Output>, IEquatable<Channel.Types.Output>, IDeepCloneable<Channel.Types.Output>, IBufferMessage, IMessageReference 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.
Implements
IMessageChannelTypesOutput, IEquatableChannelTypesOutput, IDeepCloneableChannelTypesOutput, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
Output()
public Output()Output(Output)
public Output(Channel.Types.Output other)| Parameter | |
|---|---|
| Name | Description |
other |
ChannelTypesOutput |
Properties
Uri
public string Uri { get; set; }URI for the output file(s). For example, gs://my-bucket/outputs/.
| Property Value | |
|---|---|
| Type | Description |
string |
|