PLVPlayerMainSubType
Objective-C
enum PLVPlayerMainSubType : NSInteger {}
Swift
enum PLVPlayerMainSubType : Int, @unchecked Sendable
播放器 主副类型
-
Undocumented
Declaration
Objective-C
PLVPlayerMainSubType_Main = 0
Swift
case main = 0
-
Undocumented
Declaration
Objective-C
PLVPlayerMainSubType_Sub = 2
Swift
case sub = 2