EBML_ID_TARGETTYPE
[63][CA] -- An informational string that can be used to display the logical level of the target like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc (see TargetType).
Value (hex)
0x23CA
Usage
if ( defined( 'EBML_ID_TARGETTYPE' ) ) { // grab the value $value = constant( 'EBML_ID_TARGETTYPE' ); 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_TARGETTYPE', 0x23CA); // [63][CA] -- An informational string that can be used to display the logical level of the target like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc (see TargetType).