As I read from the official docs for openSL ES, there are capabilities for setting volume level from Audio Player. But how? I tried to get VolumeItf from the audio player but got:
SL_RESULT_FEATURE_UNSUPPORTED
Is I understood, this message means that profiles are not suuported in Android. But how to get access to volume control?
Thanks in advance
Create AudioPlayer object with IID_VOLUME request. Without doing this, the API returns SL_RESULT_FEATURE_UNSUPPORTED.
This workaround is not straightforward but works for me on ndk r6.