vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
grab.h File Reference

Grabber header file. More...

#include <cstdint>
#include <vdr/osd.h>

Go to the source code of this file.

Classes

class  cGrabBuffer
 cGrabBuffer - Grab buffer class More...
 
class  cSoftHdGrab
 cSoftHdGrab - Grabber class More...
 

Enumerations

enum  Grabtype { GRABVIDEO , GRABPIP , GRABOSD }
 

Functions

const char * GrabtypeToString (Grabtype t)
 

Detailed Description

Grabber header file.

Definition in file grab.h.

Enumeration Type Documentation

◆ Grabtype

enum Grabtype
Enumerator
GRABVIDEO 
GRABPIP 
GRABOSD 

Definition at line 27 of file grab.h.

Function Documentation

◆ GrabtypeToString()

const char * GrabtypeToString ( Grabtype  t)
inline

Definition at line 33 of file grab.h.

References GRABOSD, GRABPIP, and GRABVIDEO.

Referenced by cSoftHdGrab::GetGrab().