/haiku/src/kits/media/ |
H A D | SoundPlayer.cpp | 36 static BSoundPlayer::play_id sCurrentPlayID = 1; 39 BSoundPlayer::BSoundPlayer(const char* name, BufferPlayerFunc playerFunction, in BSoundPlayer() function in BSoundPlayer 53 BSoundPlayer::BSoundPlayer(const media_raw_audio_format* _format, in BSoundPlayer() function in BSoundPlayer 76 BSoundPlayer::BSoundPlayer(const media_node& toNode, in BSoundPlayer() function in BSoundPlayer 100 BSoundPlayer::~BSoundPlayer() in ~BSoundPlayer() 164 BSoundPlayer::InitCheck() in InitCheck() 172 BSoundPlayer::Format() const in Format() 184 BSoundPlayer::Start() in Start() 228 BSoundPlayer::Stop(bool block, bool flush) in Stop() 272 BSoundPlayer::Latency() in Latency() [all …]
|
H A D | SoundPlayNode.h | 26 BSoundPlayer* player); 135 BSoundPlayer* fPlayer;
|
H A D | Sound.cpp | 243 BSound::BindTo(BSoundPlayer* player, const media_raw_audio_format& format) in BindTo() 251 BSound::UnbindFrom(BSoundPlayer* player) in UnbindFrom()
|
H A D | SoundPlayNode.cpp | 32 SoundPlayNode::SoundPlayNode(const char* name, BSoundPlayer* player) in SoundPlayNode()
|
/haiku/headers/os/media/ |
H A D | Sound.h | 12 class BSoundPlayer; variable 51 virtual status_t BindTo(BSoundPlayer* player, 53 virtual status_t UnbindFrom(BSoundPlayer* player);
|
H A D | SoundPlayer.h | 32 class BSoundPlayer { 46 BSoundPlayer(const char* name = NULL, 51 BSoundPlayer( 58 BSoundPlayer( 68 virtual ~BSoundPlayer();
|
/haiku/src/apps/soundrecorder/ |
H A D | VolumeSlider.h | 24 void SetSoundPlayer(BSoundPlayer *player); 31 BSoundPlayer *fSoundPlayer;
|
H A D | RecorderWindow.h | 94 BSoundPlayer * fPlayer; 172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
|
H A D | VolumeSlider.cpp | 154 VolumeSlider::SetSoundPlayer(BSoundPlayer *player) in SetSoundPlayer()
|
H A D | RecorderWindow.cpp | 737 fPlayer = new BSoundPlayer(fAudioMixerNode, &fPlayFormat.u.raw_audio, in Play() 1269 BSoundPlayer::sound_player_notification code, ...) in NotifyPlayFile() 1271 if ((code == BSoundPlayer::B_STOPPED) || (code == BSoundPlayer::B_SOUND_DONE)) { in NotifyPlayFile()
|
/haiku/src/bin/media_client/ |
H A D | MediaPlay.cpp | 26 BSoundPlayer* player = 0; 95 player = new BSoundPlayer(&playFormat.u.raw_audio, "playfile", play_buffer); in media_play()
|
/haiku/src/tests/kits/media/playsound/ |
H A D | playfile.cpp | 23 BSoundPlayer* sp = 0; 101 sp = new BSoundPlayer(&playFormat.u.raw_audio, "playfile", play_buffer); in main()
|
H A D | playwav.cpp | 19 BSoundPlayer *sp = 0; 112 sp = new BSoundPlayer(&format, "playwav", play_buffer); in main()
|
/haiku/src/tests/kits/media/playwav/ |
H A D | playwav.cpp | 23 NAMESPACE BSoundPlayer *sp = 0; 87 sp = new NAMESPACE BSoundPlayer(&format, "sound player test", PlayBuffer); in main()
|
/haiku/src/tests/kits/media/soundplayer/ |
H A D | SoundPlayerTest.cpp | 15 NAMESPACE BSoundPlayer *sp = 0; 47 sp = new NAMESPACE BSoundPlayer(&format, "sound player test", PlayBuffer); in main()
|
H A D | SimplePlayerTest.cpp | 56 BSoundPlayer player("wave_player", BufferProc, NULL, &cookie); in main()
|
/haiku/src/servers/media_addon/ |
H A D | MediaFilePlayer.h | 45 BSoundPlayer* fSoundPlayer;
|
H A D | MediaFilePlayer.cpp | 96 fSoundPlayer = new BSoundPlayer(&fPlayFormat.u.raw_audio, in MediaFilePlayer()
|
/haiku/src/tests/kits/media/ |
H A D | SizeofTest.cpp | 52 CPPUNIT_ASSERT_EQUAL(808, sizeof(BSoundPlayer)); in TestSize()
|
/haiku/src/kits/midi/ |
H A D | SoftSynth.h | 110 BSoundPlayer* fSoundPlayer;
|
H A D | SoftSynth.cpp | 533 fSoundPlayer = new BSoundPlayer(&format, "Soft Synth", &PlayBuffer, NULL, this); in _Init()
|
/haiku/src/tests/kits/media/mp3_decoder_test/ |
H A D | mp3_decoder_test.cpp | 136 BSoundPlayer player(audioOutputFormat, "wave_player", Mp3Decoding, in main()
|