FWPlayerCacheContentInfo
@interface FWPlayerCacheContentInfo : NSObject <NSCoding>
@property (nonatomic, copy) NSString *contentType;
@property (nonatomic, assign) BOOL byteRangeAccessSupported;
@property (nonatomic, assign) unsigned long long contentLength;
@property (nonatomic) unsigned long long downloadedContentLength;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *contentType
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL byteRangeAccessSupported
-
Undocumented
Declaration
Objective-C
@property (nonatomic) unsigned long long contentLength
-
Undocumented
Declaration
Objective-C
@property (nonatomic) unsigned long long downloadedContentLength