PLVLivePlayerLoadState
Objective-C
enum PLVLivePlayerLoadState : NSInteger {}
Swift
enum PLVLivePlayerLoadState : Int, @unchecked Sendable
加载状态
-
Undocumented
Declaration
Objective-C
PLVLivePlayerLoadState_NotLoading = 0Swift
case notLoading = 0 -
Undocumented
Declaration
Objective-C
PLVLivePlayerLoadState_ChannelInfoRequesting = 2Swift
case channelInfoRequesting = 2 -
Undocumented
Declaration
Objective-C
PLVLivePlayerLoadState_ChannelRestrictInfoRequesting = 4Swift
case channelRestrictInfoRequesting = 4 -
Undocumented
Declaration
Objective-C
PLVLivePlayerLoadState_ChannelStreamStateRequesting = 6Swift
case channelStreamStateRequesting = 6
View on GitHub
PLVLivePlayerLoadState Enumeration Reference