vdr 2.6.9
player.c File Reference
#include "player.h"
#include <vdr/remote.h>
#include <vdr/tools.h>

Go to the source code of this file.

Classes

class  cPicturePlayer
 

Functions

cString HandleUnderscores (const char *s)
 
static void DrawTextOutlined (cOsd *Osd, int x, int y, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font)
 

Variables

int SlideShowDelay = 3
 

Function Documentation

◆ DrawTextOutlined()

static void DrawTextOutlined ( cOsd * Osd,
int x,
int y,
const char * s,
tColor ColorFg,
tColor ColorBg,
const cFont * Font )
static

Definition at line 150 of file PLUGINS/src/pictures/player.c.

References clrTransparent, cOsd::DrawText(), and Font.

Referenced by cPictureControl::DisplayCaption().

◆ HandleUnderscores()

cString HandleUnderscores ( const char * s)

Definition at line 15 of file PLUGINS/src/pictures/player.c.

References strreplace().

Referenced by cPictureControl::DisplayCaption(), and cPictureMenu::Set().

Variable Documentation

◆ SlideShowDelay