SpeechRecognitionStream.Write Method
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. Not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
)
'Usage
Dim instance As SpeechRecognitionStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
instance.Write(buffer, offset, count)
public override void Write(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
Type: []
Not supported.
- offset
Type: System.Int32
Not supported.
- count
Type: System.Int32
Not supported.