Phonon
videowidget.h
Common base class for all video outputs.
Definition abstractvideooutput.h:52
bool fullScreen
This property holds whether the video is shown using the complete screen.
Definition videowidget.h:76
VideoWidget(QWidget *parent=nullptr)
Constructs a new video widget with a parent.
Definition videowidget.cpp:40
ScaleMode scaleMode
If the size of the widget and the size of the video are not equal.
Definition videowidget.h:94
@ AspectRatioAuto
Let the decoder find the aspect ratio automatically from the media file (this is the default).
Definition videowidget.h:131
@ AspectRatioWidget
Fits the video into the widget making the aspect ratio depend solely on the size of the widget.
Definition videowidget.h:137
@ AspectRatio16_9
Make width/height == 16/9, which is the size of most current media.
Definition videowidget.h:147
@ AspectRatio4_3
Make width/height == 4/3, which is the old TV size and monitor size (1024/768 == 4/3).
Definition videowidget.h:142
Q_ENUMS(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QWidget(QWidget *parent, Qt::WindowFlags f)
bool isFullScreen() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.