1MP4(3)                      MP4 File Format Library                     MP4(3)
2
3
4

NAME

6       MP4SetTimeScale - Set the time scale of the movie (file)
7

SYNTAX

9       #include <mp4.h>
10
11       bool MP4SetTimeScale(
12            MP4FileHandle hFile,
13            u_int32_t timeScale
14       )
15

ARGUMENTS

17       hFile  Specifies the mp4 file to which the operation applies.
18
19       timeScale
20              Specifies the desired time scale for the movie.
21

RETURN VALUES

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

DESCRIPTION

26       MP4SetTimeScale  sets the time scale of the mp4 file. The time scale is
27       in the number of clock ticks per second. Caveat:  tracks  may  use  the
28       same time scale as the movie or may use their own time scale.
29

SEE ALSO

31       MP4(3) MP4GetTimeScale(3) MP4SetTrackTimeScale(3)
32
33
34
35Cisco Systems Inc.                Version 0.9                           MP4(3)
Impressum