EBML_ID_CLUSTERBLOCKADDITIONS
[75][A1] -- Contain additional blocks to complete the main one.
Value (hex)
0x35A1
Usage
if ( defined( 'EBML_ID_CLUSTERBLOCKADDITIONS' ) ) { // grab the value $value = constant( 'EBML_ID_CLUSTERBLOCKADDITIONS' ); 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_CLUSTERBLOCKADDITIONS', 0x35A1); // [75][A1] -- Contain additional blocks to complete the main one. An EBML parser that has no knowledge of the Block structure could still see and use/skip these data.