EBML_ID_PIXELCROPRIGHT
[54][DD] -- The number of video pixels to remove on the right of the image.
Value (hex)
0x14DD
Usage
if ( defined( 'EBML_ID_PIXELCROPRIGHT' ) ) { // grab the value $value = constant( 'EBML_ID_PIXELCROPRIGHT' ); 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_PIXELCROPRIGHT', 0x14DD); // [54][DD] -- The number of video pixels to remove on the right of the image.