OgreOggSound  1.26
OgreOggSound::sharedAudioBuffer Struct Reference

Holds information about a static shared audio buffer. More...

#include <OgreOggSoundPrereqs.h>

Public Member Functions

 sharedAudioBuffer ()
 

Public Attributes

ALuint mAudioBuffer
 
unsigned int mRefCount
 OpenAL buffer. More...
 
BufferListPtr mBuffers
 Reference counter. More...
 
float mPlayTime
 The cached common buffers to use between all sounds using this shared audio buffer. More...
 
ALenum mFormat
 The cached play time of the audio buffer. More...
 

Detailed Description

Holds information about a static shared audio buffer.

Constructor & Destructor Documentation

OgreOggSound::sharedAudioBuffer::sharedAudioBuffer ( )

Member Data Documentation

ALuint OgreOggSound::sharedAudioBuffer::mAudioBuffer
BufferListPtr OgreOggSound::sharedAudioBuffer::mBuffers

Reference counter.

ALenum OgreOggSound::sharedAudioBuffer::mFormat

The cached play time of the audio buffer.

float OgreOggSound::sharedAudioBuffer::mPlayTime

The cached common buffers to use between all sounds using this shared audio buffer.

unsigned int OgreOggSound::sharedAudioBuffer::mRefCount

OpenAL buffer.


The documentation for this struct was generated from the following file: