ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilMediaAnalyzer::getFile | ( | ) |
Definition at line 43 of file class.ilMediaAnalyzer.php.
References $file.
Referenced by analyzeFile().
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.