EBML_ID_NEXTFILENAME
[3E][83][BB] -- An escaped filename corresponding to the next segment.
Value (hex)
0x1E83BB
Usage
if ( defined( 'EBML_ID_NEXTFILENAME' ) ) { // grab the value $value = constant( 'EBML_ID_NEXTFILENAME' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/module.audio-video.matroska.php
- define('EBML_ID_NEXTFILENAME', 0x1E83BB); // [3E][83][BB] -- An escaped filename corresponding to the next segment.