AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AVPCacheConfig Class Reference

#include "AVPCacheConfig.h"

Inheritance diagram for AVPCacheConfig:

Properties

BOOL enable __deprecated
 是否开启缓存。默认关闭。
int maxSizeMB __deprecated
 所有缓存最大占用空间,单位:MB
long maxDuration __deprecated
 单个视频缓存的最大时长,单位秒,即某个视频的时长超过maxDuration将不会被缓存
NSString *path __deprecated
 缓存目录

Property Documentation

◆ __deprecated [1/4]

- (BOOL enable) __deprecated
readwritenonatomicassign

是否开启缓存。默认关闭。

◆ __deprecated [2/4]

- (int maxSizeMB) __deprecated
readwritenonatomicassign

所有缓存最大占用空间,单位:MB

◆ __deprecated [3/4]

- (long maxDuration) __deprecated
readwritenonatomicassign

单个视频缓存的最大时长,单位秒,即某个视频的时长超过maxDuration将不会被缓存

◆ __deprecated [4/4]

- (NSString* path) __deprecated
readwritenonatomiccopy

缓存目录


The documentation for this class was generated from the following file: