Google Cloud Video Transcoder V1 Client - Class InputAttributes (1.2.0)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class InputAttributes.

Input attributes that provide additional information about the input asset.

Generated from protobuf message google.cloud.video.transcoder.v1.InputAttributes

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ track_definitions array<TrackDefinition>

Optional. A list of track definitions for the input asset.

getTrackDefinitions

Optional. A list of track definitions for the input asset.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTrackDefinitions

Optional. A list of track definitions for the input asset.

Parameter
Name Description
var array<TrackDefinition>
Returns
Type Description
$this