|
ZEGO_API const char * | ZEGO::LIVEROOM::GetSDKVersion () |
|
ZEGO_API bool | ZEGO::LIVEROOM::SetLogDirAndSize (const char *pszLogDir, unsigned long long lLogFileSize=5 *1024 *1024) |
|
ZEGO_API void | ZEGO::LIVEROOM::UploadLog () |
|
ZEGO_API void | ZEGO::LIVEROOM::SetUseTestEnv (bool bTestEnv) |
|
ZEGO_API void | ZEGO::LIVEROOM::SetConfig (const char *config) |
|
ZEGO_API bool | ZEGO::LIVEROOM::InitSDK (unsigned int uiAppID, unsigned char *pBufAppSignature, int nSignatureSize) |
|
ZEGO_API bool | ZEGO::LIVEROOM::InitSDK (unsigned int uiAppID) |
|
ZEGO_API bool | ZEGO::LIVEROOM::UnInitSDK () |
|
ZEGO_API bool | ZEGO::LIVEROOM::SetCallback (ICallback *pCB) |
|
ZEGO_API bool | ZEGO::LIVEROOM::LoginRoom (const char *pszRoomID) |
|
ZEGO_API bool | ZEGO::LIVEROOM::SetUser (const char *pszUserID, const char *pszUserName) |
|
ZEGO_API void | ZEGO::LIVEROOM::SetCustomToken (const char *thirdPartyToken) |
|
ZEGO_API bool | ZEGO::LIVEROOM::LogoutRoom () |
|
ZEGO_API int | ZEGO::LIVEROOM::GetMaxRecordCount () |
|
ZEGO_API void | ZEGO::LIVEROOM::SetMuxerOutType (MuxerOutType type) |
|
ZEGO_API void | ZEGO::LIVEROOM::SetMuxerCacheSize (int size) |
|
ZEGO_API void | ZEGO::LIVEROOM::EnableSingleAndMixRecordMode (bool enable) |
|
ZEGO_API void | ZEGO::LIVEROOM::EnableExternalRender (bool bEnable) |
|
ZEGO_API bool | ZEGO::LIVEROOM::SetFontFile (const char *pszPathAndName) |
|
ZEGO_API void | ZEGO::LIVEROOM::EnableExternalAudioData (bool bEnable, int sampleRate, int channels) |
|
ZEGO_API bool | ZEGO::LIVEROOM::StartRecordSingleStream (const char *pszStreamID, const char *pszPathAndName, MuxerStreamType nMuxerStreamType=MuxerStreamTypeBoth, int nFragmentSeconds=2, ZegoRecordSingleStreamConfig *config=nullptr) |
|
ZEGO_API bool | ZEGO::LIVEROOM::StopRecordSingleStream (const char *pszStreamID) |
|
ZEGO_API bool | ZEGO::LIVEROOM::StartRecordMixStream (ZegoMixStreamRecordConfig *pConfig) |
|
ZEGO_API bool | ZEGO::LIVEROOM::UpdateInputStreamConfig (ZegoStreamConfig *pInputStream, int nInputStreamCount) |
|
ZEGO_API bool | ZEGO::LIVEROOM::UpdateImageWaterMarkConfig (ZegoImageWaterMarkConfig *pConfig) |
|
ZEGO_API bool | ZEGO::LIVEROOM::StopRecordMixStream () |
|
ZEGO_API bool | ZEGO::LIVEROOM::PauseRecordMixStream () |
|
ZEGO_API bool | ZEGO::LIVEROOM::ResumeRecordMixStream () |
|
ZEGO_API bool | ZEGO::LIVEROOM::GetRecordStatus (const char *streamID, ZegoRecordStatus &status) |
|
ZEGO_API unsigned int | ZEGO::LIVEROOM::GetRecordLastMediaSideTime (const char *streamID) |
|
ZEGO_API bool | ZEGO::LIVEROOM::SetMediaSideCallback (IMediaSideCallback *pCB) |
|
ZEGO_API bool | ZEGO::LIVEROOM::TakeStreamSnapshot (const char *pszStreamID, const char *pszPathAndName) |
|