Ginga  0.13.6.1771-df200
The iTV middleware.
Player.cpp File Reference
#include "aux-ginga.h"
#include "aux-gl.h"
#include "Player.h"
#include "player/PlayerImage.h"
#include "player/PlayerText.h"
#include "player/PlayerVideo.h"
Include dependency graph for Player.cpp:

Classes

struct  PlayerPropertyInfo
 

Typedefs

typedef GINGA_NAMESPACE_BEGIN struct PlayerPropertyInfo PlayerPropertyInfo
 

Variables

static map< string, PlayerPropertyInfoplayer_property_map
 
static map< string, string > player_property_aliases
 

Typedef Documentation

Variable Documentation

map<string, string> player_property_aliases
static
Initial value:
=
{
{"backgroundColor", "background"},
{"balanceLevel", "balance"},
{"bassLevel", "bass"},
{"explicitDur", "duration"},
{"soundLevel", "volume"},
{"trebleLevel", "treble"},
}

Referenced by Player::getPlayerProperty().

map<string, PlayerPropertyInfo> player_property_map
static