Method PutFrame
From AVObjects Knowledge Base
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Method to put data to AV object.
HRESULT PutFrame( [in] int nStream, [in] BYTE* pbBuffer, [in] DWORD cbActual, [in] DWORD dwFlags, [in] REFERENCE_TIME tS, [in] REFERENCE_TIME tE, [in] BYTE* pbReserved );
Parameters:
nStream Number of stream pbBuffer Buffer with data. cbActual Size of data in buffer in bytes. dwFlags Library specific bitmap (see library description) tS Start time tE End time pbReserved Library specific variable (see library description)
Returns:
S_OK Data in pbBuffer sended HRESULT_FROM_WIN32(ERROR_HANDLE_EOF) End of stream E_INVALIDARG One or more arguments are invalid E_FAIL Object not initialized yet or other failure