TimeAlignedReaderGetNextFrame Method |
Gets the next frame, from any of the tracks, with the lowest timestamp.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public TimeAlignedReaderBuffer GetNextFrame()
Public Function GetNextFrame As TimeAlignedReaderBuffer
public:
TimeAlignedReaderBuffer^ GetNextFrame()
member GetNextFrame : unit -> TimeAlignedReaderBuffer
Return Value
Type:
TimeAlignedReaderBuffer
The next frame.
See Also