Zencoder API client interface.
Methods
__construct()
__construct(\Services_Zencoder_HttpProxy $proxy)
Inherited
inherited_from |
\Services_Zencoder_Base::__construct() |
Parameters
$proxy
createData()
createData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::createData() |
Parameters
$path
$body
$opts
deleteData()
deleteData($path, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::deleteData() |
Parameters
$path
$opts
Return details of a specific input
details(integer $input_id, array $params) : \Services_Zencoder_Input
Parameters
$input_id
integer
ID of the input file you want details for
$params
array
Optional overrides
Returns
Return progress of a specific input
progress(integer $input_id, array $params) : \Services_Zencoder_Progress
Parameters
$input_id
integer
ID of the input file you want progress for
$params
array
Optional overrides
Returns
retrieveData()
retrieveData($path, array $params, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::retrieveData() |
Parameters
$path
$params
$opts
updateData()
updateData($path, $body, array $opts)
Inherited
inherited_from |
\Services_Zencoder_Base::updateData() |
Parameters
$path
$body
$opts
Properties
$proxy
Inherited
inherited_from |
\Services_Zencoder_Base::$$proxy |