![]() |
Miam-Player
0.8.0
A nice music player
|
#include <VideoRenderer_p.h>
Public Member Functions | |
| VideoRendererPrivate () | |
| virtual | ~VideoRendererPrivate () |
| bool | computeOutParameters (qreal outAspectRatio) |
| virtual void | setupQuality () |
Public Member Functions inherited from QtAV::AVOutputPrivate | |
| AVOutputPrivate () | |
| virtual | ~AVOutputPrivate () |
Public Member Functions inherited from DPtrPrivate< AVOutput > | |
| virtual | ~DPtrPrivate () |
| void | DPTR_setPublic (AVOutput *pub) |
Public Attributes | |
| 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 |
Public Attributes inherited from QtAV::AVOutputPrivate | |
| 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 | |
Protected Member Functions inherited from DPtrPrivate< AVOutput > | |
| AVOutput & | dptr_p () |
| const AVOutput & | dptr_p () const |
| AVOutput * | dptr_ptr () |
| const AVOutput * | dptr_ptr () const |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Reimplemented in QtAV::QPainterRendererPrivate.
| bool QtAV::VideoRendererPrivate::aspect_ratio_changed |
| QColor QtAV::VideoRendererPrivate::bg_color |
| qreal QtAV::VideoRendererPrivate::brightness |
| qreal QtAV::VideoRendererPrivate::contrast |
| bool QtAV::VideoRendererPrivate::force_preferred |
| qreal QtAV::VideoRendererPrivate::hue |
| QMutex QtAV::VideoRendererPrivate::img_mutex |
| int QtAV::VideoRendererPrivate::orientation |
| qreal QtAV::VideoRendererPrivate::out_aspect_ratio |
| VideoRenderer::OutAspectRatioMode QtAV::VideoRendererPrivate::out_aspect_ratio_mode |
| QRect QtAV::VideoRendererPrivate::out_rect |
| VideoFormat::PixelFormat QtAV::VideoRendererPrivate::preferred_format |
| VideoRenderer::Quality QtAV::VideoRendererPrivate::quality |
| int QtAV::VideoRendererPrivate::renderer_height |
| int QtAV::VideoRendererPrivate::renderer_width |
| QRectF QtAV::VideoRendererPrivate::roi |
| qreal QtAV::VideoRendererPrivate::saturation |
| qreal QtAV::VideoRendererPrivate::source_aspect_ratio |
| int QtAV::VideoRendererPrivate::src_height |
| int QtAV::VideoRendererPrivate::src_width |
| bool QtAV::VideoRendererPrivate::update_background |
| VideoFrame QtAV::VideoRendererPrivate::video_frame |