![]() |
RDK Documentation (Open Sourced RDK Components)
|
Advanced Adaptive Media Player (AAMP) More...
#include "main_aamp.h"#include "AampConfig.h"#include "AampCacheHandler.h"#include "AampUtils.h"#include "helper/AampDrmHelper.h"#include "StreamAbstractionAAMP.h"#include "aampgstplayer.h"#include <dlfcn.h>#include <termios.h>#include <errno.h>#include <regex>
Go to the source code of this file.
Functions | |
| static gboolean | SeekAfterPrepared (gpointer ptr) |
Variables | |
| AampConfig * | gpGlobalConfig =NULL |
| Global configuration. | |
| AampLogManager * | mLogObj =NULL |
| static bool | iarmInitialized = false |
Advanced Adaptive Media Player (AAMP)
Definition in file main_aamp.cpp.
| #define ERROR_STATE_CHECK_VOID | ( | ) |
Definition at line 55 of file main_aamp.cpp.
| #define ERROR_STATE_CHECK_VAL | ( | val | ) |
Definition at line 62 of file main_aamp.cpp.
| #define ERROR_OR_IDLE_STATE_CHECK_VOID | ( | ) |
Definition at line 69 of file main_aamp.cpp.
| #define NOT_IDLE_AND_NOT_RELEASED_STATE_CHECK_VOID | ( | ) |
Definition at line 77 of file main_aamp.cpp.
| #define ERROR_OR_IDLE_STATE_CHECK_VAL | ( | val | ) |
Definition at line 84 of file main_aamp.cpp.
| #define PLAYING_STATE_CHECK | ( | ) |
Definition at line 92 of file main_aamp.cpp.