| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilMediaAnalyzer:Public Member Functions | |
| __construct () | |
| setFile (string $a_file) | |
| Set Full File Path.  More... | |
| getFile () | |
| getPlaytimeString () | |
| Get PlaytimeString.  More... | |
| getPlaytimeSeconds () | |
| analyzeFile () | |
| Analyze current file.  More... | |
Data Fields | |
| string | $file | 
Protected Attributes | |
| array | $file_info | 
| getID3 | $getid3 | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Analyzes media files. Wrapper for getid3 library.
Definition at line 24 of file class.ilMediaAnalyzer.php.
| ilMediaAnalyzer::__construct | ( | ) | 
Definition at line 30 of file class.ilMediaAnalyzer.php.
| ilMediaAnalyzer::analyzeFile | ( | ) | 
Analyze current file.
Definition at line 64 of file class.ilMediaAnalyzer.php.
References getFile().
 Here is the call graph for this function:| ilMediaAnalyzer::getFile | ( | ) | 
Definition at line 43 of file class.ilMediaAnalyzer.php.
References $file.
Referenced by analyzeFile().
 Here is the caller graph for this function:| ilMediaAnalyzer::getPlaytimeSeconds | ( | ) | 
Definition at line 56 of file class.ilMediaAnalyzer.php.
| ilMediaAnalyzer::getPlaytimeString | ( | ) | 
Get PlaytimeString.
Definition at line 51 of file class.ilMediaAnalyzer.php.
| ilMediaAnalyzer::setFile | ( | string | $a_file | ) | 
Set Full File Path.
Definition at line 38 of file class.ilMediaAnalyzer.php.
| string ilMediaAnalyzer::$file | 
Definition at line 28 of file class.ilMediaAnalyzer.php.
Referenced by getFile().
      
  | 
  protected | 
Definition at line 26 of file class.ilMediaAnalyzer.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilMediaAnalyzer.php.