SpeechSynthesisConnector.WriteByte Method
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