public sealed class AudioFormat : IMessage<AudioFormat>, IEquatable<AudioFormat>, IDeepCloneable<AudioFormat>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class AudioFormat.
Properties of the audio format.
Implements
IMessageAudioFormat, IEquatableAudioFormat, IDeepCloneableAudioFormat, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
AudioFormat()
public AudioFormat()
AudioFormat(AudioFormat)
public AudioFormat(AudioFormat other)
Parameter | |
---|---|
Name | Description |
other |
AudioFormat |
Properties
ChannelCount
public int ChannelCount { get; set; }
The number of audio channels.
Property Value | |
---|---|
Type | Description |
int |
ChannelLayout
public RepeatedField<string> ChannelLayout { get; }
A list of channel names specifying the layout of the audio channels.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Codec
public string Codec { get; set; }
Audio codec used in this audio stream.
Property Value | |
---|---|
Type | Description |
string |