TRTC_Windows
TRTC_Windows copied to clipboard
High-quality Interactive Audio/Video Windows SDK
Translate Chinese annotation into English(including files ended with .js, .cs, .css, .pro, .html).
我的环境是 Visual Studio 2022, 工具集是Visual Studio 2017 - Windows XP (v141_xp) liteav 11.1.0.4523 ::FreeLibrary(m_hModule); 报异常,如图 ` typedef ITRTCCloud* (__cdecl* GetTRTCShareInstance)(); typedef void(__cdecl* DestroyTRTCShareInstance)(); HMODULE m_hModule(nullptr); GetTRTCShareInstance getTRTCShareInstance(nullptr); DestroyTRTCShareInstance destroyTRTCShareInstance(nullptr); ITRTCCloud*...
升级测试9.7sdk 播放器事件不全…… 老版本9.5或更早没有这个问题
eg1: ManageLiteAV.ITXLiteAVLocalRecord 类 internal static ITXLiteAVLocalRecord GetLiteAVLocalRecordInstance() internal static void destroyLiteAVLocalRecordInstance() DEMO中调用 TRTCCSharpDemo.DataManager 类 line 70 txLiteAVLocalRecord = ITXLiteAVLocalRecord.GetLiteAVLocalRecordInstance(); Line97 ITXLiteAVLocalRecord.destroyLiteAVLocalRecordInstance() eg2: TRTCCSharpDemo.TXVodPlayerForm类 Line231 mVodPlayerController = ITXVodPlayer.createTXVodPlayer(mFileName, false);