Searched refs:SoundPlayNode (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/media/
H A DSoundPlayNode.cpp15 #include "SoundPlayNode.h"
32 SoundPlayNode::SoundPlayNode(const char* name, BSoundPlayer* player) function in class:BPrivate::SoundPlayNode
50 SoundPlayNode::~SoundPlayNode()
58 SoundPlayNode::IsPlaying()
65 SoundPlayNode::CurrentTime()
74 SoundPlayNode::Format() const
84 SoundPlayNode::AddOn(int32* _internalID) const
93 SoundPlayNode
[all...]
H A DSoundPlayNode.h23 class SoundPlayNode : public BBufferProducer, public BMediaEventLooper { class in namespace:BPrivate
25 SoundPlayNode(const char* name,
27 virtual ~SoundPlayNode();
H A DSoundPlayer.cpp22 #include "SoundPlayNode.h"
781 fPlayerNode = new BPrivate::SoundPlayNode(name, this);
/haiku/headers/os/media/
H A DSoundPlayer.h20 class SoundPlayNode;
161 friend class BPrivate::SoundPlayNode;
183 BPrivate::SoundPlayNode* fPlayerNode;

Completed in 45 milliseconds