Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 774 Bytes

File metadata and controls

42 lines (28 loc) · 774 Bytes

Home

Function name : AVIStreamStart

Group: Windows Multimedia - Library: avifil32


The AVIStreamStart function returns the starting sample number for the stream.


Code examples:

Reading parameters of streams in AVI file

Declaration:

STDAPI_(LONG) AVIStreamStart(
  PAVISTREAM pavi
);  

FoxPro declaration:

DECLARE INTEGER AVIStreamStart IN avifil32;
	INTEGER pavi  

Parameters:

pavi Handle to an open stream.


Return value:

Returns the number if successful or - 1 otherwise.