Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("TEMP_FILE_NAME")) define("TEMP_FILE_NAME" _temp
 
if(!defined("THUMB_FILE_NAME")) define("THUMB_FILE_NAME" _small
 
if(!defined("MOBILE_EXTENSION")) define("MOBILE_EXTENSION" mp4
 
if(!defined("FLV_EXTENSION")) define("FLV_EXTENSION" flv
 
if(!defined("M4V_EXTENSION")) define("M4V_EXTENSION" m4v
 
if(!defined("IMAGE_EXTENSION")) define("IMAGE_EXTENSION" jpg
 
 if (!defined("VIDEO_SIZE_4_3")) define("VIDEO_SIZE_4_3"
 
if(!defined("STATUS_APPROVED")) define("STATUS_APPROVED" approved
 
if(!defined("STATUS_DISAPPROVED")) define("STATUS_DISAPPROVED" disapproved
 
if(!defined("STATUS_PENDING")) define("STATUS_PENDING" pending
 
if(!defined("STATUS_PROCESSING")) define("STATUS_PROCESSING" processing
 
if(!defined("STATUS_FAILED")) define("STATUS_FAILED" failed
 
if(!defined("STATUS_ONHOLD")) define("STATUS_ONHOLD" onhold
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aInfo

$aInfo
Initial value:
= array(
'mode' => "as3",
'title' => "Video Player",
'version' => "7.2.0000",
'code' => "video_7.2.0000",
'author' => "Cheetah",
'authorUrl' => "https://www.cheetahwsb.com"
)

Definition at line 25 of file constants.inc.php.

◆ $aModules

$aModules
Initial value:
= array(
'player' => array(
'caption' => 'Video Player',
'parameters' => array('id', 'user', 'password'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 400),
'minSize' => array('width' => 350, 'height' => 400),
'div' => array()
),
'recorder' => array(
'caption' => 'Video Recorder',
'parameters' => array('user', 'password', 'extra'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 400),
'minSize' => array('width' => 350, 'height' => 400),
'div' => array()
)
)

Definition at line 33 of file constants.inc.php.

◆ _small

if (!defined("THUMB_FILE_NAME")) define("THUMB_FILE_NAME" _small

Definition at line 9 of file constants.inc.php.

◆ _temp

if (!defined("TEMP_FILE_NAME")) define("TEMP_FILE_NAME" _temp

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file constants.inc.php.

◆ approved

if (!defined("STATUS_APPROVED")) define("STATUS_APPROVED" approved

Definition at line 18 of file constants.inc.php.

◆ disapproved

if (!defined("STATUS_DISAPPROVED")) define("STATUS_DISAPPROVED" disapproved

Definition at line 19 of file constants.inc.php.

◆ failed

if (!defined("STATUS_FAILED")) define("STATUS_FAILED" failed

Definition at line 22 of file constants.inc.php.

◆ flv

if (!defined("FLV_EXTENSION")) define("FLV_EXTENSION" flv

Definition at line 11 of file constants.inc.php.

◆ if

if(!defined("VIDEO_SIZE_9_16")) define("VIDEO_SIZE_9_16"

Definition at line 14 of file constants.inc.php.

◆ jpg

if (!defined("IMAGE_EXTENSION")) define("IMAGE_EXTENSION" jpg

Definition at line 13 of file constants.inc.php.

◆ m4v

if (!defined("M4V_EXTENSION")) define("M4V_EXTENSION" m4v

Definition at line 12 of file constants.inc.php.

◆ mp4

if (!defined("MOBILE_EXTENSION")) define("MOBILE_EXTENSION" mp4

Definition at line 10 of file constants.inc.php.

◆ onhold

if (!defined("STATUS_ONHOLD")) define("STATUS_ONHOLD" onhold

Definition at line 23 of file constants.inc.php.

◆ pending

if (!defined("STATUS_PENDING")) define("STATUS_PENDING" pending

Definition at line 20 of file constants.inc.php.

◆ processing

if (!defined("STATUS_PROCESSING")) define("STATUS_PROCESSING" processing

Definition at line 21 of file constants.inc.php.