vdr  2.2.0
Typedefs | Enumerations | Functions
hdffcmd_mux.h File Reference

Go to the source code of this file.

Typedefs

typedef enum HdffVideoOut_t HdffVideoOut_t
 
typedef enum HdffSlowBlank_t HdffSlowBlank_t
 
typedef enum HdffFastBlank_t HdffFastBlank_t
 

Enumerations

enum  HdffVideoOut_t { HDFF_VIDEO_OUT_DISABLED, HDFF_VIDEO_OUT_CVBS_RGB, HDFF_VIDEO_OUT_CVBS_YUV, HDFF_VIDEO_OUT_YC }
 
enum  HdffSlowBlank_t { HDFF_SLOW_BLANK_OFF, HDFF_SLOW_BLANK_16_BY_9, HDFF_SLOW_BLANK_4_BY_3 }
 
enum  HdffFastBlank_t { HDFF_FAST_BLANK_CVBS, HDFF_FAST_BLANK_RGB }
 

Functions

int HdffCmdMuxSetVideoOut (int OsdDevice, HdffVideoOut_t VideoOut)
 
int HdffCmdMuxSetVolume (int OsdDevice, uint8_t Volume)
 
int HdffCmdMuxMuteAudio (int OsdDevice, int Mute)
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
HDFF_FAST_BLANK_CVBS 
HDFF_FAST_BLANK_RGB 

Definition at line 43 of file hdffcmd_mux.h.

Enumerator
HDFF_SLOW_BLANK_OFF 
HDFF_SLOW_BLANK_16_BY_9 
HDFF_SLOW_BLANK_4_BY_3 

Definition at line 36 of file hdffcmd_mux.h.

Enumerator
HDFF_VIDEO_OUT_DISABLED 
HDFF_VIDEO_OUT_CVBS_RGB 
HDFF_VIDEO_OUT_CVBS_YUV 
HDFF_VIDEO_OUT_YC 

Definition at line 28 of file hdffcmd_mux.h.

Function Documentation

int HdffCmdMuxMuteAudio ( int  OsdDevice,
int  Mute 
)
int HdffCmdMuxSetVideoOut ( int  OsdDevice,
HdffVideoOut_t  VideoOut 
)
int HdffCmdMuxSetVolume ( int  OsdDevice,
uint8_t  Volume 
)