A unique key for this multiplexed stream. The key must be 1-63
characters in length. The key must begin and end with a letter (regardless
of case) or a number, but can contain dashes or underscores in between.
[[["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 documentation covers the \u003ccode\u003eMuxStream\u003c/code\u003e class within the Google Cloud Live Stream v1 API, specifically within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMuxStream\u003c/code\u003e is used to define multiplexing settings for an output stream, supporting both \u003ccode\u003efmp4\u003c/code\u003e and \u003ccode\u003ets\u003c/code\u003e container formats.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 1.8.0, but versions from 1.0.0 to 1.7.0 are also listed and documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMuxStream\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities like deep cloning and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMuxStream\u003c/code\u003e include \u003ccode\u003eContainer\u003c/code\u003e to specify the container format, \u003ccode\u003eElementaryStreams\u003c/code\u003e to list multiplexed streams, \u003ccode\u003eEncryptionId\u003c/code\u003e for encryption settings, \u003ccode\u003eKey\u003c/code\u003e for a unique identifier, and \u003ccode\u003eSegmentSettings\u003c/code\u003e for segment configurations.\u003c/p\u003e\n"]]],[],null,["# Live Stream v1 API - Class MuxStream (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.MuxStream)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.8.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.7.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.6.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.5.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.4.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.3.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.2.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.1.0/Google.Cloud.Video.LiveStream.V1.MuxStream)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/1.0.0/Google.Cloud.Video.LiveStream.V1.MuxStream) \n\n public sealed class MuxStream : IMessage\u003cMuxStream\u003e, IEquatable\u003cMuxStream\u003e, IDeepCloneable\u003cMuxStream\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Live Stream v1 API class MuxStream.\n\nMultiplexing settings for output stream. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MuxStream \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MuxStream](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.MuxStream), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MuxStream](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.MuxStream), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MuxStream](/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest/Google.Cloud.Video.LiveStream.V1.MuxStream), [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### MuxStream()\n\n public MuxStream()\n\n### MuxStream(MuxStream)\n\n public MuxStream(MuxStream other)\n\nProperties\n----------\n\n### Container\n\n public string Container { get; set; }\n\nThe container format. The default is `fmp4`.\n\nSupported container formats:\n\n- `fmp4` - the corresponding file extension is `.m4s`\n- `ts` - the corresponding file extension is `.ts`\n\n### ElementaryStreams\n\n public RepeatedField\u003cstring\u003e ElementaryStreams { get; }\n\nList of `ElementaryStream`\n\\[key\\]\\[google.cloud.video.livestream.v1.ElementaryStream.key\\]s multiplexed\nin this stream.\n\n- For `fmp4` container, must contain either one video or one audio stream.\n- For `ts` container, must contain exactly one audio stream and up to one video stream.\n\n### EncryptionId\n\n public string EncryptionId { get; set; }\n\nIdentifier of the encryption configuration to use. If omitted, output\nwill be unencrypted.\n\n### Key\n\n public string Key { get; set; }\n\nA unique key for this multiplexed stream. The key must be 1-63\ncharacters in length. The key must begin and end with a letter (regardless\nof case) or a number, but can contain dashes or underscores in between.\n\n### SegmentSettings\n\n public SegmentSettings SegmentSettings { get; set; }\n\nSegment settings for `fmp4` and `ts`."]]