MatroskaReaderGetNextFrame Method |
Gets the next frame.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public MediaBuffer<byte> GetNextFrame(
TrackInfo track
)
Public Function GetNextFrame (
track As TrackInfo
) As MediaBuffer(Of Byte)
public:
virtual MediaBuffer<unsigned char>^ GetNextFrame(
TrackInfo^ track
) sealed
abstract GetNextFrame :
track : TrackInfo -> MediaBuffer<byte>
override GetNextFrame :
track : TrackInfo -> MediaBuffer<byte>
Parameters
- track
- Type: StreamCodersTrackInfo
The trackInfo.
Return Value
Type:
MediaBufferByte
The next frame.
Implements
IReaderGetNextFrame(TrackInfo)See Also