Click or drag to resize

ListInfoChunk Constructor

Reads a new WAVE list info section from the specified stream.

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

Parameters

preRead  RiffChunk
Pre-parsed RiffChunk header.
source  Stream
Source stream to read data from.
Exceptions
ExceptionCondition
InvalidOperationExceptionWAVE list info section is too small, wave file corrupted.
See Also