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
 Enable or disable content caching.
int maxSizeMB __deprecated
 The maximum cache memory size.
long maxDuration __deprecated
 The maximum length of a single video that can be cached.
NSString *path __deprecated
 The cache directory.

Property Documentation

◆ __deprecated [1/4]

- (BOOL enable) __deprecated
readwritenonatomicassign

Enable or disable content caching.

Default: disabled.

◆ __deprecated [2/4]

- (int maxSizeMB) __deprecated
readwritenonatomicassign

The maximum cache memory size.

Unit: MB.

◆ __deprecated [3/4]

- (long maxDuration) __deprecated
readwritenonatomicassign

The maximum length of a single video that can be cached.

Unit: seconds. Videos that exceed the maximum length are not cached.

◆ __deprecated [4/4]

- (NSString* path) __deprecated
readwritenonatomiccopy

The cache directory.


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