ManageLiteAV中有很多单例类的 获取实例和销毁实例的方法都是internal修饰的 外部无法调用啊
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Tencent-RTC/TRTC_Windows
-
C++ SDK下载链接失效 Open
Difficulty 2/5 Under an hour Newbie friendliness 45/100
Tencent-RTC/TRTC_Windows#26 ·
-
为什么没有linux sdk Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
Tencent-RTC/TRTC_Windows#25 ·
-
liteav FreeLibrary异常 Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Tencent-RTC/TRTC_Windows#16 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Tencent-RTC/TRTC_Windows#5 · 2 comments ·
All issues in Tencent-RTC/TRTC_Windows
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 75/100
sillsdev/languageforge-lexbox#2665 ·
-
bug documentation frontend
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
azurenoops/spin_agent#975 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
:watch: Not Triaged 11.0 fundamentals/subsvc
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
dotnet/AspNetCore.Docs#37699 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
SubtitleEdit/subtitleedit#15108 · 1 comment ·