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

 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

\Services_Zencoder_OutputThe object representation of the resource

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

\Services_Zencoder_ProgressThe object representation of the resource

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