Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Capture.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Aug 15 01:53:13 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/x-chdr
File size: 414 byte(s)


1 #ifndef CAPTURE_H_INCLUDED
2 #define CAPTURE_H_INCLUDED
3
4 class CSceneryMode;
5
6 // 関数宣言
7 void InitCapture();
8 void ReleaseCaptureRS();
9 void VideoCapture(int, CSceneryMode *);
10 void CountPicture();
11 void CountVideoBMP();
12 void CountVideoAVI();
13 void StartVideoCapture();
14 void StopVideoCapture();
15
16 // 外部グローバル
17 extern int g_VideoState;
18 extern int g_VideoFrame;
19 extern int g_PictureCount;
20
21 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26