|   | RiffChunkReadNext Method | 
        
        
            Attempts to read the next RIFF chunk from the source stream.
            
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static RiffChunk ReadNext(
	Stream source
)
Public Shared Function ReadNext ( 
	source As Stream
) As RiffChunk
public:
static RiffChunk^ ReadNext(
	Stream^ source
)
static member ReadNext : 
        source : Stream -> RiffChunk GSF.Media.RiffChunk.ReadNext = function(source);
Parameters
- source  Stream
- Source stream for next RIFF chunk.
Return Value
RiffChunkNext RIFF chunk read from the 
source stream.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | RIFF chunk too small, media file corrupted. | 
 See Also
See Also