Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class TextInput.
Identifies which input file and track should be used.
Generated from protobuf message google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput
Namespace
Google \ Cloud \ Video \ Transcoder \ V1beta1 \ TextStream \ TextAtomMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Required. The |
↳ track |
int
Required. The zero-based index of the track in the input file. |
getKey
Required. The Input.key
that identifies the input file.
Returns | |
---|---|
Type | Description |
string |
setKey
Required. The Input.key
that identifies the input file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTrack
Required. The zero-based index of the track in the input file.
Returns | |
---|---|
Type | Description |
int |
setTrack
Required. The zero-based index of the track in the input file.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |