![]() |
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: |
| (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: |
| (CMSampleBufferRef) | - adjustTime:by: |
Protected Attributes | |
| : NSObject<AVCaptureVideoDataOutputSampleBufferDelegate | |
Definition at line 47 of file avfmediaassetwriter.mm.
| - (void) abort |
Definition at line 245 of file avfmediaassetwriter.mm.
| - (bool) addWriterInputs |
Definition at line 468 of file avfmediaassetwriter.mm.
| - (bool) addWriterInputs |
| - (CMSampleBufferRef) adjustTime: | (CMSampleBufferRef) | sample | |
| by: | (CMTime) | offset |
Definition at line 312 of file avfmediaassetwriter.mm.
| - (CMSampleBufferRef) adjustTime: | (CMSampleBufferRef) | sample | |
| by: | (CMTime) | offset |
| - (qint64) durationInMs |
Definition at line 551 of file avfmediaassetwriter.mm.
| - (id) initWithDelegate: | (QT_PREPEND_NAMESPACE(AVFMediaEncoder) *) | delegate |
Definition at line 92 of file avfmediaassetwriter.mm.
| - (void) pause |
Definition at line 273 of file avfmediaassetwriter.mm.
| - (void) resume |
Definition at line 284 of file avfmediaassetwriter.mm.
| - (void) setQueues |
Definition at line 518 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 115 of file avfmediaassetwriter.mm.
Definition at line 193 of file avfmediaassetwriter.mm.
| - (void) stop |
Definition at line 207 of file avfmediaassetwriter.mm.
| - (void) updateDuration: | (CMTime) | newTimeStamp |
Definition at line 534 of file avfmediaassetwriter.mm.
| - (void) updateDuration: | (CMTime) | newTimeStamp |
|
protected |
Definition at line 30 of file avfmediaassetwriter_p.h.