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
integerID of the job you want to cancel
arrayOptional overrides
boolIf the operation was successfulcreate(array $job, array $params) : \Services_Zencoder_Job
arrayArray of attributes to use when creating the job
arrayOptional overrides
\Services_Zencoder_JobThe 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
integerID of the job you want details for
arrayOptional overrides
\Services_Zencoder_JobThe object representation of the resourceindex(array $args, array $params) : array
arrayArray of filters to use when loading index
arrayOptional overrides
arrayAn array of Services_Zencoder_Job objectsprogress(integer $job_id, array $params) : \Services_Zencoder_Progress
integerID of the job you want progress for
arrayOptional overrides
\Services_Zencoder_ProgressThe object representation of the resourceresubmit(integer $job_id, array $params) : bool
integerID of the job you want to resubmit
arrayOptional overrides
boolIf 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 |
|---|