EBML_ID_CLUSTERREFERENCEBLOCK
[FB] -- Timecode of another frame used as a reference (ie: B or P frame).
Value (hex)
0x7B
Usage
if ( defined( 'EBML_ID_CLUSTERREFERENCEBLOCK' ) ) { // grab the value $value = constant( 'EBML_ID_CLUSTERREFERENCEBLOCK' ); 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_CLUSTERREFERENCEBLOCK', 0x7B); // [FB] -- Timecode of another frame used as a reference (ie: B or P frame). The timecode is relative to the block it's attached to.