Partager via


SPAUDIOOPTIONS

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.