Click or drag to resize
WaveInputSamplesAvailable Property
Indicates whether audio samples are enqueued and ready to be read.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool SamplesAvailable { get; }

Property Value

Type: Boolean
true if samples available, false if not.
See Also