AVIStreamStart function (vfw.h)
The AVIStreamStart function returns the starting sample number for the stream.
Syntax
LONG AVIStreamStart(
PAVISTREAM pavi
);
Parameters
pavi
Handle to an open stream.
Return value
Returns the number if successful or -1 otherwise.
Remarks
The argument pavi is a pointer to an IAVIStream interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | vfw.h |
Library | Vfw32.lib |
DLL | Avifil32.dll |