Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class AudioFormat.
Properties of the audio format.
Generated from protobuf message google.cloud.video.livestream.v1.AudioFormat
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ codec
string
Audio codec used in this audio stream.
↳ channel_count
int
The number of audio channels.
↳ channel_layout
array
A list of channel names specifying the layout of the audio channels.
getCodec
Audio codec used in this audio stream.
string
setCodec
Audio codec used in this audio stream.
var
string
$this
getChannelCount
The number of audio channels.
int
setChannelCount
The number of audio channels.
var
int
$this
getChannelLayout
A list of channel names specifying the layout of the audio channels.
setChannelLayout
A list of channel names specifying the layout of the audio channels.
var
string[]
$this