Click or drag to resize
AVIReaderGetNextFrame Method
Gets the next data from a track.

Namespace: StreamCoders.Container
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual MediaBuffer<byte> GetNextFrame(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
If non-null, the track.

Return Value

Type: MediaBufferByte
null if it fails, else the next frame.

Implements

IReaderGetNextFrame(TrackInfo)
See Also