添加低延迟追帧功能及相关配置,优化音频首帧渲染监听
This commit is contained in:
Binary file not shown.
@@ -18,10 +18,10 @@ dependencyResolutionManagement {
|
||||
maven { url 'https://jitpack.io' }
|
||||
// Local AARs for the demo or the SDK when present
|
||||
flatDir {
|
||||
dirs file('example/libs')
|
||||
if (hasLocalSdk) {
|
||||
dirs sdkDir.toPath().resolve('libs').toFile()
|
||||
}
|
||||
dirs file('example/libs')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user