EBML_ID_FILEDATA
[46][5C] -- The data of the file.
Value (hex)
0x065C
Usage
if ( defined( 'EBML_ID_FILEDATA' ) ) { // grab the value $value = constant( 'EBML_ID_FILEDATA' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /lib/getid3/module.audio-video.matroska.php
- define('EBML_ID_FILEDATA', 0x065C); // [46][5C] -- The data of the file.