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:
61 virtual SDKError AddCustomizedPictureResource(const zchar_t* key_, const zchar_t* absolute_resource_path) = 0;
62
71 virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const zchar_t* customizedString) = 0;
72
81 virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const zchar_t* customizedUrl) = 0;
82};
84#endif
Customized resource helper interface.
virtual SDKError AddCustomizedPictureResource(const zchar_t *key_, const zchar_t *absolute_resource_path)=0
Add the custom photo files, currently, support PNG and SVG formats.
virtual SDKError AddCustomizedStringResource(SDKCustomizedStringType customizedType, const zchar_t *customizedString)=0
Use the custom string to replace the specified string item.
virtual SDKError AddCustomizedURLResource(SDKCustomizedURLType customizedType, const zchar_t *customizedUrl)=0
Use 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
wchar_t zchar_t
Definition zoom_sdk_def.h:9
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.