From 7977d17b6e2761ef93399ae9b485b61aa38b9e56 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Tue, 25 Jul 2023 14:13:33 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- .../reference/native-lib/third_party_opensles/opensles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/native-lib/third_party_opensles/opensles.md b/en/application-dev/reference/native-lib/third_party_opensles/opensles.md index d1d9473df3..ce50e8a26c 100644 --- a/en/application-dev/reference/native-lib/third_party_opensles/opensles.md +++ b/en/application-dev/reference/native-lib/third_party_opensles/opensles.md @@ -1,4 +1,4 @@ -# OpenSL ES Interfaces Supported by Native APIs +# OpenSL ES ## Introduction @@ -23,7 +23,7 @@ Open Sound Library for Embedded Systems (OpenSL ES) is a set of audio accelerati |SLPlayItf |SetPlayState |SetPlayState(SLPlayItf self, SLuint32 state) |Yes |Sets the playback state. | |SLPlayItf |GetPlayState |GetPlayState(SLPlayItf self, SLuint32 *state) |Yes |Obtains the playback state. | |SLRecordItf |SetRecordState |SetRecordState(SLRecordItf self, SLuint32 state) |Yes |Sets the recording state. | -|SLRecordItf |GetRecordState |GetRecordState(SLRecordItf self, SLuint32 *pState) |Yes |Obtains the recording state. | +|SLRecordItf |GetRecordState |GetRecordState(SLRecordItf self, SLuint32 *pState) |Yes |Obtains the recording state. | |SLVolumeItf |SetVolumeLevel |SetVolumeLevel(SLVolumeItf self, SLmillibel *level) |Yes |Sets the volume. | |SLVolumeItf |GetVolumeLevel |GetVolumeLevel(SLVolumeItf self, SLmillibel level) |Yes |Obtains the volume. | |SLVolumeItf |GetMaxVolumeLevel |GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *maxLevel) |Yes |Obtains the maximum volume. | -- GitLab