class Buffer


Public Methods

[more] Buffer()
[more] ~Buffer()
[more]int LoadFile(char* filename)
This function automatically detects if it is a wav or ogg file
[more]inline ALuint GetALBuffer() const
[more]void SetALBuffer(ALuint b)
[more]void SetFilename(char* f)
[more]inline void Reset()

Private Fields

[more]ALuint buffer
[more]char* file_name
[more]vorbisLoader* alutLoadVorbisp

Private Methods

[more]int LoadWAV(char* filename)
[more]int LoadOGG(char* filename)


Documentation

o Buffer()

o ~Buffer()

oint LoadFile(char* filename)
This function automatically detects if it is a wav or ogg file

oinline ALuint GetALBuffer() const

ovoid SetALBuffer(ALuint b)

ovoid SetFilename(char* f)

oinline void Reset()

oALuint buffer

ochar* file_name

ovorbisLoader* alutLoadVorbisp

oint LoadWAV(char* filename)

oint LoadOGG(char* filename)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.