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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation page covers the `Channel.Types.Output` class within the Google Cloud Live Stream v1 API, specifically for version 1.7.0."],["The `Channel.Types.Output` class defines the location of output files in a Google Cloud Storage bucket, representing the output destination for live stream data."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has a property `Uri`, which is a string representing the URI for the output file(s), like `gs://my-bucket/outputs/`."],["There are also constructors for `Output` objects, one for creating a new instance and the other to create a new instance from a pre-existing `Channel.Types.Output` object."]]],[]]