AJA NTV2 SDK  18.0.0.2717
NTV2 SDK 18.0.0.2717
winutil.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBaseWindow
 
class  CDrawImage
 
struct  tagDIBDATA
 
class  CImageSample
 
class  CImageAllocator
 
class  CImagePalette
 
class  CImageDisplay
 

Macros

#define WIDTH(x)   ((*(x)).right - (*(x)).left)
 
#define HEIGHT(x)   ((*(x)).bottom - (*(x)).top)
 
#define SHOWSTAGE   TEXT("WM_SHOWSTAGE")
 
#define SHOWSTAGETOP   TEXT("WM_SHOWSTAGETOP")
 
#define REALIZEPALETTE   TEXT("WM_REALIZEPALETTE")
 

Typedefs

typedef struct tagDIBDATA DIBDATA
 

Functions

STDAPI ConvertVideoInfoToVideoInfo2 (__inout AM_MEDIA_TYPE *pmt)
 
STDAPI CheckVideoInfoType (const AM_MEDIA_TYPE *pmt)
 
STDAPI CheckVideoInfo2Type (const AM_MEDIA_TYPE *pmt)
 

Variables

const int DEFWIDTH = 320
 
const int DEFHEIGHT = 240
 
const int CAPTION = 256
 
const int TIMELENGTH = 50
 
const int PROFILESTR = 128
 
const WORD PALVERSION = 0x300
 
const LONG PALETTE_VERSION = (LONG) 1
 
const COLORREF VIDEO_COLOUR = 0
 
const HANDLE hMEMORY = (HANDLE) (-1)
 

Macro Definition Documentation

◆ HEIGHT

#define HEIGHT (   x)    ((*(x)).bottom - (*(x)).top)

Definition at line 31 of file winutil.h.

◆ REALIZEPALETTE

#define REALIZEPALETTE   TEXT("WM_REALIZEPALETTE")

Definition at line 34 of file winutil.h.

◆ SHOWSTAGE

#define SHOWSTAGE   TEXT("WM_SHOWSTAGE")

Definition at line 32 of file winutil.h.

◆ SHOWSTAGETOP

#define SHOWSTAGETOP   TEXT("WM_SHOWSTAGETOP")

Definition at line 33 of file winutil.h.

◆ WIDTH

#define WIDTH (   x)    ((*(x)).right - (*(x)).left)

Definition at line 30 of file winutil.h.

Typedef Documentation

◆ DIBDATA

typedef struct tagDIBDATA DIBDATA

Function Documentation

◆ CheckVideoInfo2Type()

STDAPI CheckVideoInfo2Type ( const AM_MEDIA_TYPE *  pmt)

Definition at line 2728 of file winutil.cpp.

◆ CheckVideoInfoType()

STDAPI CheckVideoInfoType ( const AM_MEDIA_TYPE *  pmt)

Definition at line 2707 of file winutil.cpp.

◆ ConvertVideoInfoToVideoInfo2()

STDAPI ConvertVideoInfoToVideoInfo2 ( __inout AM_MEDIA_TYPE *  pmt)

Definition at line 2671 of file winutil.cpp.

Variable Documentation

◆ CAPTION

const int CAPTION = 256

Definition at line 22 of file winutil.h.

◆ DEFHEIGHT

const int DEFHEIGHT = 240

Definition at line 21 of file winutil.h.

◆ DEFWIDTH

const int DEFWIDTH = 320

Definition at line 20 of file winutil.h.

◆ hMEMORY

const HANDLE hMEMORY = (HANDLE) (-1)

Definition at line 28 of file winutil.h.

◆ PALETTE_VERSION

const LONG PALETTE_VERSION = (LONG) 1

Definition at line 26 of file winutil.h.

◆ PALVERSION

const WORD PALVERSION = 0x300

Definition at line 25 of file winutil.h.

◆ PROFILESTR

const int PROFILESTR = 128

Definition at line 24 of file winutil.h.

◆ TIMELENGTH

const int TIMELENGTH = 50

Definition at line 23 of file winutil.h.

◆ VIDEO_COLOUR

const COLORREF VIDEO_COLOUR = 0

Definition at line 27 of file winutil.h.