Home
last modified time | relevance | path

Searched refs:sound_player_notification (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/media/
H A DSoundPlayer.h34 enum sound_player_notification { enum
42 typedef void (*EventNotifierFunc)(void*, sound_player_notification what,
156 virtual void Notify(sound_player_notification what, ...);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
H A DRecorderWindow.cpp1269 BSoundPlayer::sound_player_notification code, ...) in NotifyPlayFile()
/haiku/src/kits/media/
H A DSoundPlayer.cpp923 BSoundPlayer::Notify(sound_player_notification what, ...) in Notify()