MP4DeleteTrack - Man Page
Delete a track
Syntax
#include <mp4.h>
bool MP4DeleteTrack(
MP4FileHandle hFile,
MP4TrackId trackId
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
- trackId
Specifies the track to which the operation applies.
Return Values
Upon success, true (1). Upon an error, false (0).
Description
MP4DeleteTrack deletes the control information associated with the specified track. The trackId will become invalid if this call succeeds.
Note that the samples associated with this track are not deleted with this call. This can be accomplished via MP4Optimize(). The reason for this is that multiple tracks can reference the same samples so a global view must be taken when deleting them.
See Also
Info
Version 0.9 Cisco Systems Inc. MP4 File Format Library