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.
Properties of the audio stream.
Implements
IMessageAudioStreamProperty, IEquatableAudioStreamProperty, IDeepCloneableAudioStreamProperty, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
AudioStreamProperty()
public AudioStreamProperty()
AudioStreamProperty(AudioStreamProperty)
public AudioStreamProperty(AudioStreamProperty other)
Parameter | |
---|---|
Name | Description |
other | AudioStreamProperty |
Properties
AudioFormat
public AudioFormat AudioFormat { get; set; }
Properties of the audio format.
Property Value | |
---|---|
Type | Description |
AudioFormat |
Index
public int Index { get; set; }
Index of this audio stream.
Property Value | |
---|---|
Type | Description |
int |