public sealed class ElementaryStream : IMessage<ElementaryStream>, IEquatable<ElementaryStream>, IDeepCloneable<ElementaryStream>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ElementaryStream.
Encoding of an input element such as an audio, video, or text track.
Elementary streams must be packaged before mapping and sharing between
different output formats.
[[["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 document provides reference documentation for the `ElementaryStream` class within the Google Cloud Video Live Stream v1 API, detailing its properties, inheritance, and implementation of various interfaces."],["The `ElementaryStream` class represents the encoding of an input element, such as audio, video, or text tracks, which must be packaged for sharing across different output formats."],["It has constructors that can be used to create new instances of the class and a parameter called 'other', which is another instance of the class."],["The `ElementaryStream` class has properties for `AudioStream`, `TextStream`, and `VideoStream` to handle the encoding of audio, text, and video streams, respectively, and also includes an `ElementaryStreamCase` property to represent the stream type."],["There are multiple available versions of the API, with version 1.8.0 being the most recent, and previous versions going all the way back to version 1.0.0, as outlined in the initial version list."]]],[]]