public sealed class AudioFormat : IMessage<AudioFormat>, IEquatable<AudioFormat>, IDeepCloneable<AudioFormat>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class AudioFormat.
Properties of the audio format.
Implements
IMessage<AudioFormat>, IEquatable<AudioFormat>, IDeepCloneable<AudioFormat>, 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 |
Int32 |
|
ChannelLayout
public RepeatedField<string> ChannelLayout { get; }A list of channel names specifying the layout of the audio channels.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Codec
public string Codec { get; set; }Audio codec used in this audio stream.
| Property Value | |
|---|---|
| Type | Description |
String |
|