cog/OutputCoreAudio.h

21 lines
263 B
Objective-C

//
// OutputCoreAudio.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface OutputCoreAudio : NSObject {
}
- (void)setup;
- (void)start;
- (void)stop;
@end