Searched refs:newVolume (Results 1 - 5 of 5) sorted by path

/haiku/headers/os/media/
H A DSoundPlayer.h102 status_t SetSoundVolume(play_id sound, float newVolume);
/haiku/headers/os/midi/
H A DSamples.h30 void SetVolume(double newVolume);
/haiku/src/kits/midi/
H A DSamples.cpp92 void BSamples::SetVolume(double newVolume) argument
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp600 float newVolume; local
601 result = msg->FindFloat("data", &newVolume);
603 fController->SetVolume(newVolume);
/haiku/src/kits/media/
H A DSoundPlayer.cpp479 BSoundPlayer::SetSoundVolume(play_id id, float newVolume) argument
488 item->volume = newVolume;
592 BSoundPlayer::SetVolume(float newVolume) argument
595 SetVolumeDB(20.0 * log10(newVolume));

Completed in 147 milliseconds