Share via


SPENDSRSTREAMFLAGS (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations