Skip to content

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

Description

@sun19890208

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions