Writes a single byte to the stream
Namespace: iSpeechAssembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void WriteByte( byte data ) |
| Visual Basic |
|---|
Public Sub WriteByte ( _ data As Byte _ ) |
| Visual C++ |
|---|
public: void WriteByte( unsigned char data ) |
Parameters
- data
- Type: System..::..Byte
[Missing <param name="data"/> documentation for "M:iSpeech.StreamingBuffer.WriteByte(System.Byte)"]