EBML_ID_CLUSTERBLOCKGROUP
[A0] -- Basic container of information containing a single Block or BlockVirtual, and information specific to that Block/VirtualBlock.
Value (hex)
0x20
Usage
if ( defined( 'EBML_ID_CLUSTERBLOCKGROUP' ) ) { // grab the value $value = constant( 'EBML_ID_CLUSTERBLOCKGROUP' ); 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_CLUSTERBLOCKGROUP', 0x20); // [A0] -- Basic container of information containing a single Block or BlockVirtual, and information specific to that Block/VirtualBlock.