From 09a3b8257785b9211206a34141daedba44739176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Wed, 3 Apr 2024 10:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9demo=E4=B8=AD=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I75c60364d9bba1b6d5a5095d24764d5fbbb24c8b --- .../link/demo/video/preview/VideoPreviewActivity.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt b/sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt index 102a31761..276ff8ca1 100644 --- a/sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt +++ b/sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt @@ -758,8 +758,8 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface } override fun onInfoAudioPcmData(mp: IMediaPlayer?, arrPcm: ByteArray?, length: Int) { - if (audioRecordUtil != null && length > 0 && speakAble) { - audioRecordUtil.setPlayerPcmData(arrPcm); - } +// if (audioRecordUtil != null && length > 0 && speakAble) { +// audioRecordUtil.setPlayerPcmData(arrPcm); +// } } } \ No newline at end of file