SPENDSRSTREAMFLAGS (Windows CE 5.0)
This enumeration defines flags to signal the end of a speech recognition stream. These flags enable the client to query for state changes on a stream.
typedef enum SPENDSRSTREAMFLAGS{ SPESF_NONE = 0, SPESF_STREAM_RELEASED = (1 << 0)} SPENDSRSTREAMFLAGS;
Elements
- SPESF_NONE
Associate no flags with end of stream event. - SPESF_STREAM_RELEASED
Release input stream object on reaching end of current stream. For example, in a waveform audio file (.wav) that represents a finite stream of data, the stream object is released when the end of the stream is reached.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors