2007-02-24 20:36:27 +00:00
|
|
|
//
|
|
|
|
// AudioDecoder.h
|
|
|
|
// CogAudio
|
|
|
|
//
|
|
|
|
// Created by Vincent Spader on 2/21/07.
|
|
|
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2007-03-02 01:36:52 +00:00
|
|
|
#import "Plugin.h"
|
2007-02-24 20:36:27 +00:00
|
|
|
|
|
|
|
@interface AudioDecoder : NSObject {
|
|
|
|
}
|
|
|
|
|
2007-10-14 18:12:15 +00:00
|
|
|
+ (id<CogDecoder>)audioDecoderForSource:(id <CogSource>)source;
|
2007-02-24 20:36:27 +00:00
|
|
|
|
|
|
|
@end
|