LiteAVSDK
腾讯云音视频 SDK ,服务于数万家企业客户的高可用组件,致力于最大限度地节省您的研发成本。
TXPlayerGlobalSetting

详细描述

播放器引擎全局配置


结构体说明

◆ TXPlayerGlobalSetting

class TXPlayerGlobalSetting

类方法

(void) + setCacheFolderPath:
 
(NSString *) + cacheFolderPath
 
(void) + setMaxCacheSize:
 
(NSInteger) + maxCacheSize
 

函数文档

◆ cacheFolderPath()

+ (NSString *) cacheFolderPath

获取设置的播放引擎的cache目录

返回
返回 Cache缓存目录的Path

◆ maxCacheSize()

+ (NSInteger) maxCacheSize

获取设置的播放引擎的最大缓存大小

返回
返回 Cache Size的大小

◆ setCacheFolderPath:()

+ (void) setCacheFolderPath: (NSString *)  cacheFolder

设置播放引擎的cache目录。设置后,预下载,播放器等会优先从此目录读取和存储。

参数
cacheFolder缓存目录路径,nil 表示不开启缓存

◆ setMaxCacheSize:()

+ (void) setMaxCacheSize: (NSInteger)  maxCacheSizeMB

设置播放引擎的最大缓存大小。设置后会根据设定值自动清理Cache目录的文件

参数
maxCacheSizeMB最大缓存大小(单位:MB)