![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <avfmediaassetwriter_p.h>
Instance Methods | |
| (bool) | - addWriterInputs |
| (void) | - setQueues |
| (void) | - updateDuration: |
| (QCFType< CMSampleBufferRef >) | - adjustTime:by: |
| (id) | - initWithDelegate: |
| (bool) | - setupWithFileURL:cameraService:audioSettings:videoSettings:fileFormat:transform: |
| (void) | - start |
| (void) | - stop |
| (void) | - pause |
| (void) | - resume |
| (void) | - abort |
| (qint64) | - durationInMs |
| (bool) | - addWriterInputs |
| (void) | - setQueues |
| (void) | - updateDuration: |
| (QCFType< CMSampleBufferRef >) | - adjustTime:by: |
Protected Attributes | |
| : NSObject<AVCaptureVideoDataOutputSampleBufferDelegate | |
Definition at line 48 of file avfmediaassetwriter.mm.
| - (void) abort |
Definition at line 237 of file avfmediaassetwriter.mm.
| - (bool) addWriterInputs |
Definition at line 457 of file avfmediaassetwriter.mm.
| - (bool) addWriterInputs |
| - (QCFType< CMSampleBufferRef >) adjustTime: | (const QCFType<CMSampleBufferRef> &) | sample | |
| by: | (CMTime) | offset |
Definition at line 304 of file avfmediaassetwriter.mm.
| - (QCFType< CMSampleBufferRef >) adjustTime: | (const QCFType< CMSampleBufferRef > &) | sample | |
| by: | (CMTime) | offset |
| - (qint64) durationInMs |
Definition at line 578 of file avfmediaassetwriter.mm.
| - (id) initWithDelegate: | (QT_PREPEND_NAMESPACE(AVFMediaEncoder) *) | delegate |
Definition at line 94 of file avfmediaassetwriter.mm.
| - (void) pause |
Definition at line 265 of file avfmediaassetwriter.mm.
| - (void) resume |
Definition at line 276 of file avfmediaassetwriter.mm.
| - (void) setQueues |
Definition at line 545 of file avfmediaassetwriter.mm.
| - (void) setQueues |
| - (bool) setupWithFileURL: | (NSURL *) | fileURL | |
| cameraService: | (QT_PREPEND_NAMESPACE(AVFCameraService) *) | service | |
| audioSettings: | (NSDictionary *) | audioSettings | |
| videoSettings: | (NSDictionary *) | videoSettings | |
| fileFormat: | (QMediaFormat::FileFormat) | fileFormat | |
| transform: | (CGAffineTransform) | transform |
Definition at line 107 of file avfmediaassetwriter.mm.
Definition at line 185 of file avfmediaassetwriter.mm.
| - (void) stop |
Definition at line 199 of file avfmediaassetwriter.mm.
| - (void) updateDuration: | (CMTime) | newTimeStamp |
Definition at line 561 of file avfmediaassetwriter.mm.
| - (void) updateDuration: | (CMTime) | newTimeStamp |
|
protected |
Definition at line 30 of file avfmediaassetwriter_p.h.