MP4GetHintTrackSdp - Get the SDP media level description associated with a hint track
#include <mp4.h>
const char* MP4GetHintTrackSdp(
MP4FileHandle hFile,
MP4TrackId hintTrackId
)
The SDP media level description fragment associated with the hint track.
MP4GetHintTrackSdp returns the SDP (IETF RFC 2327) media level fragment associated with the hint track. This is used by a streaming server to create a complete SDP description of the multimedia session represented by the file.
The mp4broadcaster test program provided with the MP4 library gives an example of using this call to create the complete SDP description.
MP4(3) MP4SetHintTrackSdp(3) MP4AppendHintTrackSdp(3) MP4GetSessionSdp(3)