Skip to content

Commit 6854374

Browse files
committed
修改demo中调用。
Change-Id: I75c60364d9bba1b6d5a5095d24764d5fbbb24c8b
1 parent 96bf664 commit 6854374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
758758
}
759759

760760
override fun onInfoAudioPcmData(mp: IMediaPlayer?, arrPcm: ByteArray?, length: Int) {
761-
if (audioRecordUtil != null && length > 0 && speakAble) {
762-
audioRecordUtil.setPlayerPcmData(arrPcm);
763-
}
761+
// if (audioRecordUtil != null && length > 0 && speakAble) {
762+
// audioRecordUtil.setPlayerPcmData(arrPcm);
763+
// }
764764
}
765765
}

0 commit comments

Comments
 (0)