Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_resource_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _customized_resource_helper_interface_h
7#define _customized_resource_helper_interface_h
8#include "zoom_sdk_def.h"
9
33
53{
54public:
62 virtual SDKError AddCustomizedPictureResource(const zchar_t* key_, const zchar_t* absolute_resource_path) = 0;
63
72 virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const zchar_t* customizedString) = 0;
73
82 virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const zchar_t* customizedUrl) = 0;
83};
85#endif
Customized resource helper interface.
virtual SDKError AddCustomizedPictureResource(const zchar_t *key_, const zchar_t *absolute_resource_path)=0
Adds the custom photo files. Currently, supports PNG and SVG formats.
virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const zchar_t *customizedString)=0
Uses the custom string to replace the specified string item.
virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const zchar_t *customizedUrl)=0
Uses the custom URL to replace the specified URL.
SDKCustomizedURLType
Custom URL type. Here are more detailed structural descriptions.
SDKCustomizedStringType
Custom string type. Here are more detailed structural descriptions.
@ SDK_Customized_LiveStream_MenuString_LiveOn_String
@ SDK_Customized_LiveStream_MenuString_LiveStop_String
@ SDK_Customized_LiveStream_MenuString_LiveView_String
@ SDK_Customized_Title_ViewOnly_FreeZoomVideo
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
char zchar_t
SDKError
Enumeration of common errors of SDK.