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