• 大小: 0.24M
    文件类型: .7z
    金币: 2
    下载: 1 次
    发布日期: 2021-03-28
  • 语言: 其他
  • 标签: 其他  

资源简介

可直接编译。先编译baseclasses,再编译vcam。
baseclasses从win7 sdk中直接提取,vcam来自TMH大牛网站http://tmhare.mvps.org/downloads.htm(虽然这个不是他写的)

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// File: AMExtra.cpp
//
// Desc: DirectShow base classes - implements CRenderedInputPin class.
//
// Copyright (c) 1992-2001 Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------------------------


#include         // DirectShow base class definitions
#include        // Needed for definition of timeGetTime
#include          // Standard data type limit definitions
#include         // Used for time critical log functions

#include “amextra.h“

#pragma warning(disable:4355)

//  Implements CRenderedInputPin class

CRenderedInputPin::CRenderedInputPin(__in_opt LPCTSTR pobjectName
                                     __in CbaseFilter *pFilter
                                     __in CCritSec *pLock
                                     __inout HRESULT *phr
                              

评论

共有 条评论