From 62ce7a5cf8a47e53a6fc5c5b2701348fc938e8f5 Mon Sep 17 00:00:00 2001 From: garyxgwang Date: Fri, 6 Aug 2021 17:01:09 +0800 Subject: [PATCH] Fix bug. --- .../mlvb/customvideocapture/helper/CustomFrameRender.java | 1 + .../Advanced/ThirdBeauty/src/main/java/com/nama/authpack.java | 2 +- Android/MLVB-API-Example/App/build.gradle | 4 ++-- Android/MLVB-API-Example/README.en.md | 4 ++-- Android/MLVB-API-Example/README.md | 4 ++-- Android/MLVB-API-Example/build.gradle | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Android/MLVB-API-Example/Advanced/CustomVideoCapture/src/main/java/com/tencent/mlvb/customvideocapture/helper/CustomFrameRender.java b/Android/MLVB-API-Example/Advanced/CustomVideoCapture/src/main/java/com/tencent/mlvb/customvideocapture/helper/CustomFrameRender.java index bfdb7c70..d261d146 100755 --- a/Android/MLVB-API-Example/Advanced/CustomVideoCapture/src/main/java/com/tencent/mlvb/customvideocapture/helper/CustomFrameRender.java +++ b/Android/MLVB-API-Example/Advanced/CustomVideoCapture/src/main/java/com/tencent/mlvb/customvideocapture/helper/CustomFrameRender.java @@ -34,6 +34,7 @@ * 主要包含: * - 本地预览视频帧/远端用户视频帧的自定义渲染; * - 本地音频/远端音频混音后的播放; + * */ public class CustomFrameRender extends V2TXLivePusherObserver implements Handler.Callback { public static final String TAG = "CustomFrameRender"; diff --git a/Android/MLVB-API-Example/Advanced/ThirdBeauty/src/main/java/com/nama/authpack.java b/Android/MLVB-API-Example/Advanced/ThirdBeauty/src/main/java/com/nama/authpack.java index 69ebe01d..e2f24707 100644 --- a/Android/MLVB-API-Example/Advanced/ThirdBeauty/src/main/java/com/nama/authpack.java +++ b/Android/MLVB-API-Example/Advanced/ThirdBeauty/src/main/java/com/nama/authpack.java @@ -1,6 +1,6 @@ package com.nama; -public class authpackbak { +public class authpack { public static void main(String[] args) { byte[] a = A(); for (byte b : a) { diff --git a/Android/MLVB-API-Example/App/build.gradle b/Android/MLVB-API-Example/App/build.gradle index 3add277a..8081b2a1 100644 --- a/Android/MLVB-API-Example/App/build.gradle +++ b/Android/MLVB-API-Example/App/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.tencent.mlvb.apiexample" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10 - versionName "8.8.869" + versionCode 20 + versionName "9.0.857" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "arm64-v8a" diff --git a/Android/MLVB-API-Example/README.en.md b/Android/MLVB-API-Example/README.en.md index 545394dd..c8b8fc52 100644 --- a/Android/MLVB-API-Example/README.en.md +++ b/Android/MLVB-API-Example/README.en.md @@ -12,7 +12,7 @@ This demo covers the following features (click to view the details of a feature) - [Publishing from Screen](./Basic/LivePushScreen) - [Playback](./Basic/LivePlay) - [Co-anchoring](./Basic/LiveLink) - - [Competition](./Basic/LivePK) + - [Competition](./Basic/LinkPK) - Advanced Features - [Dynamically Switching Rendering Controls](./Advanced/SwitchRenderView) - [Custom Video Capturing](./Advanced/CustomVideoCapture) @@ -128,4 +128,4 @@ Open the project with Android Studio, connect to an Android device, and compile # Contact Us - [FAQs](https://cloud.tencent.com/document/product/454/7937) - [Documentation](https://cloud.tencent.com/document/product/454) -- [API documentation](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9) +- [API documentation](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9) \ No newline at end of file diff --git a/Android/MLVB-API-Example/README.md b/Android/MLVB-API-Example/README.md index b0b39b58..1a178595 100755 --- a/Android/MLVB-API-Example/README.md +++ b/Android/MLVB-API-Example/README.md @@ -12,7 +12,7 @@ _中文 | [English](README.en.md)_ - [录屏推流](./Basic/LivePushScreen) - [直播拉流](./Basic/LivePlay) - [连麦互动](./Basic/LiveLink) - - [连麦PK](./Basic/LivePK) + - [连麦PK](./Basic/LinkPK) - 进阶功能 - [动态切换渲染组件](./Advanced/SwitchRenderView) - [自定义视频采集](./Advanced/CustomVideoCapture) @@ -128,4 +128,4 @@ defaultConfig { # 联系我们 - [常见问题](https://cloud.tencent.com/document/product/454/7937) - [官网文档](https://cloud.tencent.com/document/product/454) -- [API文档](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9) +- [API文档](https://liteav.sdk.qcloud.com/doc/api/zh-cn/group__V2TXLivePusher__android.html#afc848d88fe99790b8c0988b8525dd4d9) \ No newline at end of file diff --git a/Android/MLVB-API-Example/build.gradle b/Android/MLVB-API-Example/build.gradle index ea627ddd..6666403f 100644 --- a/Android/MLVB-API-Example/build.gradle +++ b/Android/MLVB-API-Example/build.gradle @@ -36,7 +36,7 @@ ext { minSdkVersion = 16 targetSdkVersion = 26 supportSdkVersion = "29.0.3" - liteavSdk = "com.tencent.liteav:LiteAVSDK_Professional:latest.release" + liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:latest.release" versionCode = 1 versionName = "v1.0" ndkAbi = 'armeabi'//,'armeabi-v7a', 'arm64-v8a'