EBML_ID_TRACKOFFSET
[53][7F] -- A value to add to the Block's Timecode.
Value (hex)
0x137F
Usage
if ( defined( 'EBML_ID_TRACKOFFSET' ) ) { // grab the value $value = constant( 'EBML_ID_TRACKOFFSET' ); 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_TRACKOFFSET', 0x137F); // [53][7F] -- A value to add to the Block's Timecode. This can be used to adjust the playback offset of a track.