AVIFileEndRecord function (vfw.h)

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.)

Syntax

HRESULT AVIFileEndRecord(
  PAVIFILE pfile
);

Parameters

pfile

Handle to an open AVI file.

Return value

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

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

See also

AVIFile Functions

AVIFile Functions and Macros