Home
last modified time | relevance | path

Searched refs:SetCallbacks (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/media/
H A DSoundPlayer.h86 void SetCallbacks(
/haiku/src/kits/media/
H A DSoundPlayer.cpp373 BSoundPlayer::SetCallbacks(BufferPlayerFunc playerFunction, in SetCallbacks() function in BSoundPlayer
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp744 fPlayer->SetCallbacks(PlayFile, NotifyPlayFile, this); in Play()
1004 fPlayer->SetCallbacks(0, 0, 0); in StopPlaying()