| 
            
              RiffChunk(RiffChunk, String) Constructor
             | 
          
        
        
            Constructor for derived classes used to initialize and validate  
RiffChunk properties.
            
 
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
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);
 View SourceParameters
- preRead  RiffChunk
 - Pre-parsed RiffChunk header.
 - typeID  String
 - Expected type ID.
 
See Also