EBML_ID_SEGMENTUID
[73][A4] -- A randomly generated unique ID to identify the current segment between many others (128 bits).
Value (hex)
0x33A4
Usage
if ( defined( 'EBML_ID_SEGMENTUID' ) ) { // grab the value $value = constant( 'EBML_ID_SEGMENTUID' ); 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_SEGMENTUID', 0x33A4); // [73][A4] -- A randomly generated unique ID to identify the current segment between many others (128 bits).