ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...
Public Member Functions | |
Analyze () | |
![]() | |
__construct (getID3 $getid3, $call_module=null) | |
Analyze () | |
AnalyzeString ($string) | |
setStringMode ($string) | |
saveAttachment ($name, $offset, $length, $image_mime=null) | |
Static Public Member Functions | |
static | bitrateLookup ($index) |
static | sampleRateLookup ($index) |
static | bitPerSampleLookup ($index) |
static | numChannelsLookup ($index) |
static | channelArrangementLookup ($index) |
static | dialogNormalization ($index, $version) |
Data Fields | |
const | syncword = "\x7F\xFE\x80\x01" |
Default DTS syncword used in native .cpt or .dts formats. More... | |
Static Public Attributes | |
static | $syncwords |
Possible syncwords indicating bitstream encoding. More... | |
Private Member Functions | |
readBinData ($bin, $length) | |
Private Attributes | |
$readBinDataOffset = 0 | |
Additional Inherited Members | |
![]() | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
notice ($text) | |
![]() | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //
@tutorial http://wiki.multimedia.cx/index.php?title=DTS
Definition at line 21 of file module.audio.dts.php.
getid3_dts::Analyze | ( | ) |
Reimplemented from getid3_handler.
Definition at line 39 of file module.audio.dts.php.
References $info, getid3_lib\BigEndian2Bin(), bitPerSampleLookup(), bitrateLookup(), channelArrangementLookup(), dialogNormalization(), getid3_handler\error(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\isDependencyFor(), numChannelsLookup(), getid3_lib\PrintHexBytes(), readBinData(), and sampleRateLookup().
|
static |
Definition at line 209 of file module.audio.dts.php.
Referenced by Analyze().
|
static |
Definition at line 149 of file module.audio.dts.php.
Referenced by Analyze().
|
static |
Definition at line 257 of file module.audio.dts.php.
Referenced by Analyze().
|
static |
Definition at line 279 of file module.audio.dts.php.
Referenced by Analyze().
|
static |
Definition at line 219 of file module.audio.dts.php.
Referenced by Analyze().
|
private |
Definition at line 142 of file module.audio.dts.php.
References $data.
Referenced by Analyze().
|
static |
Definition at line 187 of file module.audio.dts.php.
Referenced by Analyze().
|
private |
Definition at line 28 of file module.audio.dts.php.
|
static |
Possible syncwords indicating bitstream encoding.
Definition at line 33 of file module.audio.dts.php.
Referenced by getid3_riff\ParseRIFF().
const getid3_dts::syncword = "\x7F\xFE\x80\x01" |
Default DTS syncword used in native .cpt or .dts formats.
Definition at line 26 of file module.audio.dts.php.