![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qavfsamplebufferdelegate_p.h>
Instance Methods | |
(instancetype) | - initWithFrameHandler: |
(void) | - discardFutureSamples |
(void) | - setTransformationProvider: |
(void) | - captureOutput:didOutputSampleBuffer:fromConnection: |
(void) | - setHWAccel: |
(void) | - setVideoFormatFrameRate: |
Definition at line 112 of file qavfsamplebufferdelegate.mm.
- (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
didOutputSampleBuffer: | (CMSampleBufferRef) | sampleBuffer | |
fromConnection: | (AVCaptureConnection *) | connection |
Definition at line 179 of file qavfsamplebufferdelegate.mm.
- (void) discardFutureSamples |
Definition at line 168 of file qavfsamplebufferdelegate.mm.
- (instancetype) initWithFrameHandler: | (std::function<void(const QVideoFrame &)>) | handler |
Definition at line 154 of file qavfsamplebufferdelegate.mm.
- (void) setHWAccel: | (std::unique_ptr< QT_PREPEND_NAMESPACE(QFFmpeg::HWAccel)> &&) | accel |
- (void) setTransformationProvider: | (const QT_PREPEND_NAMESPACE(QFFmpeg::QAVFSampleBufferDelegateTransformProvider)&) | provider |
Definition at line 246 of file qavfsamplebufferdelegate.mm.