Krita Source Code Documentation
Loading...
Searching...
No Matches
RecorderExportSettings Struct Reference

#include <recorder_export_settings.h>

Public Attributes

QList< RecorderProfiledefaultProfiles
 
bool extendResult = true
 
QString ffmpegPath
 
int firstFrameSec = 2
 
RecorderFormat format
 
int fps = 30
 
int framesCount = 0
 
QString h264Encoder
 
QSize imageSize
 
QString inputDirectory
 
int inputFps = 30
 
int lastFrameSec = 5
 
bool lockFps = false
 
bool lockRatio = false
 
int profileIndex = 0
 
QList< RecorderProfileprofiles
 
bool realTimeCaptureMode = false
 
bool realTimeCaptureModeWasSet = false
 
bool resize = false
 
bool resultPreview = true
 
QSize size
 
QString videoDirectory
 
QString videoFileName
 
QString videoFilePath
 

Detailed Description

Definition at line 24 of file recorder_export_settings.h.

Member Data Documentation

◆ defaultProfiles

QList<RecorderProfile> RecorderExportSettings::defaultProfiles

Definition at line 42 of file recorder_export_settings.h.

◆ extendResult

bool RecorderExportSettings::extendResult = true

Definition at line 31 of file recorder_export_settings.h.

◆ ffmpegPath

QString RecorderExportSettings::ffmpegPath

Definition at line 38 of file recorder_export_settings.h.

◆ firstFrameSec

int RecorderExportSettings::firstFrameSec = 2

Definition at line 35 of file recorder_export_settings.h.

◆ format

RecorderFormat RecorderExportSettings::format

Definition at line 48 of file recorder_export_settings.h.

◆ fps

int RecorderExportSettings::fps = 30

Definition at line 33 of file recorder_export_settings.h.

◆ framesCount

int RecorderExportSettings::framesCount = 0

Definition at line 53 of file recorder_export_settings.h.

◆ h264Encoder

QString RecorderExportSettings::h264Encoder

Definition at line 40 of file recorder_export_settings.h.

◆ imageSize

QSize RecorderExportSettings::imageSize

Definition at line 49 of file recorder_export_settings.h.

◆ inputDirectory

QString RecorderExportSettings::inputDirectory

Definition at line 47 of file recorder_export_settings.h.

◆ inputFps

int RecorderExportSettings::inputFps = 30

Definition at line 32 of file recorder_export_settings.h.

◆ lastFrameSec

int RecorderExportSettings::lastFrameSec = 5

Definition at line 36 of file recorder_export_settings.h.

◆ lockFps

bool RecorderExportSettings::lockFps = false

Definition at line 29 of file recorder_export_settings.h.

◆ lockRatio

bool RecorderExportSettings::lockRatio = false

Definition at line 28 of file recorder_export_settings.h.

◆ profileIndex

int RecorderExportSettings::profileIndex = 0

Definition at line 34 of file recorder_export_settings.h.

◆ profiles

QList<RecorderProfile> RecorderExportSettings::profiles

Definition at line 41 of file recorder_export_settings.h.

◆ realTimeCaptureMode

bool RecorderExportSettings::realTimeCaptureMode = false

Definition at line 55 of file recorder_export_settings.h.

◆ realTimeCaptureModeWasSet

bool RecorderExportSettings::realTimeCaptureModeWasSet = false

Definition at line 56 of file recorder_export_settings.h.

◆ resize

bool RecorderExportSettings::resize = false

Definition at line 27 of file recorder_export_settings.h.

◆ resultPreview

bool RecorderExportSettings::resultPreview = true

Definition at line 30 of file recorder_export_settings.h.

◆ size

QSize RecorderExportSettings::size

Definition at line 37 of file recorder_export_settings.h.

◆ videoDirectory

QString RecorderExportSettings::videoDirectory

Definition at line 39 of file recorder_export_settings.h.

◆ videoFileName

QString RecorderExportSettings::videoFileName

Definition at line 51 of file recorder_export_settings.h.

◆ videoFilePath

QString RecorderExportSettings::videoFilePath

Definition at line 52 of file recorder_export_settings.h.


The documentation for this struct was generated from the following file: