TRTC_Windows
TRTC_Windows copied to clipboard
ManageLiteAV中有很多单例类的 获取实例和销毁实例的方法都是internal修饰的 外部无法调用啊
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);