mod: 默认缓冲区调小;当前解码格式查找+兜底

This commit is contained in:
orz12
2024-07-07 15:15:53 +08:00
parent 2522831cfc
commit 391c11831d
4 changed files with 32 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ class _VideoSettingState extends State<VideoSetting> {
const SetSwitchItem(
title: '扩大缓冲区',
leading: Icon(Icons.storage_outlined),
subTitle: '默认缓冲区为视频5MB/直播32MB开启后为32MB/64MB加载时间变长',
subTitle: '默认缓冲区为视频3MB/直播16MB开启后为32MB/64MB加载时间变长',
setKey: SettingBoxKey.expandBuffer,
defaultVal: false,
),