22 #ifndef QTAV_OPENGLWINDOWRENDERER_H 23 #define QTAV_OPENGLWINDOWRENDERER_H 25 #include <QtGui/QOpenGLWindow> 30 class OpenGLWindowRendererPrivate;
35 Q_PROPERTY(qreal brightness READ brightness WRITE setBrightness NOTIFY brightnessChanged)
36 Q_PROPERTY(qreal contrast READ contrast WRITE setContrast NOTIFY contrastChanged)
37 Q_PROPERTY(qreal hue READ hue WRITE setHue NOTIFY hueChanged)
38 Q_PROPERTY(qreal saturation READ saturation WRITE setSaturation NOTIFY saturationChanged)
39 Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged)
40 Q_PROPERTY(QRectF regionOfInterest READ regionOfInterest WRITE setRegionOfInterest NOTIFY regionOfInterestChanged)
41 Q_PROPERTY(qreal sourceAspectRatio READ sourceAspectRatio NOTIFY sourceAspectRatioChanged)
42 Q_PROPERTY(qreal outAspectRatio READ outAspectRatio WRITE setOutAspectRatio NOTIFY outAspectRatioChanged)
45 Q_PROPERTY(
OutAspectRatioMode outAspectRatioMode READ outAspectRatioMode WRITE setOutAspectRatioMode NOTIFY outAspectRatioModeChanged)
47 Q_PROPERTY(
int orientation READ orientation WRITE setOrientation NOTIFY orientationChanged)
48 Q_PROPERTY(QRect videoRect READ videoRect NOTIFY videoRectChanged)
49 Q_PROPERTY(QSize videoFrameSize READ videoFrameSize NOTIFY videoFrameSizeChanged)
52 explicit
OpenGLWindowRenderer(UpdateBehavior updateBehavior = NoPartialUpdate, QWindow *parent = 0);
79 #endif // QTAV_OPENGLWINDOWRENDERER_H OpenGLWindowRenderer VideoRendererOpenGLWindow
Definition: OpenGLWindowRenderer.h:75
#define Q_AV_EXPORT
Definition: QtAV_Global.h:40
#define Q_DECL_FINAL
Definition: QtAV_Global.h:180
#define DPTR_DECLARE_PRIVATE(Class)
Definition: dptr.h:107
OutAspectRatioMode
Definition: VideoRenderer.h:57
Definition: OpenGLRendererBase.h:41
Definition: OpenGLWindowRenderer.h:31
Quality
Definition: VideoRenderer.h:63
int VideoRendererId
Definition: VideoRenderer.h:45
Definition: FilterContext.h:102
AudioOutput ao; ao.setAudioFormat(fmt); ao.open(); while (has_data) { data = read_data(ao->bufferSize...
Definition: AudioDecoder.h:31
#define Q_DECL_OVERRIDE
Definition: QtAV_Global.h:177