EBML_ID_CUETRACKPOSITIONS
[B7] -- Contain positions for different tracks corresponding to the timecode.
Value (hex)
0x37
Usage
if ( defined( 'EBML_ID_CUETRACKPOSITIONS' ) ) { // grab the value $value = constant( 'EBML_ID_CUETRACKPOSITIONS' ); 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_CUETRACKPOSITIONS', 0x37); // [B7] -- Contain positions for different tracks corresponding to the timecode.