EBML_ID_SEGMENTFAMILY
[44][44] -- A randomly generated unique ID that all segments related to each other must use (128 bits).
Value (hex)
0x0444
Usage
if ( defined( 'EBML_ID_SEGMENTFAMILY' ) ) { // grab the value $value = constant( 'EBML_ID_SEGMENTFAMILY' ); 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_SEGMENTFAMILY', 0x0444); // [44][44] -- A randomly generated unique ID that all segments related to each other must use (128 bits).