Click or drag to resize

RiffChunk(RiffChunk, String) Constructor

Constructor for derived classes used to initialize and validate RiffChunk properties.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
protected RiffChunk(
	RiffChunk preRead,
	string typeID
)
View Source

Parameters

preRead  RiffChunk
Pre-parsed RiffChunk header.
typeID  String
Expected type ID.
See Also