WaveInputBytesAvailable Property |
Gets the BytesAvailable property.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int BytesAvailable { get; }
Public ReadOnly Property BytesAvailable As Integer
Get
public:
property int BytesAvailable {
int get ();
}
member BytesAvailable : int with get
Property Value
Type:
Int32
Returns the number of bytes stored in the output queue.
See Also