EBML_ID_TARGETTYPEVALUE
[68][CA] -- A number to indicate the logical level of the target (see TargetType).
Value (hex)
0x28CA
Usage
if ( defined( 'EBML_ID_TARGETTYPEVALUE' ) ) { // grab the value $value = constant( 'EBML_ID_TARGETTYPEVALUE' ); 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_TARGETTYPEVALUE', 0x28CA); // [68][CA] -- A number to indicate the logical level of the target (see TargetType).