EBML_ID_CHAPTERDISPLAY
[80] -- Contains all possible strings to use for the chapter display.
Value (hex)
0x00
Usage
if ( defined( 'EBML_ID_CHAPTERDISPLAY' ) ) { // grab the value $value = constant( 'EBML_ID_CHAPTERDISPLAY' ); 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_CHAPTERDISPLAY', 0x00); // [80] -- Contains all possible strings to use for the chapter display.