EBML_ID_TAG
[73][73] -- Element containing elements specific to Tracks/Chapters.
Value (hex)
0x3373
Usage
if ( defined( 'EBML_ID_TAG' ) ) { // grab the value $value = constant( 'EBML_ID_TAG' ); 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_TAG', 0x3373); // [73][73] -- Element containing elements specific to Tracks/Chapters.