DecklinkCapture.h

//-----------------------------------------------------------------------------
// $Id: DecklinkCapture.h,v 1.2 2006/04/11 01:11:07 ivanr Exp $
//
// Desc: DirectShow capture sample
//
// Copyright (c) Blackmagic Design 2005. All rights reserved.
//-----------------------------------------------------------------------------

#pragma once

#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h" // main symbols


// CDecklinkCaptureApp:
// See DecklinkCapture.cpp for the implementation of this class
//

class CDecklinkCaptureApp : public CWinApp
{
public:
CDecklinkCaptureApp();

// Overrides
public:
virtual BOOL InitInstance();

// Implementation

DECLARE_MESSAGE_MAP()
};

extern CDecklinkCaptureApp theApp;

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2009年07月09日 05:41
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。