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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eChannel.Types.Output\u003c/code\u003e class within the Google Cloud Live Stream v1 API, covering versions from 1.0.0 to the latest 1.8.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eChannel.Types.Output\u003c/code\u003e is a class that represents the location of output files in a Google Cloud Storage bucket, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed using either the default constructor \u003ccode\u003eOutput()\u003c/code\u003e or a copy constructor \u003ccode\u003eOutput(Output)\u003c/code\u003e that takes another \u003ccode\u003eChannel.Types.Output\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUri\u003c/code\u003e property, of type \u003ccode\u003estring\u003c/code\u003e, specifies the URI for the output files, such as \u003ccode\u003egs://my-bucket/outputs/\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class belongs to the namespace \u003ccode\u003eGoogle.Cloud.Video.LiveStream.V1\u003c/code\u003e and is found within the \u003ccode\u003eGoogle.Cloud.Video.LiveStream.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Live Stream v1 API - Class Channel.Types.Output (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.8.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.7.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.6.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.5.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.4.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.3.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.2.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.1.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.0.0/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output) \n\n public sealed class Channel.Types.Output : IMessage\u003cChannel.Types.Output\u003e, IEquatable\u003cChannel.Types.Output\u003e, IDeepCloneable\u003cChannel.Types.Output\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Live Stream v1 API class Channel.Types.Output.\n\nLocation of output file(s) in a Google Cloud Storage bucket. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Channel.Types.Output \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Channel](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel)[Types](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types)[Output](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Channel](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel)[Types](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types)[Output](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Channel](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel)[Types](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types)[Output](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.Channel.Types.Output), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.LiveStream.V1](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.LiveStream.V1.dll\n\nConstructors\n------------\n\n### Output()\n\n public Output()\n\n### Output(Output)\n\n public Output(Channel.Types.Output other)\n\nProperties\n----------\n\n### Uri\n\n public string Uri { get; set; }\n\nURI for the output file(s). For example, `gs://my-bucket/outputs/`."]]