![]() |
AliyunPlayer v6.21.0
Aliyun Player API Reference Manual for iOS Platforms
|
#include "AVPCacheConfig.h"
Properties | |
BOOL | enable |
Enable or disable content caching. | |
long | maxDuration |
The maximum length of a single video that can be cached. | |
int | maxSizeMB |
The maximum cache memory size. | |
NSString * | path |
The cache directory. | |
|
readwritenonatomicassign |
Enable or disable content caching.
Default: disabled.
|
readwritenonatomicassign |
The maximum length of a single video that can be cached.
Unit: seconds. Videos that exceed the maximum length are not cached.
|
readwritenonatomicassign |
The maximum cache memory size.
Unit: MB.
|
readwritenonatomiccopy |
The cache directory.