⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vdec.h

📁 vc ad
💻 H
字号:
//
//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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -