![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
#include <videoctl.h>
Public Member Functions | |
| CLoadDirectDraw () | |
| ~CLoadDirectDraw () | |
| HRESULT | LoadDirectDraw (__in LPSTR szDevice) |
| void | ReleaseDirectDraw () |
| HRESULT | IsDirectDrawLoaded () |
| LPDIRECTDRAW | GetDirectDraw () |
| BOOL | IsDirectDrawVersion1 () |
Definition at line 150 of file videoctl.h.
| CLoadDirectDraw::CLoadDirectDraw | ( | ) |
Definition at line 571 of file videoctl.cpp.
| CLoadDirectDraw::~CLoadDirectDraw | ( | ) |
Definition at line 580 of file videoctl.cpp.
| LPDIRECTDRAW CLoadDirectDraw::GetDirectDraw | ( | ) |
Definition at line 709 of file videoctl.cpp.
| HRESULT CLoadDirectDraw::IsDirectDrawLoaded | ( | ) |
Definition at line 695 of file videoctl.cpp.
| BOOL CLoadDirectDraw::IsDirectDrawVersion1 | ( | ) |
Definition at line 729 of file videoctl.cpp.
| HRESULT CLoadDirectDraw::LoadDirectDraw | ( | __in LPSTR | szDevice | ) |
Definition at line 601 of file videoctl.cpp.
| void CLoadDirectDraw::ReleaseDirectDraw | ( | ) |
Definition at line 678 of file videoctl.cpp.