ObjectAL
 All Classes Functions Variables Properties Pages
Instance Methods | Class Methods | List of all members
ALWrapper(Private) Category Reference

Private interface to ALWrapper. More...

Instance Methods

(BOOL) - checkIfSuccessful
 Check the OpenAL error status and log an error message if necessary. More...
 
(BOOL) - checkIfSuccessfulWithDevice
 Check the OpenAL error status and log an error message if necessary. More...
 

Class Methods

(NSArray *) + decodeNullSeparatedStringList:
 Decode an OpenAL supplied NULL-separated string list into an NSArray. More...
 
(NSArray *) + decodeSpaceSeparatedStringList:
 Decode an OpenAL supplied space-separated string list into an NSArray. More...
 

Detailed Description

Private interface to ALWrapper.

Method Documentation

- (BOOL) checkIfSuccessful (const char *)  contextInfo

Check the OpenAL error status and log an error message if necessary.

Parameters
contextInfoContextual information to add when logging an error.
Returns
TRUE if the operation was successful (no error).
- (BOOL) checkIfSuccessfulWithDevice (const char *)  contextInfo
(ALCdevice *)  device 

Check the OpenAL error status and log an error message if necessary.

Parameters
contextInfoContextual information to add when logging an error.
deviceThe device to check for errors on.
Returns
TRUE if the operation was successful (no error).
+ (NSArray*) decodeNullSeparatedStringList: (const ALCchar *)  source

Decode an OpenAL supplied NULL-separated string list into an NSArray.

Parameters
sourcethe string list as supplied by OpenAL.
Returns
the string list in an NSArray of NSString.
+ (NSArray*) decodeSpaceSeparatedStringList: (const ALCchar *)  source

Decode an OpenAL supplied space-separated string list into an NSArray.

Parameters
sourcethe string list as supplied by OpenAL.
Returns
the string list in an NSArray of NSString.

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