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

详细描述

播放器引擎全局配置


结构体说明

◆ com::tencent::rtmp::TXPlayerGlobalSetting

class com::tencent::rtmp::TXPlayerGlobalSetting

静态 Public 成员函数

static void setCacheFolderPath (String path)
 
static void setMaxCacheSize (int sizeMB)
 
static String getCacheFolderPath ()
 
static int getMaxCacheSize ()
 

成员函数说明

◆ getCacheFolderPath()

static String getCacheFolderPath ( )
inlinestatic

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

返回

◆ getMaxCacheSize()

static int getMaxCacheSize ( )
inlinestatic

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

返回

◆ setCacheFolderPath()

static void setCacheFolderPath ( String  path)
inlinestatic

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

参数
pathcache绝对路径。null表示不开启缓存

◆ setMaxCacheSize()

static void setMaxCacheSize ( int  sizeMB)
inlinestatic

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

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