Searched refs:play_id (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/media/
H A DSoundPlayer.h92 typedef int32 play_id; typedef in class:BSoundPlayer
97 play_id StartPlaying(BSound* sound,
99 play_id StartPlaying(BSound* sound,
102 status_t SetSoundVolume(play_id sound, float newVolume);
103 bool IsPlaying(play_id id);
104 status_t StopPlaying(play_id id);
105 status_t WaitForSound(play_id id);
153 void _NotifySoundDone(play_id sound, bool gotToPlay);
167 play_id id;
178 play_id i
[all...]
/haiku/src/kits/media/
H A DSoundPlayer.cpp36 static BSoundPlayer::play_id sCurrentPlayID = 1;
439 BSoundPlayer::play_id
446 BSoundPlayer::play_id
479 BSoundPlayer::SetSoundVolume(play_id id, float newVolume)
502 BSoundPlayer::IsPlaying(play_id id)
524 BSoundPlayer::StopPlaying(play_id id)
558 BSoundPlayer::WaitForSound(play_id id)
876 BSoundPlayer::_NotifySoundDone(play_id id, bool gotToPlay)

Completed in 45 milliseconds