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 output
details(integer $output_id, array $params) : \Services_Zencoder_Output
Parameters
$output_id
integer
ID of the output file you want details for
$params
array
Optional overrides
Returns
Return progress of a specific output
progress(integer $output_id, array $params) : \Services_Zencoder_Progress
Parameters
$output_id
integer
ID of the output 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 |