Click or drag to resize
Mp4FragmentReaderGetFrames Method
Produces media frames from parsed MOOF / MDAT pair.

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<MediaBuffer<byte>> GetFrames(
	FragmentPair pair,
	ulong timeScale,
	TimeSpan baseTimeOffset
)

Parameters

pair
Type: StreamCoders.Container.MP4FragmentPair
The MOOF / MDAT pair.
timeScale
Type: SystemUInt64
The time scale to use on samples.
baseTimeOffset
Type: SystemTimeSpan
The base time offset for this fragment.

Return Value

Type: ListMediaBufferByte
Returns media frames ready for decoding.
See Also