Class Services_Zencoder_Jobs

Description

Zencoder API client interface.

Located in /Zencoder/Jobs.php (line 13)

Services_Zencoder_Base
   |
   --Services_Zencoder_Jobs
Method Summary
bool cancel (integer $job_id, [array $params = array()])
Services_Zencoder_Job create ([array $job = NULL], [array $params = array()])
Services_Zencoder_Job details ( $job_id, [array $params = array()], integer $input_id)
Services_Zencoder_Job index ([array $args = array()], [array $params = array()])
Services_Zencoder_Progress progress ( $job_id, [array $params = array()], integer $input_id)
bool resubmit (integer $job_id, [array $params = array()])
Variables

Inherited Variables

Inherited from Services_Zencoder_Base

Services_Zencoder_Base::$proxy
Methods
cancel (line 95)

Cancel a job

  • return: If the operation was successful
  • access: public
bool cancel (integer $job_id, [array $params = array()])
  • integer $job_id: ID of the job you want to cancel
  • array $params: Optional overrides
create (line 23)

Create a new job

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Job create ([array $job = NULL], [array $params = array()])
  • array $job: Array of attributes to use when creating the job
  • array $params: Optional overrides
details (line 59)

Return details of a specific job

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Job details ( $job_id, [array $params = array()], integer $input_id)
  • integer $input_id: ID of the input file you want details for
  • array $params: Optional overrides
  • $job_id
index (line 47)

List all jobs on your account

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Job index ([array $args = array()], [array $params = array()])
  • array $args: Array of filters to use when loading index
  • array $params: Optional overrides
progress (line 71)

Return progress of a specific job

  • return: The object representation of the resource
  • access: public
Services_Zencoder_Progress progress ( $job_id, [array $params = array()], integer $input_id)
  • integer $input_id: ID of the input file you want progress for
  • array $params: Optional overrides
  • $job_id
resubmit (line 83)

Resubmit a job

  • return: If the operation was successful
  • access: public
bool resubmit (integer $job_id, [array $params = array()])
  • integer $job_id: ID of the job you want to resubmit
  • array $params: Optional overrides

Inherited Methods

Inherited From Services_Zencoder_Base

Services_Zencoder_Base::__construct()
Services_Zencoder_Base::createData()
Services_Zencoder_Base::deleteData()
Services_Zencoder_Base::retrieveData()
Services_Zencoder_Base::updateData()

Documentation generated on Tue, 05 Jun 2012 15:03:11 -0700 by phpDocumentor 1.4.4