Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines the options for an audio stream.
typedef enum SPAUDIOOPTIONS{ SPAO_NONE = 0, SPAO_RETAIN_AUDIO = (1 << 0)} SPAUDIOOPTIONS;
Elements
- SPAO_NONE
No options. - SPAO_RETAIN_AUDIO
Retain audio stream; for example, for serialization of recognition object, playback of recognized audio, and so on.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
SAPI Enumerations | ISpRecoContext::SetAudioOptions | ISpRecoContext::GetAudioOptions
Send Feedback on this topic to the authors