AVIFileEndRecord

The AVIFileEndRecord function marks the end of a record when writing an interleaved file that uses a 1:1 interleave factor of video to audio data. (Each frame of video is interspersed with an equivalent amount of audio data.)

STDAPI AVIFileEndRecord(
  PAVIFILE pfile  
);

Parameters

pfile

Handle to an open AVI file.

Return Values

Returns zero if successful or an error otherwise.

Remarks

The AVISave function uses this function internally. In general, applications should not need to use this function.

The argument pfile is a pointer to an IAVIFile interface.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.
**  Library:** Use Vfw32.lib.

See Also

AVIFile Functions and Macros, AVIFile Functions, AVISave