WaveInputSamplesAvailable Property |
Indicates whether audio samples are enqueued and ready to be read.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SamplesAvailable { get; }
Public ReadOnly Property SamplesAvailable As Boolean
Get
public:
property bool SamplesAvailable {
bool get ();
}
member SamplesAvailable : bool with get
Property Value
Type:
Boolean
true if samples available, false if not.
See Also