public sealed class ElementaryStream : IMessage<ElementaryStream>, IEquatable<ElementaryStream>, IDeepCloneable<ElementaryStream>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class ElementaryStream.
Encoding of an input file 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."],[[["The `ElementaryStream` class is part of the Transcoder v1 API and is used to represent the encoding of an input file, like audio, video, or text, within the Google Cloud Video Transcoder service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message management, comparison, cloning, and buffering, respectively."],["It is defined within the `Google.Cloud.Video.Transcoder.V1` namespace, and includes properties like `AudioStream`, `TextStream`, and `VideoStream` to describe different types of elementary streams."],["The `ElementaryStream` class has two constructors for initialization: a default constructor and one that accepts another `ElementaryStream` object for creating a copy, and also includes a `Key` property for identifying streams."],["The documentation shows a list of older and newer version numbers leading up to the latest version, 2.9.0, from 1.0.0."]]],[]]