Private interface to ALWrapper.
More...
Private interface to ALWrapper.
- (BOOL) checkIfSuccessful |
|
(const char *) |
contextInfo |
|
Check the OpenAL error status and log an error message if necessary.
- Parameters
-
contextInfo | Contextual 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
-
contextInfo | Contextual information to add when logging an error. |
device | The 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
-
source | the 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
-
source | the 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: