1MP4(3) MP4 File Format Library MP4(3)
2
3
4
6 MP4Close - Close an mp4 file
7
9 #include <mp4.h>
10
11 bool MP4Close(
12 MP4FileHandle hFile
13 )
14
16 hFile Specifies the mp4 file to be closed.
17
18
20 Upon success, true (1). Upon an error, false (0).
21
23 MP4Close closes a previously opened mp4 file. If the file is a writable
24 file opened with MP4Create() or MP4Modify(), then MP4Close() will write
25 out all remaining information to disk.
26
28 MP4(3)
29
30
31
32Cisco Systems Inc. Version 0.9 MP4(3)