luxlabs header browser preview


@class NSString;

@interface VCAggregatorAnsweringMachine : VCAggregator {
    NSString *_answeringMachineUUID;
    unsigned char _answeringMachineSource;
    unsigned char _answeringMachineCapabilities;
    double _answeringMachineAssetDelayTime;
    double _answeringMachineCreatedTime;
    double _answeringMachineRecordingCleanupStartTime;
    double _answeringMachineEnteredScreeningTime;
    double _answeringMachineAudioBringUpTime;
    double _answeringMachineRecordingFinalizationTime;
    double _answeringMachineTotalScreeningTime;
}

- (void)dealloc;
- (id)initWithDelegate:(id)a0;
- (id)dispatchedAggregatedCallReports;
- (id)aggregatedCallReports;
- (id)answeringMachineAggregatedReport;
- (void)dispatchedProcessEventWithCategory:(unsigned short)a0 type:(unsigned short)a1 payload:(id)a2;
- (void)processAnsweringMachineAssetStartWithCurrentTime:(double)a0;
- (void)processAnsweringMachineDidStopWithCurrentTime:(double)a0;
- (void)processAnsweringMachineInitWithPayload:(id)a0 currentTime:(double)a1;
- (void)processAnsweringMachineRealtimeEventWithPayload:(id)a0;
- (void)processAnsweringMachineRecordingStartWithCurrentTime:(double)a0;
- (void)processAnsweringMachineRecordingStopWithCurrentTime:(double)a0;
- (void)processAnsweringMachineStartWithCurrentTime:(double)a0;
- (void)processEventWithCategory:(unsigned short)a0 type:(unsigned short)a1 payload:(id)a2;

@end