|
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.246-beta
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);
View SourceParameters
- source Stream
- Source stream for next RIFF chunk.
Return Value
RiffChunkNext RIFF chunk read from the
source stream.
ExceptionsException | Condition |
---|
InvalidOperationException | RIFF chunk too small, media file corrupted. |
See Also