EBML_ID_CUETIME
[B3] -- Absolute timecode according to the segment time base.
Value (hex)
0x33
Usage
if ( defined( 'EBML_ID_CUETIME' ) ) { // grab the value $value = constant( 'EBML_ID_CUETIME' ); 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_CUETIME', 0x33); // [B3] -- Absolute timecode according to the segment time base.