VocalEasel/Sources/VLMP3Document.h

19 lines
310 B
C
Raw Normal View History

2008-05-29 18:54:30 +00:00
//
// File: VLMP3Document.h - Export document in MP3 format
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2008 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MP3)
- (NSFileWrapper *)mp3FileWrapperWithError:(NSError **)outError;
@end