Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaVideo namespace provides common video definitions. More...
#include <QtopiaVideo>
The QtopiaVideo namespace provides common video definitions.
This enum specifies the video frames orientation.
Constant | Value | Description |
---|---|---|
QtopiaVideo::NoRotation | 0 | The image is not rotated. |
QtopiaVideo::Rotate0 | NoRotation | The same as NoRotation. |
QtopiaVideo::Rotate90 | ? | The image is rotated 90 degree clockwise. |
QtopiaVideo::Rotate180 | ? | The image is rotated 180 degree clockwise. |
QtopiaVideo::Rotate270 | ? | The image is rotated 270 degree clockwise. |
This enum specifies the video frames scaling.
Constant | Value | Description |
---|---|---|
QtopiaVideo::NoScale | 0 | The image is not scaled but centered in the video window. |
QtopiaVideo::FitWindow | 1 | The image is scaled to fit video window. |
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |