mp4close(3) - Linux man page

Name

MP4Close - Close an mp4 file

Syntax

#include <mp4.h>

bool MP4Close(
MP4FileHandle hFile

)

Arguments

hFile
Specifies the mp4 file to be closed.

Return Values

Upon success, true (1). Upon an error, false (0).

Description

MP4Close closes a previously opened mp4 file. If the file is a writable file opened with MP4Create() or MP4Modify(), then MP4Close() will write out all remaining information to disk.

See Also

mp4(3)