|
vdr 2.8.1
|
#include <stdint.h>#include <string.h>#include <sys/ioctl.h>#include "hdffcmd.h"#include "hdffcmd_base.h"#include "hdffcmd_defs.h"Go to the source code of this file.
Functions | |
| int | HdffCmdMuxSetVideoOut (int OsdDevice, HdffVideoOut_t VideoOut) |
| int | HdffCmdMuxSetVolume (int OsdDevice, uint8_t Volume) |
| int | HdffCmdMuxMuteAudio (int OsdDevice, int Mute) |
| int HdffCmdMuxMuteAudio | ( | int | OsdDevice, |
| int | Mute ) |
Definition at line 66 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_AUDIO_MUTE, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxMuteAudio().
| int HdffCmdMuxSetVideoOut | ( | int | OsdDevice, |
| HdffVideoOut_t | VideoOut ) |
Definition at line 33 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_VIDEO_OUT, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxSetVideoOut().
| int HdffCmdMuxSetVolume | ( | int | OsdDevice, |
| uint8_t | Volume ) |
Definition at line 50 of file hdffcmd_mux.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_AV_MUX, HDFF_MSG_MUX_SET_VOLUME, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdMuxSetVolume().