Functions

src/audio/src/util/alutUtil.cpp File Reference

#include "alutInternal.h"

Go to the source code of this file.

Functions

ALboolean alutSleep (ALfloat duration)
ALvoid * _alutMalloc (size_t size)
ALboolean _alutFormatConstruct (ALint numChannels, ALint bitsPerSample, ALenum *format)
ALboolean _alutFormatGetNumChannels (ALenum format, ALint *numChannels)
ALboolean _alutFormatGetBitsPerSample (ALenum format, ALint *bitsPerSample)

Function Documentation

ALboolean _alutFormatConstruct ( ALint  numChannels,
ALint  bitsPerSample,
ALenum *  format 
)

Definition at line 82 of file alutUtil.cpp.

ALboolean _alutFormatGetBitsPerSample ( ALenum  format,
ALint *  bitsPerSample 
)

Definition at line 130 of file alutUtil.cpp.

ALboolean _alutFormatGetNumChannels ( ALenum  format,
ALint *  numChannels 
)

Definition at line 113 of file alutUtil.cpp.

ALvoid* _alutMalloc ( size_t  size  ) 

Definition at line 71 of file alutUtil.cpp.

ALboolean alutSleep ( ALfloat  duration  ) 

Definition at line 15 of file alutUtil.cpp.