![]() |
Qt 6.x
The Qt SDK
|
#import <qavfsamplebufferdelegate_p.h>
Instance Methods | |
(instancetype) | - initWithFrameHandler: |
(void) | - captureOutput:didOutputSampleBuffer:fromConnection: |
(void) | - setHWAccel: |
(void) | - setVideoFormatFrameRate: |
Definition at line 113 of file qavfsamplebufferdelegate.mm.
- (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
didOutputSampleBuffer: | (CMSampleBufferRef) | sampleBuffer | |
fromConnection: | (AVCaptureConnection *) | connection | |
Definition at line 123 of file qavfsamplebufferdelegate.mm.
References allocHWFrame(), QFFmpeg::makeAVFrame(), Q_ASSERT, qWarning, and ret.
- (instancetype) initWithFrameHandler: | (std::function<void(const QVideoFrame &)>) | handler |
Definition at line 123 of file qavfsamplebufferdelegate.mm.
- (void) setHWAccel: | (std::unique_ptr< QT_PREPEND_NAMESPACE(QFFmpeg::HWAccel)> &&) | accel |
Definition at line 123 of file qavfsamplebufferdelegate.mm.