EBML_ID_LANGUAGE
[22][B5][9C] -- Specifies the language of the track in the Matroska languages form.
Value (hex)
0x02B59C
Usage
if ( defined( 'EBML_ID_LANGUAGE' ) ) { // grab the value $value = constant( 'EBML_ID_LANGUAGE' ); 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_LANGUAGE', 0x02B59C); // [22][B5][9C] -- Specifies the language of the track in the Matroska languages form.