Click or drag to resize
IReaderGetNextFrame Method
Gets the next frame.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
MediaBuffer<byte> GetNextFrame(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
The trackInfo.

Return Value

Type: MediaBufferByte
The next frame.
See Also