SPAUDIOOPTIONS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.