2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface AVRecorder
: NSObject
11 struct AVRecorderPrivate
*_priv
;
16 - (void)setFilePath
:(id
)fp8
;
18 - (void)setAttribute
:(id
)fp8 forKey
:(id
)fp12
;
19 - (id
)attributeForKey
:(id
)fp8
;
20 - (BOOL
)activate
:(id
*)fp8
;
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
;