Click or drag to resize
TrackFragmentRunBoxDataOffset Field
The data offset. this is the offset of MDAT relative to the BaseDataOffset defined in the TrackFragmentHeaderBox.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int DataOffset

Field Value

Type: Int32
Remarks
If the data-offset is not present, then the data for this run starts immediately after the data of the previous run, or at the base-data-offset defined by the track fragment header if this is the first run in a track fragment, If the data-offset is present, it is relative to the base-data-offset established in the track fragment header.
See Also