#include <SoundBuffer.h>
Inherits RefCountClass.
Inherited by StreamSoundBufferClass.
Definition at line 63 of file SoundBuffer.h.
◆ SoundBufferClass()
| SoundBufferClass::SoundBufferClass |
( |
void | | ) |
|
◆ ~SoundBufferClass()
| SoundBufferClass::~SoundBufferClass |
( |
void | | ) |
|
|
virtual |
◆ Determine_Stats()
| void SoundBufferClass::Determine_Stats |
( |
unsigned char * | buffer | ) |
|
|
protectedvirtual |
◆ Free_Buffer()
| void SoundBufferClass::Free_Buffer |
( |
void | | ) |
|
|
protectedvirtual |
◆ Get_Bits()
| virtual unsigned long SoundBufferClass::Get_Bits |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Channels()
| virtual unsigned long SoundBufferClass::Get_Channels |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Duration()
| virtual unsigned long SoundBufferClass::Get_Duration |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Filename()
| virtual const char * SoundBufferClass::Get_Filename |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Rate()
| virtual unsigned long SoundBufferClass::Get_Rate |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Raw_Buffer()
| virtual unsigned char * SoundBufferClass::Get_Raw_Buffer |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Raw_Length()
| virtual unsigned long SoundBufferClass::Get_Raw_Length |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Get_Type()
| virtual unsigned long SoundBufferClass::Get_Type |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Is_Streaming()
| virtual bool SoundBufferClass::Is_Streaming |
( |
void | | ) |
const |
|
inlinevirtual |
◆ Load_From_File() [1/2]
| bool SoundBufferClass::Load_From_File |
( |
const char * | filename | ) |
|
|
virtual |
◆ Load_From_File() [2/2]
◆ Load_From_Memory()
| bool SoundBufferClass::Load_From_Memory |
( |
unsigned char * | mem_buffer, |
|
|
unsigned long | size ) |
|
virtual |
◆ operator unsigned char *()
| SoundBufferClass::operator unsigned char * |
( |
void | | ) |
|
|
inline |
◆ Set_Filename()
| void SoundBufferClass::Set_Filename |
( |
const char * | name | ) |
|
|
virtual |
◆ m_Bits
| unsigned long SoundBufferClass::m_Bits |
|
protected |
◆ m_Buffer
| unsigned char* SoundBufferClass::m_Buffer |
|
protected |
◆ m_Channels
| unsigned long SoundBufferClass::m_Channels |
|
protected |
◆ m_Duration
| unsigned long SoundBufferClass::m_Duration |
|
protected |
◆ m_Filename
| char* SoundBufferClass::m_Filename |
|
protected |
◆ m_Length
| unsigned long SoundBufferClass::m_Length |
|
protected |
◆ m_Rate
| unsigned long SoundBufferClass::m_Rate |
|
protected |
◆ m_Type
| unsigned long SoundBufferClass::m_Type |
|
protected |
The documentation for this class was generated from the following files: