ZencoderJob
class ZencoderJob
Class ZencoderJob handles incoming requests that have been completed by Zencoder. Also pushes requests to Zencoder api.
Methods
__construct($apiKey, $notifications, FileDownloader $FileDownloader, Framework $Framework)
Create a new ZencoderJob
Job
create(string $filePath, array $settings)
Create a new job with this file path and settings
void
handle($output, $storagePath)
Fire events when you see this job has been called back
Details
at line 39
__construct($apiKey, $notifications, FileDownloader $FileDownloader, Framework $Framework)
Create a new ZencoderJob
at line 59
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 90
void
handle($output, $storagePath)
Fire events when you see this job has been called back