diff options
Diffstat (limited to 'avscamera/sys/VideoCapture.h')
| -rw-r--r-- | avscamera/sys/VideoCapture.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/avscamera/sys/VideoCapture.h b/avscamera/sys/VideoCapture.h deleted file mode 100644 index da08b0a8..00000000 --- a/avscamera/sys/VideoCapture.h +++ /dev/null @@ -1,34 +0,0 @@ -/************************************************************************** - - A/V Stream Camera Sample - - Copyright (c) 2001, Microsoft Corporation. - - File: - - videocapture.h - - Abstract: - - Video Capture Pin definition. - - CVideoCapturePin derived from CCapturePin. - - History: - - created 3/8/2001 - -**************************************************************************/ - -#pragma once - -#include "capture.h" - -class CVideoCapturePin : public CCapturePin -{ -public: - static NTSTATUS DispatchCreate (IN PKSPIN Pin, IN PIRP Irp); - -private: - CVideoCapturePin(IN PKSPIN Pin); -}; |
