24 #ifndef DIGIKAM_MJPEG_STREAM_SETTINGS_H
25 #define DIGIKAM_MJPEG_STREAM_SETTINGS_H
64 void readSettings(KConfigGroup& group);
65 void writeSettings(KConfigGroup& group);
Definition: mjpegstreamsettings.h:49
int quality
Jpeg compression [1...100].
Definition: mjpegstreamsettings.h:83
int outSize
Output JPEG size ID.
Definition: mjpegstreamsettings.h:86
bool printCapIfNoTitle
Print image captions if no title available while streaming.
Definition: mjpegstreamsettings.h:71
QList< QUrl > inputImages
Ordered list of images to stream.
Definition: mjpegstreamsettings.h:85
bool printLensModel
Print camera Lens model while streaming.
Definition: mjpegstreamsettings.h:74
int delay
Delay in seconds between inages.
Definition: mjpegstreamsettings.h:84
bool printTags
Print tags title while streaming.
Definition: mjpegstreamsettings.h:70
bool printComment
Print picture comment while streaming.
Definition: mjpegstreamsettings.h:72
bool printApertureFocal
Print camera Aperture and Focal while streaming.
Definition: mjpegstreamsettings.h:76
bool loop
Image stream as loop.
Definition: mjpegstreamsettings.h:82
bool printName
Print picture file name while streaming.
Definition: mjpegstreamsettings.h:77
bool printTitle
Print image title while streaming.
Definition: mjpegstreamsettings.h:69
int port
IP port to use with MJPEG Server.
Definition: mjpegstreamsettings.h:81
DInfoInterface * iface
Plugin host interface to handle item properties.
Definition: mjpegstreamsettings.h:90
bool printDate
Print picture creation date while streaming.
Definition: mjpegstreamsettings.h:78
bool printExpoSensitivity
Print camera Exposure and Sensitivity while streaming.
Definition: mjpegstreamsettings.h:75
int rate
Number of frames by seconds.
Definition: mjpegstreamsettings.h:87
bool printMakeModel
Print camera Make and Model while streaming.
Definition: mjpegstreamsettings.h:73
EffectMngr::EffectType effect
Effect while displaying images.
Definition: mjpegstreamsettings.h:89
bool printRating
Print rating while streaming.
Definition: mjpegstreamsettings.h:79
QFont osdFont
Font for the display of osd text.
Definition: mjpegstreamsettings.h:80
TransitionMngr::TransType transition
Transition type between images.
Definition: mjpegstreamsettings.h:88
Definition: dinfointerface.h:56
EffectType
Definition: effectmngr.h:47
TransType
Definition: transitionmngr.h:44
Definition: mjpegframeosd.cpp:45
QMap< QString, QList< QUrl > > MjpegServerMap
A kind of map of albums with urls contents to share with MJPEG server.
Definition: mjpegserver.h:36
Definition: datefolderview.cpp:43