36#import <Foundation/Foundation.h>
52+ (instancetype) poolWithCount:(uint8_t)count minRepeatTime:(
OOTimeDelta)minRepeat;
53- (id) initWithCount:(uint8_t)count minRepeatTime:(
OOTimeDelta)minRepeat;
55- (void) playSoundWithKey:(NSString *)key
56 priority:(
float)priority
59 position:(Vector)position;
61- (void) playSoundWithKey:(NSString *)key
62 priority:(
float)priority
65- (void) playSoundWithKey:(NSString *)key
66 priority:(
float)priority;
68- (void) playSoundWithKey:(NSString *)key
69 priority:(
float)priority
70 position:(Vector)position;
72- (void) playSoundWithKey:(NSString *)key
73 position:(Vector)position;
75- (void) playSoundWithKey:(NSString *)key;
77- (void) playSoundWithKey:(NSString *)key overlap:(BOOL)overlap;
78- (void) playSoundWithKey:(NSString *)key overlap:(BOOL)overlap position:(Vector)position;
struct OOSoundSourcePoolElement * _sources
OOTimeAbsolute _nextRepeat