Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class TextMapping.
The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
Generated from protobuf message google.cloud.video.transcoder.v1.TextStream.TextMapping
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ TextStreamMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ atom_key | stringRequired. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list. | 
| ↳ input_key | stringRequired. The Input.key that identifies the input file. | 
| ↳ input_track | intRequired. The zero-based index of the track in the input file. | 
getAtomKey
Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setAtomKey
Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getInputKey
Required. The Input.key that identifies the input file.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setInputKey
Required. The Input.key that identifies the input file.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getInputTrack
Required. The zero-based index of the track in the input file.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setInputTrack
Required. The zero-based index of the track in the input file.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |