|
MythTV master
|
#include <mythplugins/mythzoneminder/mythzoneminder/zmliveplayer.h>
Public Member Functions | |
| Player (void)=default | |
| ~Player (void) | |
| void | updateFrame (const uchar *buffer) |
| void | updateStatus (void) |
| void | updateCamera () |
| void | setMonitor (const Monitor *mon) |
| void | setWidgets (MythUIImage *image, MythUIText *status, MythUIText *camera) |
| Monitor * | getMonitor (void) |
Private Attributes | |
| MythUIImage * | m_frameImage {nullptr} |
| MythUIText * | m_statusText {nullptr} |
| MythUIText * | m_cameraText {nullptr} |
| uchar * | m_rgba {nullptr} |
| Monitor | m_monitor |
Definition at line 34 of file zmliveplayer.h.
|
default |
| Player::~Player | ( | void | ) |
Definition at line 468 of file zmliveplayer.cpp.
|
inline |
Definition at line 48 of file zmliveplayer.h.
| void Player::setMonitor | ( | const Monitor * | mon | ) |
Definition at line 474 of file zmliveplayer.cpp.
| void Player::setWidgets | ( | MythUIImage * | image, |
| MythUIText * | status, | ||
| MythUIText * | camera | ||
| ) |
Definition at line 484 of file zmliveplayer.cpp.
| void Player::updateCamera | ( | ) |
Definition at line 525 of file zmliveplayer.cpp.
| void Player::updateFrame | ( | const uchar * | buffer | ) |
Definition at line 500 of file zmliveplayer.cpp.
| void Player::updateStatus | ( | void | ) |
Definition at line 510 of file zmliveplayer.cpp.
|
private |
Definition at line 53 of file zmliveplayer.h.
Referenced by setWidgets(), and updateCamera().
|
private |
Definition at line 51 of file zmliveplayer.h.
Referenced by setWidgets(), and updateFrame().
|
private |
Definition at line 57 of file zmliveplayer.h.
Referenced by getMonitor(), setMonitor(), updateCamera(), updateFrame(), and updateStatus().
|
private |
Definition at line 55 of file zmliveplayer.h.
Referenced by setMonitor(), and ~Player().
|
private |
Definition at line 52 of file zmliveplayer.h.
Referenced by setWidgets(), and updateStatus().