]> git.saurik.com Git - iphone-api.git/blame - Celestial/AVRecorder.h
Setup some more files for working compilation.
[iphone-api.git] / Celestial / AVRecorder.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9@interface AVRecorder : NSObject
10{
11 struct AVRecorderPrivate *_priv;
12}
13
14- (id)init;
15- (void)dealloc;
16- (void)setFilePath:(id)fp8;
17- (id)filePath;
18- (void)setAttribute:(id)fp8 forKey:(id)fp12;
19- (id)attributeForKey:(id)fp8;
20- (BOOL)activate:(id *)fp8;
21- (BOOL)start;
22- (void)stop;
23- (BOOL)isRecording;
24- (BOOL)isActive;
25- (void)deactivate;
26- (float)micVolume;
27- (void)setMicVolume:(float)fp8;
28- (long long)recordedFileSizeInBytes;
29- (double)recordedDuration;
30- (unsigned int)audioNumDeviceChannels;
31- (BOOL)audioCurrentAverageVolumeLevels:(float *)fp8 andPeakVolumeLevels:(float *)fp12;
32- (BOOL)audioCurrentAverageDecibelLevels:(float *)fp8 andPeakDecibelLevels:(float *)fp12;
33
34@end
35