Click or drag to resize

RiffChunkReadNext Method

Attempts to read the next RIFF chunk from the source stream.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static RiffChunk ReadNext(
	Stream source
)
View Source

Parameters

source  Stream
Source stream for next RIFF chunk.

Return Value

RiffChunk
Next RIFF chunk read from the source stream.
Exceptions
ExceptionCondition
InvalidOperationExceptionRIFF chunk too small, media file corrupted.
See Also