vdr 2.7.5
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

◆ HdffFastBlank_t

◆ HdffSlowBlank_t

◆ HdffVideoOut_t

Enumeration Type Documentation

◆ HdffFastBlank_t

Enumerator
HDFF_FAST_BLANK_CVBS 
HDFF_FAST_BLANK_RGB 

Definition at line 43 of file hdffcmd_mux.h.

◆ HdffSlowBlank_t

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.

◆ HdffVideoOut_t

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

◆ HdffCmdMuxMuteAudio()

◆ HdffCmdMuxSetVideoOut()

◆ HdffCmdMuxSetVolume()