EBML_ID_CHAPTERTIMEEND
[92] -- Timecode of the end of Chapter (timecode excluded, not scaled).
Value (hex)
0x12
Usage
if ( defined( 'EBML_ID_CHAPTERTIMEEND' ) ) { // grab the value $value = constant( 'EBML_ID_CHAPTERTIMEEND' ); 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_CHAPTERTIMEEND', 0x12); // [92] -- Timecode of the end of Chapter (timecode excluded, not scaled).