|
| AVPlayer (GingaScreenID screenId, string mrl, bool hasVisual) |
|
ISurface * | getSurface () |
|
void | finished () |
|
double | getEndTime () |
|
bool | getHasVisual () |
|
void | getOriginalResolution (int *width, int *height) |
|
double | getTotalMediaTime () |
|
int64_t | getVPts () |
|
void | timeShift (string direction) |
|
double | getMediaTime () |
|
void | setMediaTime (double pos) |
|
void | setStopTime (double pos) |
|
double | getStopTime () |
|
void | setScope (string scope, short type=TYPE_PRESENTATION, double begin=-1, double end=-1, double outTransDur=-1) |
|
bool | play () |
|
void | pause () |
|
void | stop () |
|
void | resume () |
|
virtual void | setPropertyValue (string name, string value) |
|
void | addListener (IPlayerListener *listener) |
|
void | release () |
|
void | setMrl (const char *mrl) |
|
string | getMrl () |
|
bool | isPlaying () |
|
bool | isRunning () |
|
void | setAVPid (int aPid, int vPid) |
|
bool | setOutWindow (GingaWindowID windowId) |
|
void | setAlphaBlend (int x, int y, int w, int h) |
|
void | checkResize () |
|
virtual void | startThread () |
|
bool | sleep (long int seconds) |
|
bool | mSleep (long int milliseconds) |
|
void | wakeUp () |
|
void | lock () |
|
void | unlock () |
|
void | waitForUnlockCondition () |
|
bool | unlockConditionSatisfied () |
|
| Player (GingaScreenID screenId, string mrl) |
|
virtual void | flip () |
|
virtual void | setMrl (string mrl, bool visible=true) |
|
virtual void | reset () |
|
virtual void | rebase () |
|
virtual void | setNotifyContentUpdate (bool notify) |
|
void | removeListener (IPlayerListener *listener) |
|
void | notifyPlayerListeners (short code, string parameter="", short type=TYPE_PRESENTATION, string value="") |
|
virtual void | setSurface (ISurface *surface) |
|
double | getMediaTime () |
|
virtual bool | setKeyHandler (bool isHandler) |
|
virtual void | abort () |
|
virtual string | getPropertyValue (string name) |
|
virtual void | setReferenceTimePlayer (IPlayer *player) |
|
void | addTimeReferPlayer (IPlayer *referPlayer) |
|
void | removeTimeReferPlayer (IPlayer *referPlayer) |
|
void | notifyReferPlayers (int transition) |
|
void | timebaseObjectTransitionCallback (int transition) |
|
void | setTimeBasePlayer (IPlayer *timeBasePlayer) |
|
virtual bool | hasPresented () |
|
void | setPresented (bool presented) |
|
bool | isVisible () |
|
void | setVisible (bool visible) |
|
bool | immediatelyStart () |
|
void | setImmediatelyStart (bool immediatelyStartVal) |
|
void | forceNaturalEnd (bool forceIt) |
|
bool | isForcedNaturalEnd () |
|
virtual IPlayer * | getSelectedPlayer () |
|
virtual void | setPlayerMap (map< string, IPlayer * > *objs) |
|
virtual map< string, IPlayer * > * | getPlayerMap () |
|
virtual IPlayer * | getPlayer (string objectId) |
|
virtual void | select (IPlayer *selObject) |
|
virtual void | setCurrentScope (string scopeId) |
|
|
static void | initializeAudio (int numArgs, char *args[]) |
|
static void | releaseAudio () |
|
static void | mutexInit (pthread_mutex_t *mutex, bool recursive=false) |
|
static void | mutexDestroy (pthread_mutex_t *mutex) |
|
static void | mutexLock (pthread_mutex_t *mutex) |
|
static void | mutexUnlock (pthread_mutex_t *mutex) |
|
static void | condInit (pthread_cond_t *cond, const pthread_condattr_t *attr) |
|
static void | condDestroy (pthread_cond_t *cond) |
|
static void | condWait (pthread_cond_t *cond, pthread_mutex_t *mutex) |
|
static void | condSignal (pthread_cond_t *cond) |
|
static void | startNewThread (void *(*funcion)(void *), void *ptr) |
|