Home
last modified time | relevance | path

Searched refs:withVolume (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/media/
H A DSoundPlayer.h101 float withVolume);
/haiku/src/kits/media/
H A DSoundPlayer.cpp447 BSoundPlayer::StartPlaying(BSound* sound, bigtime_t atTime, float withVolume) in StartPlaying() argument
461 item->volume = withVolume; in StartPlaying()