|
IMVFrameAccessCallbackVB
The IMVFrameAccessCallbackVB interface is used by the MV Frame
Access filter as a callback interface. Read the filter description to see how the
filter is used. This interface is used by Visual Basic like
languages. Arrays of the type SAFEARRAY are used to transfer the
data between the filter and the application.
| ProcessFrame
|
Called by the MV Frame Access filter for every processed DV
frame. |
Header file: iMVFrameAccess.h
Interface definition language file: iMVFrameAccess.idl
Interface ID: IID_IMVFrameAccessCallbackVB
HRESULT ProcessFrame(
[in] SAFEARRAY(byte)* pData,
[in]
long lFrameSize
);
Called by the MV Frame Access filter for every processed DV
frame.
Parameter:
|
|
pData |
Pointer to the buffer of
bytes that holds the DV frame. |
|
|
lFrameSize |
Size of the DV frame. |
|