|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...
Inheritance diagram for getid3_dts:
Collaboration diagram for getid3_dts:Public Member Functions | |
| Analyze () | |
Public Member Functions inherited from getid3_handler | |
| __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 | |
Protected Member Functions inherited from getid3_handler | |
| ftell () | |
| fread ($bytes) | |
| fseek ($bytes, $whence=SEEK_SET) | |
| feof () | |
| isDependencyFor ($module) | |
| error ($text) | |
| warning ($text) | |
| notice ($text) | |
Protected Attributes inherited from getid3_handler | |
| $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, $sync, 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().
Here is the call graph for this function:
|
static |
Definition at line 209 of file module.audio.dts.php.
References $index.
Referenced by Analyze().
Here is the caller graph for this function:
|
static |
Definition at line 149 of file module.audio.dts.php.
References $index.
Referenced by Analyze().
Here is the caller graph for this function:
|
static |
Definition at line 257 of file module.audio.dts.php.
References $index.
Referenced by Analyze().
Here is the caller graph for this function:
|
static |
Definition at line 279 of file module.audio.dts.php.
References $index, and $version.
Referenced by Analyze().
Here is the caller graph for this function:
|
static |
Definition at line 219 of file module.audio.dts.php.
References $index.
Referenced by Analyze().
Here is the caller graph for this function:
|
private |
Definition at line 142 of file module.audio.dts.php.
References $data.
Referenced by Analyze().
Here is the caller graph for this function:
|
static |
Definition at line 187 of file module.audio.dts.php.
References $index.
Referenced by Analyze().
Here is the caller graph for this function:
|
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.