Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Sub WriteByte ( _
value As Byte _
)
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Byte
instance.WriteByte(value)
public override void WriteByte(
byte value
)
Parameters
- value
Type: System.Byte
Not applicable.
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class