Google Cloud Video Transcoder V1beta1 Client - Class AudioAtom (0.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class AudioAtom.
The mapping for the Job.edit_list atoms with audio EditAtom.inputs.
Generated from protobuf message google.cloud.video.transcoder.v1beta1.AudioStream.AudioAtom
Namespace
Google \ Cloud \ Video \ Transcoder \ V1beta1 \ AudioStreamMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Required. The |
↳ channels |
array<Google\Cloud\Video\Transcoder\V1beta1\AudioStream\AudioAtom\AudioChannel>
List of |
getKey
Required. The EditAtom.key that references the atom with audio inputs in the
Job.edit_list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Required. The EditAtom.key that references the atom with audio inputs in the
Job.edit_list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getChannels
List of Channels for this audio stream.
for in-depth explanation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setChannels
List of Channels for this audio stream.
for in-depth explanation.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Video\Transcoder\V1beta1\AudioStream\AudioAtom\AudioChannel>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|