public sealed class AudioStreamProperty : IMessage<AudioStreamProperty>, IEquatable<AudioStreamProperty>, IDeepCloneable<AudioStreamProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class AudioStreamProperty.
[[["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 latest version of the `AudioStreamProperty` class is 1.8.0, but documentation covers versions back to 1.0.0, all within the `Google.Cloud.Video.LiveStream.V1` namespace."],["`AudioStreamProperty` is a class that represents the properties of an audio stream, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and it is defined within the `Google.Cloud.Video.LiveStream.V1.dll` assembly."],["`AudioStreamProperty` has two constructors, one default and another that accepts another `AudioStreamProperty` object, for copying parameters."],["The class has properties for `AudioFormat` and `Index`, representing the audio format properties and the index of the audio stream, respectively."]]],[]]