Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOSoundMixer(Singleton) Category Reference

Instance Methods

(id) - copyWithZone: [implementation]
 
(id) - retain [implementation]
 
(NSUInteger) - retainCount [implementation]
 
(void) - release [implementation]
 
(id) - autorelease [implementation]
 

Class Methods

(id) + allocWithZone: [implementation]
 

Detailed Description

Definition at line 130 of file OOALSoundMixer.m.

Method Documentation

◆ allocWithZone:

+ (id) allocWithZone: (NSZone *) inZone
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

139 :(NSZone *)inZone
140{
141 if (sSingleton == nil)
142 {
143 sSingleton = [super allocWithZone:inZone];
144 return sSingleton;
145 }
146 return nil;
147}
static OODebugMonitor * sSingleton
return nil

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

173{
174 return self;
175}

◆ copyWithZone:

- (id) copyWithZone: (NSZone *) inZone
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

150 :(NSZone *)inZone
151{
152 return self;
153}

◆ release

- (void) release
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

169{}

◆ retain

- (id) retain
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

157{
158 return self;
159}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOSoundMixer.

Definition at line 35 of file OOALSoundMixer.m.

163{
164 return UINT_MAX;
165}

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