Zencoder API client interface.
category | Services |
---|---|
package | Services_Zencoder |
author | Michael Christopher |
version | Release: 2.1.2 |
license | http://creativecommons.org/licenses/MIT/MIT |
link | http://github.com/zencoder/zencoder-php |
__construct(\Services_Zencoder_HttpProxy $proxy)
inherited_from | \Services_Zencoder_Base::__construct() |
---|
cancel(integer $job_id, array $params) : bool
integer
ID of the job you want to cancel
array
Optional overrides
bool
If the operation was successfulcreate(array $job, array $params) : \Services_Zencoder_Job
array
Array of attributes to use when creating the job
array
Optional overrides
\Services_Zencoder_Job
The object representation of the resourcecreateData($path, $body, array $opts)
inherited_from | \Services_Zencoder_Base::createData() |
---|
deleteData($path, array $opts)
inherited_from | \Services_Zencoder_Base::deleteData() |
---|
details(integer $job_id, array $params) : \Services_Zencoder_Job
integer
ID of the job you want details for
array
Optional overrides
\Services_Zencoder_Job
The object representation of the resourceindex(array $args, array $params) : array
array
Array of filters to use when loading index
array
Optional overrides
array
An array of Services_Zencoder_Job objectsprogress(integer $job_id, array $params) : \Services_Zencoder_Progress
integer
ID of the job you want progress for
array
Optional overrides
\Services_Zencoder_Progress
The object representation of the resourceresubmit(integer $job_id, array $params) : bool
integer
ID of the job you want to resubmit
array
Optional overrides
bool
If the operation was successfulretrieveData($path, array $params, array $opts)
inherited_from | \Services_Zencoder_Base::retrieveData() |
---|
updateData($path, $body, array $opts)
inherited_from | \Services_Zencoder_Base::updateData() |
---|
$proxy
inherited_from | \Services_Zencoder_Base::$$proxy |
---|