The SpeechRecognitionStreamtype exposes the following members.

Methods

  Name Description
BeginRead
Not supported.
(Overrides StreamBeginRead( array< Byte > [] () [] , Int32, Int32, AsyncCallback, Object).)
BeginWrite
Not supported.
(Overrides StreamBeginWrite( array< Byte > [] () [] , Int32, Int32, AsyncCallback, Object).)
Close (Inherited from Stream.)
CreateObjRef (Inherited from MarshalByRefObject.)
CreateWaitHandle Obsolete. (Inherited from Stream.)
Dispose Overloaded.
EndRead
Not supported.
(Overrides StreamEndRead(IAsyncResult).)
EndWrite
Not supported.
(Overrides StreamEndWrite(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 StreamFlush () () () .)
GetHashCode (Inherited from Object.)
GetLifetimeService (Inherited from MarshalByRefObject.)
GetType (Inherited from Object.)
InitializeLifetimeService (Inherited from MarshalByRefObject.)
MemberwiseClone Overloaded.
Read
Reads a sequence of bytes and advances the position within the stream by the number of bytes read.
(Overrides StreamRead( array< Byte > [] () [] , Int32, Int32).)
ReadByte
Not supported.
(Overrides StreamReadByte () () () .)
Seek
Sets the position within the current stream. Not supported.
(Overrides StreamSeek(Int64, SeekOrigin).)
SetLength
Sets the length of the current stream. Not supported.
(Overrides StreamSetLength(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 StreamWrite( array< Byte > [] () [] , Int32, Int32).)
WriteByte
Not supported.
(Overrides StreamWriteByte(Byte).)

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 StreamCanRead () () () .)
CanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek () () () .)
CanTimeout
Gets a value that determines whether the current stream can time out.
(Overrides StreamCanTimeout () () () .)
CanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite () () () .)
Length
Gets the length in bytes of the stream. Not supported.
(Overrides StreamLength () () () .)
Position
Gets or sets the position within the current stream. Setting this is not supported.
(Overrides StreamPosition () () () .)
ReadTimeout
Gets or sets a value that determines how long the stream will attempt to read before timing out. Not supported.
(Overrides StreamReadTimeout () () () .)
WriteTimeout
Gets or sets a value that determines how long the stream will attempt to write before timing out. Not supported.
(Overrides StreamWriteTimeout () () () .)

See Also