EBML_ID_SEGMENTFILENAME
[73][84] -- A filename corresponding to this segment.
Value (hex)
0x3384
Usage
if ( defined( 'EBML_ID_SEGMENTFILENAME' ) ) { // grab the value $value = constant( 'EBML_ID_SEGMENTFILENAME' ); 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_SEGMENTFILENAME', 0x3384); // [73][84] -- A filename corresponding to this segment.