Live Stream v1 API - Class AudioFormat (1.2.0)

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.

Inheritance

object > AudioFormat

Namespace

GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

AudioFormat()

public AudioFormat()

AudioFormat(AudioFormat)

public AudioFormat(AudioFormat other)
Parameter
NameDescription
otherAudioFormat

Properties

ChannelCount

public int ChannelCount { get; set; }

The number of audio channels.

Property Value
TypeDescription
int

ChannelLayout

public RepeatedField<string> ChannelLayout { get; }

A list of channel names specifying the layout of the audio channels.

Property Value
TypeDescription
RepeatedFieldstring

Codec

public string Codec { get; set; }

Audio codec used in this audio stream.

Property Value
TypeDescription
string