FWPlayerCacheAction
@interface FWPlayerCacheAction : NSObject
- (instancetype)initWithActionType:(FWPlayerCacheAtionType)actionType range:(NSRange)range;
@property (nonatomic) FWPlayerCacheAtionType actionType;
@property (nonatomic) NSRange range;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithActionType:(FWPlayerCacheAtionType)actionType range:(NSRange)range;
-
Undocumented
Declaration
Objective-C
@property (nonatomic) FWPlayerCacheAtionType actionType
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSRange range