vdr
1.7.27
|
Public Member Functions | |
cPicturePlayer (void) | |
~cPicturePlayer () | |
void | SetPicture (const char *FileName) |
Private Member Functions | |
virtual void | Activate (bool On) |
Private Attributes | |
int | size |
int | length |
uchar * | buffer |
Definition at line 31 of file PLUGINS/src/pictures/player.c.
cPicturePlayer::cPicturePlayer | ( | void | ) |
Definition at line 50 of file PLUGINS/src/pictures/player.c.
References buffer.
void cPicturePlayer::Activate | ( | bool | On | ) | [private, virtual] |
Reimplemented from cPlayer.
Definition at line 55 of file PLUGINS/src/pictures/player.c.
References buffer, cPlayer::DeviceStillPicture(), and length.
void cPicturePlayer::SetPicture | ( | const char * | FileName | ) |
Definition at line 61 of file PLUGINS/src/pictures/player.c.
References buffer, cPlayer::DeviceStillPicture(), length, LOG_ERROR_STR, and size.
Referenced by cPictureControl::NextDirectory(), and cPictureControl::NextPicture().
uchar* cPicturePlayer::buffer [private] |
Definition at line 35 of file PLUGINS/src/pictures/player.c.
Referenced by Activate(), cPicturePlayer(), SetPicture(), and ~cPicturePlayer().
int cPicturePlayer::length [private] |
Definition at line 34 of file PLUGINS/src/pictures/player.c.
Referenced by Activate(), cPicturePlayer(), and SetPicture().
int cPicturePlayer::size [private] |
Definition at line 33 of file PLUGINS/src/pictures/player.c.
Referenced by cPicturePlayer(), and SetPicture().