summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys/VideoCapture.h
blob: da08b0a8f5cc4712bf9c7d2e4bbb2ed4561d54f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**************************************************************************

    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);
};