MP4AddRtpHint - Add an RTP hint
#include <mp4.h>
bool MP4AddRtpHint(
MP4FileHandle hFile,
MP4TrackId trackId
);
Upon success, true (1). Upon an error, false (0).
MP4AddRtpHint creates a new hint sample for the specified hint track and enables subsequent calls to MP4AddRtpPacket() to create the RTP packets associated with this hint. After all the RTP packets for the hint have been created, MP4WriteRtpHint() should be called to write the hint to the track.
MP4(3) MP4AddRtpPacket(3) MP4WriteRtpHint (3)