Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-10-14 14:10:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61171eb483d4177dd1bf11017412736fdc36ee8d
61171eb4
1 parent
83396a85
ref |> 阿里播放器设置配置默认开启硬解码
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdPlayer/src/main/ets/utils/GlobalSetting.ets
sight_harmony/features/wdPlayer/src/main/ets/utils/GlobalSetting.ets
View file @
61171eb
...
...
@@ -32,6 +32,7 @@ export function setupPlayerConfig(player: AliPlayer) {
config.mMaxBufferDuration = 50000
config.mHighBufferDuration = 3000
config.mStartBufferDuration = 50
config.mEnableLowLatencyMode = true
player.setConfig(config)
}
}
...
...
Please
register
or
login
to post a comment