|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService:Public Member Functions | |
| __construct (InternalDomainService $domain_service, InternalGUIService $gui_service) | |
| addPreviewExtractionToToolbar (int $mob_id, string $gui_class, string $extract_cmd="extractPreviewImage") | |
| handleExtractionRequest (int $mob_id) | |
| addPreviewInput (\ilPropertyFormGUI $form, int $mob_id=0) | |
| savePreviewInput (\ilPropertyFormGUI $form, int $mob_id) | |
Protected Member Functions | |
| checkPreviewPossible (int $mob_id) | |
Protected Attributes | |
| ilGlobalTemplateInterface | $tpl |
| InternalGUIService | $gui_service |
| InternalDomainService | $domain_service |
Definition at line 26 of file class.GUIService.php.
| ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService::__construct | ( | InternalDomainService | $domain_service, |
| InternalGUIService | $gui_service | ||
| ) |
Definition at line 32 of file class.GUIService.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\$domain_service, ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\$gui_service, and $lng.
| ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService::addPreviewExtractionToToolbar | ( | int | $mob_id, |
| string | $gui_class, | ||
| string | $extract_cmd = "extractPreviewImage" |
||
| ) |
Definition at line 43 of file class.GUIService.php.
References $lng, ilFFmpeg\enabled(), and ilFFmpeg\supportsImageExtraction().
Here is the call graph for this function:| ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService::addPreviewInput | ( | \ilPropertyFormGUI | $form, |
| int | $mob_id = 0 |
||
| ) |
Definition at line 120 of file class.GUIService.php.
References $lng, ilPropertyFormGUI\addItem(), and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\checkPreviewPossible().
Here is the call graph for this function:
|
protected |
Definition at line 105 of file class.GUIService.php.
References ilFFmpeg\supportsImageExtraction().
Referenced by ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\addPreviewInput(), and ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\savePreviewInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService::handleExtractionRequest | ( | int | $mob_id | ) |
Definition at line 76 of file class.GUIService.php.
References Vendor\Package\$e, $lng, and ilFFmpeg\getLastReturnValues().
Here is the call graph for this function:| ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService::savePreviewInput | ( | \ilPropertyFormGUI | $form, |
| int | $mob_id | ||
| ) |
Definition at line 140 of file class.GUIService.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\checkPreviewPossible(), ilPropertyFormGUI\getInput(), and ilPropertyFormGUI\getItemByPostVar().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.GUIService.php.
Referenced by ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\__construct().
|
protected |
Definition at line 29 of file class.GUIService.php.
Referenced by ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\Extract\Video\GUIService\__construct().
|
protected |
Definition at line 28 of file class.GUIService.php.