SpeechSynthesisConnector Methods

The SpeechSynthesisConnector type exposes the following members.

Methods

  Name Description
Public method AttachFlow Specifies which AudioVideoFlow will provide audio data for speech recognition.
Public method BeginRead (Overrides Stream..::..BeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method BeginWrite (Overrides Stream..::..BeginWrite(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method Close (Inherited from Stream.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method CreateWaitHandle Obsolete. (Inherited from Stream.)
Public method DetachFlow Detach the current AudioVideoFlow, freeing the connector to use another.
Public method Dispose()()()() (Inherited from Stream.)
Protected method Dispose(Boolean) Dispose. (Overrides Stream..::..Dispose(Boolean).)
Public method EndRead (Overrides Stream..::..EndRead(IAsyncResult).)
Public method EndWrite (Overrides Stream..::..EndWrite(IAsyncResult).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush Clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Overrides Stream..::..Flush()()()().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone()()()() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Read Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes. (Overrides Stream..::..Read(array<Byte>[]()[][], Int32, Int32).)
Public method ReadByte (Overrides Stream..::..ReadByte()()()().)
Public method Seek Sets the position within the current stream. (Overrides Stream..::..Seek(Int64, SeekOrigin).)
Public method SetLength Sets the length of the current stream. (Overrides Stream..::..SetLength(Int64).)
Public method Start Prepare the connector to accept input from the Synthesizer and transmit it to the AudioVideoFlow.
Public method Stop Stop sending data to the AVFlow.
Public method ToString (Inherited from Object.)
Public method Write Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Overrides Stream..::..Write(array<Byte>[]()[][], Int32, Int32).)
Public method WriteByte (Overrides Stream..::..WriteByte(Byte).)

Top

See Also

Reference

SpeechSynthesisConnector Class

Microsoft.Rtc.Collaboration.AudioVideo Namespace