![]() |
AliyunPlayer
v5.2.0
Aliyun Player API Reference Manual for Windows Platforms
|
Public Member Functions | |
_AVPCacheConfig (const _AVPCacheConfig &config) | |
_AVPCacheConfig | operator= (const _AVPCacheConfig &config) |
Public Attributes | |
int | maxDuration |
单个视频缓存的最大时长,单位秒,即某个视频的时长超过maxDuration将不会被缓存 | |
int | maxSizeMB |
所有缓存最大占用空间,单位:MB | |
bool | enable |
是否开启缓存。默认关闭。 | |
char * | path |
缓存目录 | |