Mp4FragmentReaderGetFrames Method |
Produces media frames from parsed MOOF / MDAT pair.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<MediaBuffer<byte>> GetFrames(
FragmentPair pair,
ulong timeScale,
TimeSpan baseTimeOffset
)
Public Function GetFrames (
pair As FragmentPair,
timeScale As ULong,
baseTimeOffset As TimeSpan
) As List(Of MediaBuffer(Of Byte))
public:
List<MediaBuffer<unsigned char>^>^ GetFrames(
FragmentPair^ pair,
unsigned long long timeScale,
TimeSpan baseTimeOffset
)
member GetFrames :
pair : FragmentPair *
timeScale : uint64 *
baseTimeOffset : TimeSpan -> List<MediaBuffer<byte>>
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