Searched refs:BSoundPlayer (Results 1 - 22 of 22) sorted by relevance

/haiku/src/kits/media/
H A DSoundPlayer.cpp27 // Flags used internally in BSoundPlayer
36 static BSoundPlayer::play_id sCurrentPlayID = 1;
39 BSoundPlayer::BSoundPlayer(const char* name, BufferPlayerFunc playerFunction, function in class:BSoundPlayer
44 TRACE("BSoundPlayer::BSoundPlayer: default constructor used\n");
53 BSoundPlayer::BSoundPlayer(const media_raw_audio_format* _format, function in class:BSoundPlayer
59 TRACE("BSoundPlayer::BSoundPlayer
76 BSoundPlayer::BSoundPlayer(const media_node& toNode, function in class:BSoundPlayer
[all...]
H A DSoundPlayNode.h26 BSoundPlayer* player);
135 BSoundPlayer* fPlayer;
H A DSound.cpp243 BSound::BindTo(BSoundPlayer* player, const media_raw_audio_format& format)
251 BSound::UnbindFrom(BSoundPlayer* player)
H A DSoundPlayNode.cpp11 /*! This is the BBufferProducer used internally by BSoundPlayer.
32 SoundPlayNode::SoundPlayNode(const char* name, BSoundPlayer* player)
/haiku/src/apps/soundrecorder/
H A DVolumeSlider.h24 void SetSoundPlayer(BSoundPlayer *player);
31 BSoundPlayer *fSoundPlayer;
H A DRecorderWindow.h94 BSoundPlayer * fPlayer;
172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
H A DVolumeSlider.cpp154 VolumeSlider::SetSoundPlayer(BSoundPlayer *player)
H A DRecorderWindow.cpp737 fPlayer = new BSoundPlayer(fAudioMixerNode, &fPlayFormat.u.raw_audio,
1269 BSoundPlayer::sound_player_notification code, ...)
1271 if ((code == BSoundPlayer::B_STOPPED) || (code == BSoundPlayer::B_SOUND_DONE)) {
/haiku/headers/os/media/
H A DSound.h12 class BSoundPlayer;
51 virtual status_t BindTo(BSoundPlayer* player,
53 virtual status_t UnbindFrom(BSoundPlayer* player);
H A DSoundPlayer.h32 class BSoundPlayer { class
46 BSoundPlayer(const char* name = NULL,
51 BSoundPlayer(
58 BSoundPlayer(
68 virtual ~BSoundPlayer();
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.h45 BSoundPlayer* fSoundPlayer;
H A DMediaFilePlayer.cpp96 fSoundPlayer = new BSoundPlayer(&fPlayFormat.u.raw_audio,
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp23 BSoundPlayer* sp = 0;
101 sp = new BSoundPlayer(&playFormat.u.raw_audio, "playfile", play_buffer);
H A Dplaywav.cpp19 BSoundPlayer *sp = 0;
112 sp = new BSoundPlayer(&format, "playwav", play_buffer);
/haiku/src/bin/media_client/
H A DMediaPlay.cpp26 BSoundPlayer* player = 0;
95 player = new BSoundPlayer(&playFormat.u.raw_audio, "playfile", play_buffer);
/haiku/src/tests/kits/media/playwav/
H A Dplaywav.cpp23 NAMESPACE BSoundPlayer *sp = 0;
87 sp = new NAMESPACE BSoundPlayer(&format, "sound player test", PlayBuffer);
/haiku/src/tests/kits/media/soundplayer/
H A DSoundPlayerTest.cpp15 NAMESPACE BSoundPlayer *sp = 0;
47 sp = new NAMESPACE BSoundPlayer(&format, "sound player test", PlayBuffer);
H A DSimplePlayerTest.cpp56 BSoundPlayer player("wave_player", BufferProc, NULL, &cookie);
/haiku/src/tests/kits/media/
H A DSizeofTest.cpp52 CPPUNIT_ASSERT_EQUAL(808, sizeof(BSoundPlayer));
/haiku/src/kits/midi/
H A DSoftSynth.h110 BSoundPlayer* fSoundPlayer;
H A DSoftSynth.cpp533 fSoundPlayer = new BSoundPlayer(&format, "Soft Synth", &PlayBuffer, NULL, this);
536 fprintf(stderr, "error in BSoundPlayer\n");
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp136 BSoundPlayer player(audioOutputFormat, "wave_player", Mp3Decoding,

Completed in 117 milliseconds