UNA
BxBasePlayerHTML5 Class Reference
Inheritance diagram for BxBasePlayerHTML5:
BxDolPlayer BxDolFactory iBxDolFactoryObject BxTemplPlayerHtml5

Static Protected Attributes

static $CONF_STANDARD
 
static $CONF_STANDARD_AUDIO
 
static $CONF_MINI = ""
 
static $CONF_EMBED = ""
 
static $CONF_LANGS = array()
 

Additional Inherited Members

- Public Member Functions inherited from BxDolPlayer
 getObjectName ()
 
 setCustomConf ($a)
 
 setVideoSize ($sName, $iSize)
 
 getSkins ($bFullInfo=false)
 
 getCodeAudio ($iViewMode, $aParams, $bDynamicMode=false)
 
 getCodeVideo ($iViewMode, $aParams, $bDynamicMode=false)
 
- Static Public Member Functions inherited from BxDolPlayer
static getObjectInstance ($sObject=false, $oTemplate=false)
 
- Protected Member Functions inherited from BxDolPlayer
 _addJsCss ($bDynamicMode=false)
 
 _replaceMarkers ($s, $a)
 

Detailed Description

Basic HTML5 player representation.

See also
BxDolPlayer

Member Data Documentation

◆ $CONF_EMBED

BxBasePlayerHTML5::$CONF_EMBED = ""
staticprotected

Embed view initialization params

◆ $CONF_LANGS

BxBasePlayerHTML5::$CONF_LANGS = array()
staticprotected

Available player languages

◆ $CONF_MINI

BxBasePlayerHTML5::$CONF_MINI = ""
staticprotected

Minimal view initialization params

◆ $CONF_STANDARD

BxBasePlayerHTML5::$CONF_STANDARD
staticprotected
Initial value:
= "
<video {attrs}>
{webm}
{mp4}
</video>
"

Standard view initialization params

◆ $CONF_STANDARD_AUDIO

BxBasePlayerHTML5::$CONF_STANDARD_AUDIO
staticprotected
Initial value:
= "
<audio {attrs}>
{mp3}
</audio>
"

Standard view initialization params for audio


The documentation for this class was generated from the following file: