#include <libmythtv/visualisations/videovisualgoom.h>
|
| | VideoVisualGoom (AudioPlayer *Audio, MythRender *Render, bool HD) |
| |
| | ~VideoVisualGoom () override |
| |
| void | Draw (QRect Area, MythPainter *Painter, QPaintDevice *Device) override |
| |
| QString | Name (void) override |
| |
| | VideoVisual (AudioPlayer *audio, MythRender *render) |
| |
| | ~VideoVisual () override |
| |
| bool | NeedsPrepare () const |
| |
| virtual void | Prepare (const QRect) |
| |
| virtual void | Draw (QRect area, MythPainter *painter, QPaintDevice *device)=0 |
| |
| virtual QString | Name (void)=0 |
| |
| void | add (const void *b, unsigned long b_len, std::chrono::milliseconds timecode, int c, int p) override |
| |
| void | prepare () override |
| |
| | Visualization ()=default |
| |
| virtual | ~Visualization ()=default |
| |
| virtual void | add (const void *b, unsigned long b_len, std::chrono::milliseconds timecode, int c, int p)=0 |
| |
| virtual void | prepare ()=0 |
| |
| QMutex * | mutex () |
| |
Definition at line 13 of file videovisualgoom.h.
◆ VideoVisualGoom()
◆ ~VideoVisualGoom()
| VideoVisualGoom::~VideoVisualGoom |
( |
| ) |
|
|
override |
◆ Draw()
| void VideoVisualGoom::Draw |
( |
QRect |
Area, |
|
|
MythPainter * |
Painter, |
|
|
QPaintDevice * |
Device |
|
) |
| |
|
overridevirtual |
◆ Name()
| QString VideoVisualGoom::Name |
( |
void |
| ) |
|
|
inlineoverridevirtual |
◆ m_buffer
| unsigned int* VideoVisualGoom::m_buffer { nullptr } |
|
private |
◆ m_hd
| bool VideoVisualGoom::m_hd { false } |
|
private |
The documentation for this class was generated from the following files: