plv player sdk doc
|
#include <plv-player-def.h>
Public Member Functions | |
PLVAccountInfo () | |
Data Fields | |
const char * | userId |
the userId of the main account. get from SDK provider. | |
const char * | secretKey |
if use subAccount, this can be empty, get from SDK provider. | |
const char * | appId |
appId of sub account, if use main account, can be empty. get from SDK provider. | |
const char * | appSecret |
appSecret of sub account, if use main account, can be empty. get from SDK provider. | |
bool | subAccount |
use sub account. | |
account info setting.
Definition at line 239 of file plv-player-def.h.
|
inline |
Definition at line 240 of file plv-player-def.h.
const char* appId |
appId of sub account, if use main account, can be empty. get from SDK provider.
Definition at line 249 of file plv-player-def.h.
const char* appSecret |
appSecret of sub account, if use main account, can be empty. get from SDK provider.
Definition at line 250 of file plv-player-def.h.
const char* secretKey |
if use subAccount, this can be empty, get from SDK provider.
Definition at line 248 of file plv-player-def.h.
bool subAccount |
use sub account.
Definition at line 251 of file plv-player-def.h.
const char* userId |
the userId of the main account. get from SDK provider.
Definition at line 247 of file plv-player-def.h.