EBML_ID_CLUSTERENCRYPTEDBLOCK
[AF] -- Similar to SimpleBlock but the data inside the Block are Transformed (encrypt and/or signed).
Value (hex)
0x2F
Usage
if ( defined( 'EBML_ID_CLUSTERENCRYPTEDBLOCK' ) ) { // grab the value $value = constant( 'EBML_ID_CLUSTERENCRYPTEDBLOCK' ); 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_CLUSTERENCRYPTEDBLOCK', 0x2F); // [AF] -- Similar to SimpleBlock but the data inside the Block are Transformed (encrypt and/or signed).