PLVPlayerLoadState
Objective-C
enum PLVPlayerLoadState : NSUInteger {}
Swift
struct PLVPlayerLoadState : OptionSet, @unchecked Sendable
加载状态
-
Undocumented
Declaration
Objective-C
PLVPlayerLoadStateUnknown = 0 -
Undocumented
Declaration
Objective-C
PLVPlayerLoadStatePlayable = 1 << 0Swift
static var playable: PLVPlayerLoadState { get } -
Undocumented
Declaration
Objective-C
PLVPlayerLoadStatePlaythroughOK = 1 << 1Swift
static var playthroughOK: PLVPlayerLoadState { get } -
Undocumented
Declaration
Objective-C
PLVPlayerLoadStateStalled = 1 << 2Swift
static var stalled: PLVPlayerLoadState { get }
View on GitHub
PLVPlayerLoadState Enumeration Reference