Writes a buffer to the stream

Namespace: iSpeech
Assembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Write(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic
Public Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
Visual C++
public:
void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:iSpeech.StreamingBuffer.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:iSpeech.StreamingBuffer.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:iSpeech.StreamingBuffer.Write(System.Byte[],System.Int32,System.Int32)"]

See Also