Navigation
API > API/Plugins > API/Plugins/MP4Muxer > API/Plugins/MP4Muxer/IMP4RawMuxer
Description
Adds a track reference. This is usually only done for timecode tracks being referenced by one or more video tracks. See ISO/IEC 14496-12:2022 section 8.3.3 Track reference box Example: If you added a video track (track index 1) and a timecode track (track index 3) and you wish the video to reference the timecode track you call AddTrackReference(1, 3, MakeBoxAtom('t','m','c','d'))
| Name | AddTrackReference |
| Type | function |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Muxer/Public/MP4Muxer.h |
| Include Path | #include "MP4Muxer.h" |
bool AddTrackReference
(
int32 InTrackIndexToAddReferenceTo,
int32 InTrackIndexBeingReferenced,
uint32 InReferenceType
)