MP4AddRtpESConfigurationPacket - Add ES configuration information to an RTP hint
#include <mp4.h>
bool MP4AddRtpESConfigurationPacket(
MP4FileHandle hFile,
MP4TrackId trackId
);
Upon success, true (1). Upon an error, false (0).
MP4AddRtpESConfigurationPacket adds a packet to the current RTP hint that contains a copy of the elementary stream configuration information of the reference media track. Some RTP payloads require this information to be transmitted at the start of streaming or periodically during streaming.
MP4(3) MP4SetTrackESConfiguration(3)