Searched refs:BSound (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/media/
H A DSound.cpp22 BSound::BSound(void* data, size_t size, const media_raw_audio_format& format, function in class:BSound
40 BSound::BSound(const entry_ref* soundFile, bool loadIntoMemory) function in class:BSound
74 BSound::BSound(const media_raw_audio_format& format) function in class:BSound
89 BSound::~BSound()
100 BSound::InitCheck()
106 BSound*
[all...]
H A DSoundPlayer.cpp440 BSoundPlayer::StartPlaying(BSound* sound, bigtime_t atTime)
447 BSoundPlayer::StartPlaying(BSound* sound, bigtime_t atTime, float withVolume)
/haiku/headers/os/media/
H A DSound.h20 class BSound { class
22 BSound(void* data, size_t size,
25 BSound(const entry_ref* soundFile,
29 BSound* AcquireRef();
43 BSound(const media_raw_audio_format& format);
48 virtual ~BSound();
H A DSoundPlayer.h18 class BSound;
97 play_id StartPlaying(BSound* sound,
99 play_id StartPlaying(BSound* sound,
166 BSound* sound;
177 BSound* sound;
/haiku/src/tests/kits/media/
H A DSizeofTest.cpp48 CPPUNIT_ASSERT_EQUAL(124, sizeof(BSound));

Completed in 69 milliseconds