SpeechSynthesisConnector.Read Method
Not supported. Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Read ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
) As Integer
'Usage
Dim instance As SpeechSynthesisConnector
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer
returnValue = instance.Read(buffer, offset, _
count)
public override int Read(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
Type: []
Not applicable.
- offset
Type: System.Int32
Not applicable.
- count
Type: System.Int32
Not applicable.
Return Value
Type: System.Int32
Not applicable.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class