|
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 263 of file plv-player-def.h.
|
inline |
Definition at line 264 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 276 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 280 of file plv-player-def.h.
| const char* secretKey |
if use subAccount, this can be empty, get from SDK provider.
Definition at line 275 of file plv-player-def.h.
| bool subAccount |
use sub account.
Definition at line 281 of file plv-player-def.h.
| const char* userId |
the userId of the main account. get from SDK provider.
Definition at line 271 of file plv-player-def.h.