MP4SetSampleRenderingOffset - Set the rendering offset of a track sample
#include <mp4.h>
bool MP4SetSampleRenderingOffset(
MP4FileHandle hFile,
MP4TrackId trackId,
MP4SampleId sampleId,
MP4Duration renderingOffset
);
Upon success, true (1). Upon an error, false (0).
MP4SetSampleRenderingOffset sets the rendering offset of the specified sample from the specified track in the track time scale units. See MP4ConvertToTrackDuration() for how to map this value from another time scale.
See MP4GetSampleRenderingOffset() for a description of this sample property.
MP4(3) MP4ConvertToTrackDuration(3) MP4GetSampleRenderingOffset(3)