|   | RiffChunk(RiffChunk, String) Constructor | 
        
        
            Constructor for derived classes used to initialize and validate  
RiffChunk properties.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected RiffChunk(
	RiffChunk preRead,
	string typeID
)
Protected Sub New ( 
	preRead As RiffChunk,
	typeID As String
)
protected:
RiffChunk(
	RiffChunk^ preRead, 
	String^ typeID
)
new : 
        preRead : RiffChunk * 
        typeID : string -> RiffChunkGSF.Media.RiffChunk = function(preRead, typeID);
Parameters
- preRead  RiffChunk
- Pre-parsed RiffChunk header.
- typeID  String
- Expected type ID.
 See Also
See Also