Share via


SPWAVEFORMATTYPE (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations