mp4gethinttrackreferencetrackid(3) - Linux man page
Name
MP4GetHintTrackReferenceTrackId - 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)