Searched refs:BAudioEvent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/media/legacy/
H A DOldAudioModule.cpp19 * public BAudioEvent
22 BAudioEvent::BAudioEvent(int32 frames, bool stereo, float *samples) function in class:BAudioEvent
28 BAudioEvent::~BAudioEvent()
35 BAudioEvent::Start()
44 BAudioEvent::SetStart(mk_time)
51 BAudioEvent::Duration()
60 BAudioEvent::Frames()
69 BAudioEvent
[all...]
H A DOldAudioModule.h23 class BAudioEvent : public BMediaEvent { class in inherits:BMediaEvent
25 BAudioEvent(int32 frames, bool stereo, float* samples = NULL);
26 ~BAudioEvent();
111 BAudioEvent* fCurrentEvent;
135 BAudioEvent* fCurrentEvent;
136 BAudioEvent* fNextEvent;

Completed in 31 milliseconds