4#ifndef QAVFCAPTUREPHOTOOUTPUTDELEGATE_P_H
5#define QAVFCAPTUREPHOTOOUTPUTDELEGATE_P_H
18#include <QtCore/qtconfigmacros.h>
20#include <QtFFmpegMediaPluginImpl/private/qavfstillphotonotifier_p.h>
22#import <AVFoundation/AVFoundation.h>
25@interface QT_MANGLE_NAMESPACE(QAVFCapturePhotoOutputDelegate) : NSObject <AVCapturePhotoCaptureDelegate>
27- (instancetype) init:(AVCaptureDevice *)device;
29- (QT_PREPEND_NAMESPACE(QFFmpeg::QAVFStillPhotoNotifier) &)notifier;
31- (
void) captureOutput:(AVCapturePhotoOutput *)output
32 didFinishProcessingPhoto:(AVCapturePhoto *)photo
33 error:(NSError *) error;