SPWAVEFORMATTYPE (Windows CE 5.0)

Send Feedback

This enumeration defines wave format types. SAPI can perform dynamic conversion using an ISpStreamFormatConverter object that causes the format of the original input and the format of the input arriving at the SR engine to differ.

This enumeration is used in the ISpRecognizer::GetFormat method (as SPSTREAMFORMATTYPE) to request the format for the original audio source.

typedef enum SPWAVEFORMATTYPE{  SPWF_INPUT,  SPWF_SRENGINE} SPSTREAMFORMATTYPE;

Elements

  • SPWF_INPUT
    Original audio input source format.
  • SPWF_SRENGINE
    Format of input arriving at SR engine.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.