ClassMSoundContext
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{doxybot-warning|MSoundContext}}</noinclude><includeonly> | <noinclude>{{doxybot-warning|MSoundContext}}</noinclude><includeonly> | ||
− | {{doxybot-class|MSoundContext|}} | + | {{doxybot-class|1=MSoundContext|2=}} |
− | {{doxybot-member|virtual MSoundContext::~MSoundContext | + | {{doxybot-member|1=virtual MSoundContext::~MSoundContext(void)|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::initContext(void)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::initContext | + | {{doxybot-member|1=virtual void MSoundContext::createBuffer(unsigned int *bufferId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::deleteBuffer(unsigned int *bufferId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::createBuffer | + | {{doxybot-member|1=virtual void MSoundContext::sendBufferSound(unsigned int bufferId, MSound *sound)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::sendBufferData(unsigned int bufferId, M_SOUND_FORMAT format, void *data, unsigned int size, unsigned int freq)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::deleteBuffer | + | {{doxybot-member|1=virtual float MSoundContext::getBufferDuration(unsigned int bufferId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::createSource(unsigned int *sourceId, unsigned int bufferId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::sendBufferSound | + | {{doxybot-member|1=virtual void MSoundContext::deleteSource(unsigned int *sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::enableSourceLoop(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::sendBufferData | + | {{doxybot-member|1=virtual void MSoundContext::disableSourceLoop(unsigned int sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::setSourceRelative(unsigned int sourceId, bool relative)=0|2=}} | |
− | {{doxybot-member|virtual float MSoundContext::getBufferDuration | + | {{doxybot-member|1=virtual void MSoundContext::setSourceBufferId(unsigned int sourceId, unsigned int bufferId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::setSourcePosition(unsigned int sourceId, const MVector3 &position)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::createSource | + | {{doxybot-member|1=virtual void MSoundContext::setSourceRadius(unsigned int sourceId, float radius)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::setSourcePitch(unsigned int sourceId, float pitch)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::deleteSource | + | {{doxybot-member|1=virtual void MSoundContext::setSourceGain(unsigned int sourceId, float gain)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::setSourceRolloff(unsigned int sourceId, float rolloff)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::enableSourceLoop | + | {{doxybot-member|1=virtual void MSoundContext::setSourceOffset(unsigned int sourceId, float offset)=0|2=}} |
− | + | {{doxybot-member|1=virtual float MSoundContext::getSourceOffset(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::disableSourceLoop | + | {{doxybot-member|1=virtual void MSoundContext::playSource(unsigned int sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::pauseSource(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::setSourceRelative | + | {{doxybot-member|1=virtual void MSoundContext::stopSource(unsigned int sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual bool MSoundContext::isSourcePaused(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::setSourceBufferId | + | {{doxybot-member|1=virtual bool MSoundContext::isSourcePlaying(unsigned int sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual float MSoundContext::getSourceTimePos(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::setSourcePosition | + | {{doxybot-member|1=virtual void MSoundContext::queueSourceBuffer(unsigned int sourceId, unsigned int *buffers, unsigned int bufferSize)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MSoundContext::unqueueSourceBuffer(unsigned int sourceId, unsigned int *buffers, unsigned int bufferSize)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::setSourceRadius | + | {{doxybot-member|1=virtual unsigned int MSoundContext::getSourceBuffersQueued(unsigned int sourceId)=0|2=}} |
− | + | {{doxybot-member|1=virtual unsigned int MSoundContext::getSourceBuffersProcessed(unsigned int sourceId)=0|2=}} | |
− | {{doxybot-member|virtual void MSoundContext::setSourcePitch | + | {{doxybot-member|1=virtual void MSoundContext::updateListenerPosition(const MVector3 &position, const MVector3 &direction, const MVector3 &up)=0|2=}} |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::setSourceGain | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::setSourceRolloff | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::setSourceOffset | + | |
− | + | ||
− | {{doxybot-member|virtual float MSoundContext::getSourceOffset | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::playSource | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::pauseSource | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::stopSource | + | |
− | + | ||
− | {{doxybot-member|virtual bool MSoundContext::isSourcePaused | + | |
− | + | ||
− | {{doxybot-member|virtual bool MSoundContext::isSourcePlaying | + | |
− | + | ||
− | {{doxybot-member|virtual float MSoundContext::getSourceTimePos | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::queueSourceBuffer | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::unqueueSourceBuffer | + | |
− | + | ||
− | {{doxybot-member|virtual unsigned int MSoundContext::getSourceBuffersQueued | + | |
− | + | ||
− | {{doxybot-member|virtual unsigned int MSoundContext::getSourceBuffersProcessed | + | |
− | + | ||
− | {{doxybot-member|virtual void MSoundContext::updateListenerPosition | + | |
− | + | ||
{{doxybot-categories}} | {{doxybot-categories}} | ||
</includeonly> | </includeonly> |
Latest revision as of 13:12, 8 February 2014
This page is automatically edited by Doxybot. Do not edit it manually, human! Edit instead the main page MSoundContext that it is trancluded into.