|   | WaveDataReaderGetNextSample Method | 
        
        
            Reads and returns the next sample from the stream.
            
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxfunction GetNextSample();
Return 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
See Also