MP4GetHintTrackReferenceTrackId - Man Page
Get the reference track id for a hint track
Syntax
#include <mp4.h>
MP4TrackId MP4GetHintTrackReferenceTrackId(
MP4FileHandle hFile,
MP4TrackId hintTrackId
)
Arguments
- hFile
Specifies the mp4 file to which the operation applies.
- hintTrackId
Specifies the hint track to which the operation applies.
Return Values
Upon success, the track id of the reference media track. Upon an error, MP4_INVALID_TRACK_ID.
Description
MP4GetHintTrackReferenceTrackId gets the track id of the reference media track associated with the specified hint track.
See Also
MP4(3) MP4AddHintTrack(3)
Info
Version 0.9 Cisco Systems Inc. MP4 File Format Library