TRTC_Windows icon indicating copy to clipboard operation
TRTC_Windows copied to clipboard

ManageLiteAV中有很多单例类的 获取实例和销毁实例的方法都是internal修饰的 外部无法调用啊

Open sun19890208 opened this issue 7 months ago • 0 comments

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);

sun19890208 avatar Jun 28 '24 12:06 sun19890208