Searched refs:GetVolumeLevel (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | volume_itf.cpp | 30 static SLresult GetVolumeLevel(SLVolumeItf self, SLmillibel *level) in GetVolumeLevel() function 82 GetVolumeLevel,
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | opensles.md | 48 |SLVolumeItf |GetVolumeLevel |GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel) …
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | opensles.md | 48 |SLVolumeItf |GetVolumeLevel |GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel) …
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/ |
H A D | dspeaker_client.h | 83 std::string GetVolumeLevel();
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/ |
H A D | dspeaker_client_test.cpp | 237 std::string volEvent = speakerClient_->GetVolumeLevel();
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | using-opensl-es-for-playback.md | 49 - SLresult (\*GetVolumeLevel) (SLVolumeItf self, SLmillibel \*pLevel)
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/ |
H A D | audio_opensles_player_unit_test.cpp | 689 SLresult result = (*volumeItf_)->GetVolumeLevel(volumeItf_, &level); 1011 (*volumeItf_)->GetVolumeLevel(volumeItf_, &level); 1026 (*volumeItf_)->GetVolumeLevel(volumeItf_, nullptr); 1184 result = (*volumeItf_)->GetVolumeLevel(volumeItf_, &level);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 372 event.content = GetVolumeLevel(); in OnStateChange() 391 string DSpeakerClient::GetVolumeLevel() in GetVolumeLevel() function in OHOS::DistributedHardware::DSpeakerClient
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/ |
H A D | audio_opensles_player_test.cpp | 196 (*volumeItf)->GetVolumeLevel(volumeItf, &pLevel); in OpenSlTest()
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | using-opensl-es-for-playback.md | 49 - SLresult (\*GetVolumeLevel) (SLVolumeItf self, SLmillibel \*pLevel)
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 201 | 媒体-audio_standard | SLVolumeItf_<br/>SLresult (*GetVolumeLevel) (<br/> SLVolumeItf self,<b…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 201 | Media - audio_standard| SLVolumeItf_<br>SLresult (*GetVolumeLevel) (<br> SLVolumeItf self,…
|