VC++视频开发实例集锦(包括“远程视频监控”"语音识别系统"等13个经典例子)

源代码在线查看: resource.h

软件大小: 3786 K
上传用户: fdbutd52d
关键词: quot VC 视频开发 实例集锦
下载地址: 免注册下载 普通下载 VIP

相关代码

				//------------------------------------------------------------------------------
				// File: Resource.h
				//
				// Desc: Sample code for BDA graph building.
				//
				// Copyright (c) 2000-2002, Microsoft Corporation. All rights reserved.
				//------------------------------------------------------------------------------
				
				// Dialogs
				#define IDD_ABOUT               400
				#define IDD_SELECT_CHANNEL      401
				
				// Menus
				#define IDM_EXIT                500
				#define IDM_BUILD_ATSC          501
				#define IDM_RUN_GRAPH           502
				#define IDM_STOP_GRAPH          503
				#define IDM_SELECT_CHANNEL      504
				#define IDM_ABOUT               505
				                                   
				// Buttons
				#define IDC_CHANNEL             1001
				#define IDC_SPIN_MAJOR          1002
				#define IDC_SPIN_MINOR          1003
				#define IDC_MAJOR_CHANNEL       1004
				#define IDC_MINOR_CHANNEL       1005
				
				#define IDC_ENTER               1008
				#define IDC_PHYSICAL_CHANNEL    1009
				#define IDC_SPIN_PHYSICAL       1010
				#define IDC_STATIC              -1
				
				// Accel
				#define ACC_GRAPH               1100
				
				
				#ifdef APSTUDIO_INVOKED
				#ifndef APSTUDIO_READONLY_SYMBOLS
				#define _APS_NO_MFC                     1
				#define _APS_NEXT_RESOURCE_VALUE        101
				#define _APS_NEXT_COMMAND_VALUE         40001
				#define _APS_NEXT_CONTROL_VALUE         1011
				#define _APS_NEXT_SYMED_VALUE           101
				#endif
				#endif
				
							

相关资源