Click or drag to resize
TrackFragmentRunBoxGetNextSampleOffset Method
Gets offset of next sample and incremen.

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

Return Value

Type: TrackRunSample
The next sample offset.
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown when the index is outside the required range.
See Also