Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class AudioStreamProperty.
Properties of the audio stream.
Generated from protobuf message google.cloud.video.livestream.v1.AudioStreamProperty
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index |
int
Index of this audio stream. |
↳ audio_format |
Google\Cloud\Video\LiveStream\V1\AudioFormat
Properties of the audio format. |
getIndex
Index of this audio stream.
Returns | |
---|---|
Type | Description |
int |
setIndex
Index of this audio stream.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAudioFormat
Properties of the audio format.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\LiveStream\V1\AudioFormat|null |
hasAudioFormat
clearAudioFormat
setAudioFormat
Properties of the audio format.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\LiveStream\V1\AudioFormat
|
Returns | |
---|---|
Type | Description |
$this |