Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sun19890208 opened this issue Jun 28, 2024 · 0 comments

Comments

@sun19890208
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant