AVIReaderGetNextFrame Method |
Gets the next data from a track.
Namespace: StreamCoders.ContainerAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual MediaBuffer<byte> GetNextFrame(
TrackInfo track
)
Public Overridable Function GetNextFrame (
track As TrackInfo
) As MediaBuffer(Of Byte)
public:
virtual MediaBuffer<unsigned char>^ GetNextFrame(
TrackInfo^ track
)
abstract GetNextFrame :
track : TrackInfo -> MediaBuffer<byte>
override GetNextFrame :
track : TrackInfo -> MediaBuffer<byte>
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