Live Stream v1 API - Class AudioStreamProperty (1.5.0)

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.

Inheritance

object > AudioStreamProperty

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

AudioStreamProperty()

public AudioStreamProperty()

AudioStreamProperty(AudioStreamProperty)

public AudioStreamProperty(AudioStreamProperty other)
Parameter
NameDescription
otherAudioStreamProperty

Properties

AudioFormat

public AudioFormat AudioFormat { get; set; }

Properties of the audio format.

Property Value
TypeDescription
AudioFormat

Index

public int Index { get; set; }

Index of this audio stream.

Property Value
TypeDescription
int