![]() |
Miam-Player
0.8.0
A nice music player
|
#include <QPainterRenderer_p.h>
Public Member Functions | |
QPainterRendererPrivate () | |
virtual | ~QPainterRendererPrivate () |
void | setupQuality () |
![]() | |
VideoRendererPrivate () | |
virtual | ~VideoRendererPrivate () |
bool | computeOutParameters (qreal outAspectRatio) |
![]() | |
AVOutputPrivate () | |
virtual | ~AVOutputPrivate () |
![]() | |
virtual | ~DPtrPrivate () |
void | DPTR_setPublic (AVOutput *pub) |
Public Attributes | |
QPixmap | pixmap |
QPainter * | painter |
![]() | |
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 |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from QtAV::VideoRendererPrivate.
QPainter* QtAV::QPainterRendererPrivate::painter |
QPixmap QtAV::QPainterRendererPrivate::pixmap |