vdec.h

来自「vc ad」· C头文件 代码 · 共 19 行

H
19
字号
//
//File name: vdec.h
//This file contains interface to control video decoder SAA7111
#ifndef _VDEC_H
#define _VDEC_H 

//Set and get brightness, contrast, saturation and hue of video output
//void SetVideoParameter(PAVE2K_VIDEO_PARAMETER pVideoParameter, ULONG nChannel);
//void GetVideoParameter(PAVE2K_VIDEO_PARAMETER pVideoParameter, ULONG nChannel);
//Set video source: CVBS or S-Video
#define VIDEOSOURCE_CVBS		0
#define VIDEOSOURCE_SVIDEO		1

//Get video signal type: NTSC or PAL
#define VIDEOTYPE_UNKNOWN	-1
#define VIDEOTYPE_NONE		0
#define VIDEOTYPE_NTSC		1
#define VIDEOTYPE_PAL		2
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?