GETID3_FLV_VIDEO_SCREEN
The WordPress Core GETID3 FLV VIDEO SCREEN constant.
Value (int)
3
Usage
if ( defined( 'GETID3_FLV_VIDEO_SCREEN' ) ) { // grab the value $value = constant( 'GETID3_FLV_VIDEO_SCREEN' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/module.audio-video.flv.php
- define('GETID3_FLV_VIDEO_SCREEN', 3);