The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp File Reference

#include "stdafx.h"
#include "Resource.h"
#include <cstdio>
#include "MPDirectShow.h"
#include "MPUFilter_uids.h"
#include "DeviceList.h"

Include dependency graph for Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define FRAMERATE   30
#define JIF(x)
#define JIF_NRTN(x)
#define MAX_LOADSTRING   100


Define Documentation

#define FRAMERATE   30
 

Definition at line 22 of file Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp.

#define JIF  ) 
 

Value:

if (FAILED(hr=(x))) \
    { MessageBox(NULL, m_ErrMsg.GetBuffer(0), NULL, MB_OK); \
          m_ErrMsg = oldErr; \
          return hr;}

Definition at line 24 of file Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp.

#define JIF_NRTN  ) 
 

Value:

if (FAILED(hr=(x))) \
      MessageBox(NULL, m_ErrMsg.GetBuffer(0), NULL, MB_OK);

Definition at line 28 of file Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp.

#define MAX_LOADSTRING   100
 

Definition at line 21 of file Packages/win/VideoDemo/AppSrc/MPDirectShow.cpp.


Generated on Mon Nov 8 17:08:13 2004 for MPT by  doxygen 1.3.9.1