RDK Documentation (Open Sourced RDK Components)
AampConfig.cpp File Reference

Configuration related Functionality for AAMP. More...

#include "AampConfig.h"
#include "_base64.h"
#include "base16.h"
#include "AampJsonObject.h"
#include "AampUtils.h"
#include "aampgstplayer.h"
#include "AampRfc.h"
#include <time.h>
Include dependency graph for AampConfig.cpp:

Go to the source code of this file.

Variables

static ConfigPriority customOwner
 
static AampOwnerLookupEntry OwnerLookUpTable []
 AAMP Config Owners enum-string mapping table. More...
 
static AampConfigLookupEntry ConfigLookUpTable []
 AAMP Config Command lookup table.
 

yes

Configuration related Functionality for AAMP.

Definition in file AampConfig.cpp.

Variable Documentation

◆ OwnerLookUpTable

AampOwnerLookupEntry OwnerLookUpTable[]
static
Initial value:
=
{
{"oper",AAMP_OPERATOR_SETTING},
{"stream",AAMP_STREAM_SETTING},
{"app",AAMP_APPLICATION_SETTING},
{"tune",AAMP_TUNE_SETTING},
{"cfg",AAMP_DEV_CFG_SETTING},
{"unknown",AAMP_MAX_SETTING}
}

AAMP Config Owners enum-string mapping table.

Definition at line 61 of file AampConfig.cpp.

AAMP_DEFAULT_SETTING
@ AAMP_DEFAULT_SETTING
Definition: AampDefine.h:210
AAMP_CUSTOM_DEV_CFG_SETTING
@ AAMP_CUSTOM_DEV_CFG_SETTING
Definition: AampDefine.h:216