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

/haiku/src/kits/game/
H A DGameProducer.cpp15 #include "GameProducer.h"
41 GameProducer::GameProducer(GameSoundBuffer* object, function in class:GameProducer
44 BMediaNode("GameProducer.h"),
76 GameProducer::~GameProducer()
85 GameProducer::AddOn(int32* internal_id) const
93 GameProducer::GetNextOutput(int32* cookie, media_output* _output)
106 GameProducer::DisposeOutputCookie(int32 cookie)
114 GameProducer
[all...]
H A DGameProducer.h22 // File Name: GameProducer.cpp
39 class GameProducer : public BBufferProducer, public BMediaEventLooper { class in inherits:BBufferProducer,BMediaEventLooper
41 GameProducer(GameSoundBuffer* object,
43 ~GameProducer();
115 // GameProducer
H A DGameSoundBuffer.h18 class GameProducer;
69 GameProducer * fNode;
H A DGameSoundBuffer.cpp40 #include "GameProducer.h"
71 fNode = new GameProducer(this, format);

Completed in 52 milliseconds