|
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.205-beta
Syntax GSF.Media.RiffChunk.ReadNext = function(source);
View SourceParameters
- source Stream
- Source stream for next RIFF chunk.
Return Value
RiffChunkNext RIFF chunk read from the
source stream.
Exceptions See Also