EBML_ID_CHAPTERPHYSICALEQUIV
[63][C3] -- Specify the physical equivalent of this ChapterAtom like "DVD" (60) or "SIDE" (50), see complete list of values.
Value (hex)
0x23C3
Usage
if ( defined( 'EBML_ID_CHAPTERPHYSICALEQUIV' ) ) { // grab the value $value = constant( 'EBML_ID_CHAPTERPHYSICALEQUIV' ); 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_CHAPTERPHYSICALEQUIV', 0x23C3); // [63][C3] -- Specify the physical equivalent of this ChapterAtom like "DVD" (60) or "SIDE" (50), see complete list of values.