![]() |
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 51 of file qavfsamplebufferdelegate.mm.
| - (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
| didOutputSampleBuffer: | (CMSampleBufferRef) | sampleBuffer | |
| fromConnection: | (AVCaptureConnection *) | connection |
Definition at line 122 of file qavfsamplebufferdelegate.mm.
| - (void) discardFutureSamples |
Definition at line 111 of file qavfsamplebufferdelegate.mm.
| - (instancetype) initWithFrameHandler: | (std::function<void(const QVideoFrame &)>) | handler |
Definition at line 97 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 193 of file qavfsamplebufferdelegate.mm.