![]() |
Miam-Player
0.8.0
A nice music player
|
#include <OpenGLRendererBase_p.h>
Public Member Functions | |
OpenGLRendererBasePrivate (QPaintDevice *pd) | |
virtual | ~OpenGLRendererBasePrivate () |
void | setupAspectRatio () |
![]() | |
VideoRendererPrivate () | |
virtual | ~VideoRendererPrivate () |
bool | computeOutParameters (qreal outAspectRatio) |
virtual void | setupQuality () |
![]() | |
AVOutputPrivate () | |
virtual | ~AVOutputPrivate () |
![]() | |
virtual | ~DPtrPrivate () |
void | DPTR_setPublic (AVOutput *pub) |
Public Attributes | |
QPainter * | painter |
OpenGLVideo | glv |
QMatrix4x4 | matrix |
bool | frame_changed |
![]() | |
bool | update_background |
int | renderer_width |
int | renderer_height |
qreal | source_aspect_ratio |
int | src_width |
int | src_height |
QMutex | img_mutex |
bool | aspect_ratio_changed |
VideoRenderer::OutAspectRatioMode | out_aspect_ratio_mode |
qreal | out_aspect_ratio |
VideoRenderer::Quality | quality |
QRect | out_rect |
QRectF | roi |
int | orientation |
VideoFrame | video_frame |
VideoFormat::PixelFormat | preferred_format |
bool | force_preferred |
qreal | brightness |
qreal | contrast |
qreal | hue |
qreal | saturation |
QColor | bg_color |
![]() | |
bool | paused |
bool | available |
QMutex | mutex |
QWaitCondition | cond |
Statistics * | statistics |
VideoFilterContext * | filter_context |
QList< Filter * > | filters |
QList< Filter * > | pending_uninstall_filters |
QList< OutputSet * > | output_sets |
Additional Inherited Members | |
![]() | |
AVOutput & | dptr_p () |
const AVOutput & | dptr_p () const |
AVOutput * | dptr_ptr () |
const AVOutput * | dptr_ptr () const |
QtAV::OpenGLRendererBasePrivate::OpenGLRendererBasePrivate | ( | QPaintDevice * | pd | ) |
|
virtual |
void QtAV::OpenGLRendererBasePrivate::setupAspectRatio | ( | ) |
bool QtAV::OpenGLRendererBasePrivate::frame_changed |
OpenGLVideo QtAV::OpenGLRendererBasePrivate::glv |
QMatrix4x4 QtAV::OpenGLRendererBasePrivate::matrix |
QPainter* QtAV::OpenGLRendererBasePrivate::painter |