Searched refs:SetVolumeLevel (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | volume_itf.cpp | 20 static SLresult SetVolumeLevel(SLVolumeItf self, SLmillibel level) in SetVolumeLevel() function 81 SetVolumeLevel,
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | opensles.md | 47 |SLVolumeItf |SetVolumeLevel |SetVolumeLevel(SLVolumeItf self, SLmillibel level) …
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | opensles.md | 47 |SLVolumeItf |SetVolumeLevel |SetVolumeLevel(SLVolumeItf self, SLmillibel level) …
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/ |
H A D | audio_opensles_player_test.cpp | 258 (*volumeItf1)->SetVolumeLevel(volumeItf1, level1); in OpenSlTestConcurrent() 264 (*volumeItf2)->SetVolumeLevel(volumeItf2, level2); in OpenSlTestConcurrent()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/ |
H A D | audio_opensles_player_unit_test.cpp | 702 SLresult result = (*volumeItf_)->SetVolumeLevel(volumeItf_, 0); 710 SLresult result = (*volumeItf_)->SetVolumeLevel(volumeItf_, level); 1070 (*volumeItf_)->SetVolumeLevel(volumeItf_, level); 1085 (*volumeItf_)->SetVolumeLevel(nullptr, level); 1182 result = (*volumeItf_)->SetVolumeLevel(volumeItf_, level);
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | using-opensl-es-for-playback.md | 48 - SLresult (\*SetVolumeLevel) (SLVolumeItf self, SLmillibel level)
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | using-opensl-es-for-playback.md | 48 - SLresult (\*SetVolumeLevel) (SLVolumeItf self, SLmillibel level)
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 200 | 媒体-audio_standard | SLVolumeItf_<br/>SLresult (*SetVolumeLevel) (<br/> SLVolumeItf self,<b…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 200 | Media - audio_standard| SLVolumeItf_<br>SLresult (*SetVolumeLevel) (<br> SLVolumeItf self,…
|