Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 781 Bytes

File metadata and controls

42 lines (28 loc) · 781 Bytes

Home

Function name : AVIStreamLength

Group: Windows Multimedia - Library: avifil32


The AVIStreamLength function returns the length of the stream.


Code examples:

Reading parameters of streams in AVI file

Declaration:

STDAPI_(LONG) AVIStreamLength(
  PAVISTREAM pavi
);  

FoxPro declaration:

DECLARE INTEGER AVIStreamLength IN avifil32;
	INTEGER pavi  

Parameters:

pavi Handle to an open stream.


Return value:

Returns the stream"s length, in samples, if successful or -1 otherwise.