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 d1d9473df3acd3bcaddb9c9cfe924ff08e541926..ce50e8a26cbbc8a4a9a20f60c47883b6763d1d87 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. |