WaveInputGetNextSamples Method |
Gets the next samples in the wave input devices queue. Calling this method and events
cannot be mixed.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer<byte> GetNextSamples()
Public Function GetNextSamples As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ GetNextSamples()
member GetNextSamples : unit -> MediaBuffer<byte>
Return Value
Type:
MediaBufferByte
null if it fails, else the next samples.
See Also