class ZencoderJob
Class ZencoderJob handles incoming requests that have been completed by Zencoder.
Also pushes requests to Zencoder api.
Methods
|
__construct(string $apiKey, array $notifications, FileDownloader $FileDownloader, null $Event = null)
Create a new ZencoderJob |
||
| Job |
create(string $filePath, array $settings)
Create a new job with this file path and settings |
|
| void |
handle($output $output, $storagePath $storagePath)
Fire events when you see this job has been called back |
Details
at line 38
public
__construct(string $apiKey, array $notifications, FileDownloader $FileDownloader, null $Event = null)
Create a new ZencoderJob
at line 58
public Job
create(string $filePath, array $settings)
Create a new job with this file path and settings
For an idea of different output settings see api docs at https://app.zencoder.com/docs/api/encoding
at line 82
public void
handle($output $output, $storagePath $storagePath)
Fire events when you see this job has been called back