#import <AVRecorder.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - setFilePath: |
| (id) | - filePath |
| (void) | - setAttribute:forKey: |
| (id) | - attributeForKey: |
| (BOOL) | - activate: |
| (BOOL) | - start |
| (void) | - stop |
| (BOOL) | - isRecording |
| (BOOL) | - isActive |
| (void) | - deactivate |
| (float) | - micVolume |
| (void) | - setMicVolume: |
| (long long) | - recordedFileSizeInBytes |
| (double) | - recordedDuration |
| (unsigned int) | - audioNumDeviceChannels |
| (BOOL) | - audioCurrentAverageVolumeLevels:andPeakVolumeLevels: |
| (BOOL) | - audioCurrentAverageDecibelLevels:andPeakDecibelLevels: |
Geschützte Attribute | |
| struct AVRecorderPrivate * | _priv |
Definiert in Zeile 9 der Datei AVRecorder.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setFilePath: | (id) | fp8 |
| - (id) filePath |
| - (void) setAttribute: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) attributeForKey: | (id) | fp8 |
| - (BOOL) activate: | (id *) | fp8 |
| - (BOOL) start |
| - (void) stop |
| - (BOOL) isRecording |
| - (BOOL) isActive |
| - (void) deactivate |
| - (float) micVolume |
| - (void) setMicVolume: | (float) | fp8 |
| - (long long) recordedFileSizeInBytes |
| - (double) recordedDuration |
| - (unsigned int) audioNumDeviceChannels |
| - (BOOL) audioCurrentAverageVolumeLevels: | (float *) | fp8 | ||
| andPeakVolumeLevels: | (float *) | fp12 | ||
| - (BOOL) audioCurrentAverageDecibelLevels: | (float *) | fp8 | ||
| andPeakDecibelLevels: | (float *) | fp12 | ||
- (struct AVRecorderPrivate*) _priv [read, protected] |
Definiert in Zeile 11 der Datei AVRecorder.h.