Свойство | Тип | Описание | |
---|---|---|---|
fWindowHandle |
Метод | Описание | |
---|---|---|
ConfigureCapture ( ) : void | ||
Connect ( ) : bool | ||
CreateWindow ( int x, int y, int width, int height, int style, |
||
Disconnect ( ) : void | ||
OnConnected ( ) : void | ||
OnDisconnecting ( ) : void | ||
SendMessage ( int msg, uint wParam, int lParam ) : int | ||
SendSimpleMessage ( int msg ) : int | ||
SetCallbackOnCapControl ( VfwcapControlCallback fpProc ) : bool | ||
SetCallbackOnError ( VfwcapErrorCallback fpProc ) : bool | ||
SetCallbackOnFrame ( VfwVideoFrameDelegate fpProc ) : bool | ||
SetCallbackOnStatus ( VfwcapStatusCallback fpProc ) : bool | ||
SetCallbackOnVideoStream ( VfwVideoFrameDelegate fpProc ) : bool | ||
SetFramesPerSecond ( int fps ) : void | ||
capCaptureSequence ( ) : bool | ||
capCaptureSequenceNoFile ( ) : bool | ||
capDlgVideoDisplay ( ) : bool | ||
capDlgVideoFormat ( ) : bool | ||
capDlgVideoSource ( ) : bool | ||
capDriverConnect ( ) : bool | ||
capDriverDisconnect ( ) : bool | ||
capDriverGetCaps ( |
||
capDriverGetName ( StringBuilder szName, int wSize ) : bool | ||
capDriverGetVersion ( StringBuilder szVer, int wSize ) : bool | ||
capEditCopy ( ) : bool | ||
capFileAlloc ( |
||
capFileGetCaptureFile ( StringBuilder szName, int wSize ) : bool | ||
capFileSaveAs ( string szName ) : bool | ||
capFileSaveDIB ( string szName ) : bool | ||
capFileSetCaptureFile ( string szName ) : bool | ||
capFileSetInfoChunk ( |
||
capGetAudioFormat ( |
||
capGetAudioFormatSize ( ) : int | ||
capGetUserData ( ) : bool | ||
capSetAudioFormat ( |
||
capSetUserData ( int lUser ) : bool |
Метод | Описание | |
---|---|---|
VfwCaptureDevice ( int index, int width, int height, int fps, int windowStyle, |
||
capCaptureAbort ( ) : bool | ||
capCaptureGetSetup ( |
||
capCaptureSetSetup ( |
||
capCaptureSingleFrame ( ) : bool | ||
capCaptureSingleFrameClose ( ) : bool | ||
capCaptureSingleFrameOpen ( ) : bool | ||
capCaptureStop ( ) : bool | ||
capDlgVideoCompression ( ) : bool | ||
capGetMCIDeviceName ( StringBuilder szName, int wSize ) : bool | ||
capGetStatus ( |
||
capGetVideoFormat ( |
Retrieves a copy of the video format information.
|
|
capGetVideoFormatSize ( ) : int |
Retrieve the size needed to hold the data structure representing the video format information.
|
|
capGrabFrame ( ) : bool |
Grab a single frame from the device. Overlay and preview are stopped if they are currently active.
|
|
capGrabFrameNoStop ( ) : bool |
Grab a single from from the device. Overlay and Preview are not stopped.
|
|
capOverlay ( bool f ) : bool | ||
capPaletteAuto ( int iFrames, int &iColors ) : bool | ||
capPaletteManual ( int fGrab, int iColors ) : bool | ||
capPaletteOpen ( string szName ) : bool | ||
capPalettePaste ( ) : bool | ||
capPaletteSave ( string szName ) : bool | ||
capPreview ( bool f ) : bool | ||
capPreviewRate ( int wMS ) : bool | ||
capPreviewScale ( bool f ) : bool | ||
capSetMCIDeviceName ( string szName ) : bool | ||
capSetScrollPos ( POINT &lpP ) : bool | ||
capSetVideoFormat ( |
Метод | Описание | |
---|---|---|
SendCallbackMessage ( [ hWnd, int wMsg, uint wParam, VfwVideoFrameDelegate lParam ) : int | ||
SendCallbackMessage ( [ hWnd, int wMsg, uint wParam, VfwcapControlCallback lParam ) : int | ||
SendCallbackMessage ( [ hWnd, int wMsg, uint wParam, VfwcapErrorCallback lParam ) : int | ||
SendCallbackMessage ( [ hWnd, int wMsg, uint wParam, VfwcapStatusCallback lParam ) : int | ||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, POINT &waveFormat ) : int | ||
SendMessageW ( [ hWnd, int Msg, uint wParam, |
||
SendMessageW ( [ hWnd, int Msg, uint wParam, [ lpString ) : int |
public CreateWindow ( int x, int y, int width, int height, int style, |
||
x | int | |
y | int | |
width | int | |
height | int | |
style | int | |
parentID | ||
Результат | void |
public SendMessage ( int msg, uint wParam, int lParam ) : int | ||
msg | int | |
wParam | uint | |
lParam | int | |
Результат | int |
public SendSimpleMessage ( int msg ) : int | ||
msg | int | |
Результат | int |
public SetCallbackOnCapControl ( VfwcapControlCallback fpProc ) : bool | ||
fpProc | VfwcapControlCallback | |
Результат | bool |
public SetCallbackOnError ( VfwcapErrorCallback fpProc ) : bool | ||
fpProc | VfwcapErrorCallback | |
Результат | bool |
public SetCallbackOnFrame ( VfwVideoFrameDelegate fpProc ) : bool | ||
fpProc | VfwVideoFrameDelegate | |
Результат | bool |
public SetCallbackOnStatus ( VfwcapStatusCallback fpProc ) : bool | ||
fpProc | VfwcapStatusCallback | |
Результат | bool |
public SetCallbackOnVideoStream ( VfwVideoFrameDelegate fpProc ) : bool | ||
fpProc | VfwVideoFrameDelegate | |
Результат | bool |
public SetFramesPerSecond ( int fps ) : void | ||
fps | int | |
Результат | void |
protected VfwCaptureDevice ( int index, int width, int height, int fps, int windowStyle, |
||
index | int | |
width | int | |
height | int | |
fps | int | |
windowStyle | int | |
parentWindow | ||
Результат | System |
protected capCaptureGetSetup ( |
||
s | ||
Результат | bool |
public capCaptureSequenceNoFile ( ) : bool | ||
Результат | bool |
protected capCaptureSetSetup ( |
||
s | ||
Результат | bool |
protected capCaptureSingleFrameClose ( ) : bool | ||
Результат | bool |
protected capCaptureSingleFrameOpen ( ) : bool | ||
Результат | bool |
protected capDlgVideoCompression ( ) : bool | ||
Результат | bool |
public capDriverGetCaps ( |
||
s | ||
Результат | bool |
public capDriverGetName ( StringBuilder szName, int wSize ) : bool | ||
szName | StringBuilder | |
wSize | int | |
Результат | bool |
public capDriverGetVersion ( StringBuilder szVer, int wSize ) : bool | ||
szVer | StringBuilder | |
wSize | int | |
Результат | bool |
public capFileAlloc ( |
||
dwSize | ||
Результат | bool |
public capFileGetCaptureFile ( StringBuilder szName, int wSize ) : bool | ||
szName | StringBuilder | |
wSize | int | |
Результат | bool |
public capFileSaveAs ( string szName ) : bool | ||
szName | string | |
Результат | bool |
public capFileSaveDIB ( string szName ) : bool | ||
szName | string | |
Результат | bool |
public capFileSetCaptureFile ( string szName ) : bool | ||
szName | string | |
Результат | bool |
public capFileSetInfoChunk ( |
||
infoChunk | ||
Результат | bool |
public capGetAudioFormat ( |
||
s | ||
wSize | int | |
Результат | int |
protected capGetMCIDeviceName ( StringBuilder szName, int wSize ) : bool | ||
szName | StringBuilder | |
wSize | int | |
Результат | bool |
protected capGetStatus ( |
||
s | ||
Результат | bool |
protected capGetVideoFormat ( |
||
s | ||
Результат | int |
protected capPaletteAuto ( int iFrames, int &iColors ) : bool | ||
iFrames | int | |
iColors | int | |
Результат | bool |
protected capPaletteManual ( int fGrab, int iColors ) : bool | ||
fGrab | int | |
iColors | int | |
Результат | bool |
protected capPaletteOpen ( string szName ) : bool | ||
szName | string | |
Результат | bool |
protected capPaletteSave ( string szName ) : bool | ||
szName | string | |
Результат | bool |
protected capPreviewRate ( int wMS ) : bool | ||
wMS | int | |
Результат | bool |
protected capPreviewScale ( bool f ) : bool | ||
f | bool | |
Результат | bool |
public capSetAudioFormat ( |
||
s | ||
wSize | int | |
Результат | bool |
protected capSetMCIDeviceName ( string szName ) : bool | ||
szName | string | |
Результат | bool |
protected capSetScrollPos ( POINT &lpP ) : bool | ||
lpP | POINT | |
Результат | bool |
public capSetUserData ( int lUser ) : bool | ||
lUser | int | |
Результат | bool |
protected capSetVideoFormat ( |
||
s | ||
Результат | bool |