SPAUDIOOPTIONS
Other versions of this page are also available for the following:
8/28/2008
This enumeration defines the options for an audio stream.
Syntax
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
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |
See Also
Reference
SAPI Enumerations
ISpRecoContext::SetAudioOptions
ISpRecoContext::GetAudioOptions