|
WaveDataReaderGetNextSample Method
|
Reads and returns the next sample from the stream.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax function GetNextSample();
View SourceReturn Value
LittleBinaryValue
The next sample from the stream. The sample is returned as
an array of
LittleBinaryValues. Each
LittleBinaryValue represents a different channel.
A return value of null indicates the end of stream has been reached.
See Also