Group: Windows Multimedia - Library: avifil32
How to play AVI file on the _screen
STDAPI_(LONG) AVIStreamTimeToSample(
PAVISTREAM pavi,
LONG lTime
); DECLARE INTEGER AVIStreamTimeToSample IN avifil32;
INTEGER pavi,;
LONG lTime
pavi Handle to an open stream.
lTime Time, expressed in milliseconds.
Returns the converted time if successful or - 1 otherwise.
Samples typically correspond to audio samples or video frames. Other stream types might support different formats than these.
Home