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