SpeechRecognitionStream Members
Include Protected Members
Include Inherited Members
A Stream implementation, for consumption by Microsoft.Speech, which is backed by Real-time Protocol (RTP) data received by an AudioVideoFlow instance.
The SpeechRecognitionStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
AudioFormat | Gets the format of the audio data in this stream. | |
CanRead | Gets a value indicating whether the current stream supports reading. (Overrides Stream.CanRead.) | |
CanSeek | Gets a value indicating whether the current stream supports seeking. (Overrides Stream.CanSeek.) | |
CanTimeout | Gets a value that determines whether the current stream can time out. (Overrides Stream.CanTimeout.) | |
CanWrite | Gets a value indicating whether the current stream supports writing. (Overrides Stream.CanWrite.) | |
Length | Gets the length in bytes of the stream. Not supported. (Overrides Stream.Length.) | |
Position | Gets or sets the position within the current stream. Setting this is not supported. (Overrides Stream.Position.) | |
ReadTimeout | Gets or sets a value that determines how long the stream will attempt to read before timing out. Not supported. (Overrides Stream.ReadTimeout.) | |
WriteTimeout | Gets or sets a value that determines how long the stream will attempt to write before timing out. Not supported. (Overrides Stream.WriteTimeout.) |
Top
Methods
Name | Description | |
---|---|---|
BeginRead | Not supported. (Overrides Stream.BeginRead([], Int32, Int32, AsyncCallback, Object).) | |
BeginWrite | Not supported. (Overrides Stream.BeginWrite([], Int32, Int32, AsyncCallback, Object).) | |
Close | (inherited from Stream) | |
CreateObjRef | (inherited from MarshalByRefObject) | |
CreateWaitHandle | Obsolete. (inherited from Stream) | |
Dispose() | (inherited from Stream) | |
Dispose(Boolean) | (inherited from Stream) | |
EndRead | Not supported. (Overrides Stream.EndRead(IAsyncResult).) | |
EndWrite | Not supported. (Overrides Stream.EndWrite(IAsyncResult).) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
Flush | Clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Overrides Stream.Flush().) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
Read | Reads a sequence of bytes and advances the position within the stream by the number of bytes read. (Overrides Stream.Read([], Int32, Int32).) | |
ReadByte | Not supported. (Overrides Stream.ReadByte().) | |
Seek | Sets the position within the current stream. Not supported. (Overrides Stream.Seek(Int64, SeekOrigin).) | |
SetLength | Sets the length of the current stream. Not supported. (Overrides Stream.SetLength(Int64).) | |
ToString | (inherited from Object) | |
Write | 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. (Overrides Stream.Write([], Int32, Int32).) | |
WriteByte | Not supported. (Overrides Stream.WriteByte(Byte).) |
Top