class VideoWidget |
|
\class VideoWidget videowidget.h Phonon/VideoWidget
Widget to display video.
This widget shows the video signal.
MediaObject *media = new MediaObject(parent); VideoWidget *vwidget = new VideoWidget(parent); Phonon.createPath(media, vwidget);
Author Matthias Kretz |
|
Constructs a new video widget with a parent. |
|
Internal
Constructs a new video widget with private data pointer d and a parent. |
|
|
|
|
Convenience slot, calling setFullScreen(true) |
|
|
Convenience slot, calling setFullScreen(false) |
|
|
|
|
|
|
|
|
|
|
|
Let the decoder find the aspect ratio automatically from the media file (this is the default).
AspectRatioAuto | - 0 | - | ||
AspectRatioWidget | - 1 | - | ||
AspectRatio4_3 | - 2 | - | ||
AspectRatio16_9 | - 3 | - |
Make width/height == 16/9, which is the size of most current media. (16:9)
FitInView | - 0 | - | ||
ScaleAndCrop | - 1 | - |