TrackFragmentRunBoxGetNextSampleOffset Method |
Gets offset of next sample and incremen.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TrackRunSample GetNextSampleOffset()
Public Function GetNextSampleOffset As TrackRunSample
public:
TrackRunSample^ GetNextSampleOffset()
member GetNextSampleOffset : unit -> TrackRunSample
Return Value
Type:
TrackRunSample
The next sample offset.
ExceptionsException | Condition |
---|
IndexOutOfRangeException |
Thrown when the index is outside the required range.
|
See Also