EBML_ID_PIXELCROPTOP
[54][BB] -- The number of video pixels to remove at the top of the image.
Value (hex)
0x14BB
Usage
if ( defined( 'EBML_ID_PIXELCROPTOP' ) ) { // grab the value $value = constant( 'EBML_ID_PIXELCROPTOP' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /lib/getid3/module.audio-video.matroska.php
- define('EBML_ID_PIXELCROPTOP', 0x14BB); // [54][BB] -- The number of video pixels to remove at the top of the image.