PLVLivePlaybackPlayerLoadState
Objective-C
enum PLVLivePlaybackPlayerLoadState : NSInteger {}
Swift
enum PLVLivePlaybackPlayerLoadState : Int, @unchecked Sendable
加载状态
-
Undocumented
Declaration
Objective-C
PLVLivePlaybackPlayerLoadState_NotLoading = 0Swift
case notLoading = 0 -
Undocumented
Declaration
Objective-C
PLVLivePlaybackPlayerLoadState_VideoInfoRequesting = 2Swift
case videoInfoRequesting = 2
View on GitHub
PLVLivePlaybackPlayerLoadState Enumeration Reference