2007-02-24 20:36:27 +00:00
|
|
|
//
|
2007-03-02 01:36:52 +00:00
|
|
|
// AudioDecoder.h
|
|
|
|
// CogAudio
|
2007-02-24 20:36:27 +00:00
|
|
|
//
|
|
|
|
// 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 "PluginController.h"
|
2007-02-24 20:36:27 +00:00
|
|
|
|
2007-03-02 01:36:52 +00:00
|
|
|
@interface AudioSource : NSObject {
|
2007-02-24 20:36:27 +00:00
|
|
|
}
|
|
|
|
|
2007-10-09 01:20:46 +00:00
|
|
|
+ (id<CogSource>) audioSourceForURL:(NSURL *)url;
|
2007-03-02 01:36:52 +00:00
|
|
|
|
2007-02-24 20:36:27 +00:00
|
|
|
@end
|