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

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
api, desktop

Research direction

Start with the ITXLiteAVLocalRecord instance and destroy methods in ManageLiteAV, then inspect the calls in TRTCCSharpDemo.DataManager around lines 70 and 97 and TXVodPlayerForm around line 231. Check the SDK declarations against these external demo call sites and verify that the demo builds and can invoke the required lifecycle and player methods.

Written by the indexing model from the issue text.

Description

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

Dominant language
C#
Stars
26
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Tencent-RTC/TRTC_Windows

All issues in Tencent-RTC/TRTC_Windows

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.