Initialize the SDK Parameter. Here are more detailed structural descriptions. More...
#include <zoom_sdk_def.h>
Public Member Functions | |
tagInitParam () | |
Data Fields | |
const zchar_t * | strWebDomain |
Web domain. | |
const zchar_t * | strBrandingName |
Branding name. | |
const zchar_t * | strSupportUrl |
Support URL. | |
SDK_LANGUAGE_ID | emLanguageID |
The ID of the SDK language. | |
bool | enableGenerateDump |
Enable generate dump file if the app crashed. | |
bool | enableLogByDefault |
Enable log feature. | |
unsigned int | uiLogFileSize |
Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the file size varies from 1M to 50M. | |
RawDataOptions | rawdataOpts |
void * | hResInstance |
Resource module handle. | |
unsigned int | uiWindowIconSmallID |
The ID of the small icon on the window. | |
unsigned int | uiWindowIconBigID |
The ID of the big Icon on the window. | |
ConfigurableOptions | obConfigOpts |
The configuration options of the SDK. | |
SDK_APP_Locale | locale |
ZoomSDKRenderOptions | renderOpts |
bool | permonitor_awareness_mode |
int | wrapperType |
Initialize the SDK Parameter. Here are more detailed structural descriptions.
Definition at line 254 of file zoom_sdk_def.h.
|
inline |
Definition at line 274 of file zoom_sdk_def.h.
References emLanguageID, enableGenerateDump, enableLogByDefault, hResInstance, LANGUAGE_Unknown, locale, permonitor_awareness_mode, SDK_APP_Locale_Default, strBrandingName, strSupportUrl, strWebDomain, uiLogFileSize, uiWindowIconBigID, uiWindowIconSmallID, and wrapperType.
SDK_LANGUAGE_ID tagInitParam::emLanguageID |
The ID of the SDK language.
Definition at line 259 of file zoom_sdk_def.h.
Referenced by tagInitParam().
bool tagInitParam::enableGenerateDump |
Enable generate dump file if the app crashed.
Definition at line 260 of file zoom_sdk_def.h.
Referenced by tagInitParam().
bool tagInitParam::enableLogByDefault |
void* tagInitParam::hResInstance |
Resource module handle.
Definition at line 265 of file zoom_sdk_def.h.
Referenced by tagInitParam().
SDK_APP_Locale tagInitParam::locale |
Definition at line 269 of file zoom_sdk_def.h.
Referenced by tagInitParam().
ConfigurableOptions tagInitParam::obConfigOpts |
The configuration options of the SDK.
Definition at line 268 of file zoom_sdk_def.h.
bool tagInitParam::permonitor_awareness_mode |
Definition at line 271 of file zoom_sdk_def.h.
Referenced by tagInitParam().
RawDataOptions tagInitParam::rawdataOpts |
Definition at line 263 of file zoom_sdk_def.h.
ZoomSDKRenderOptions tagInitParam::renderOpts |
Definition at line 270 of file zoom_sdk_def.h.
const zchar_t* tagInitParam::strBrandingName |
const zchar_t* tagInitParam::strSupportUrl |
const zchar_t* tagInitParam::strWebDomain |
unsigned int tagInitParam::uiLogFileSize |
Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the file size varies from 1M to 50M.
Definition at line 262 of file zoom_sdk_def.h.
Referenced by tagInitParam().
unsigned int tagInitParam::uiWindowIconBigID |
The ID of the big Icon on the window.
Definition at line 267 of file zoom_sdk_def.h.
Referenced by tagInitParam().
unsigned int tagInitParam::uiWindowIconSmallID |
The ID of the small icon on the window.
Definition at line 266 of file zoom_sdk_def.h.
Referenced by tagInitParam().
int tagInitParam::wrapperType |
Definition at line 273 of file zoom_sdk_def.h.
Referenced by tagInitParam().