프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$FileDownloader | |||
$apiKey | string | ||
$notifications | array |
메소드 | 설명 | |
---|---|---|
__construct ( string $apiKey, array $notifications, |
Create a new ZencoderJob | |
create ( string $filePath, array $settings ) : Job | Create a new job with this file path and settings | |
handle ( $output, $storagePath ) : void | Fire events when you see this job has been called back |
메소드 | 설명 | |
---|---|---|
assertValidSettings ( array $settings ) : void | Validate that our settings are in correct format | |
buildOutputSettings ( $filePath, $allSettings ) : array | Build up output settings for all the current settings passed into as an array |
public __construct ( string $apiKey, array $notifications, |
||
$apiKey | string | |
$notifications | array | |
$FileDownloader | ||
$Framework |
protected assertValidSettings ( array $settings ) : void | ||
$settings | array | |
리턴 | void |
protected buildOutputSettings ( $filePath, $allSettings ) : array | ||
$filePath | ||
$allSettings | ||
리턴 | array |
protected FileDownloader,Devise\Media\Files $FileDownloader | ||
리턴 |