bAutoAdjustCacheTime property

bool? bAutoAdjustCacheTime
getter/setter pair

【字段含义】是否自动调整播放器缓存时间,默认值:YES YES:启用自动调整,自动调整的最大值和最小值可以分别通过修改 maxCacheTime 和 minCacheTime 来设置 NO:关闭自动调整,采用默认的指定缓存时间(1s),可以通过修改 cacheTime 来调整缓存时间

Implementation

bool? bAutoAdjustCacheTime;