eEngineFormatType enumeration (portcls.h)

The eEngineFormatType enumeration defines constants that specify the audio data type supported by the audio engine.

Syntax

typedef enum {
  eMixFormat,
  eDeviceFormat,
  eSupportedDeviceFormats
} eEngineFormatType;

Constants

 
eMixFormat
Indicates a data format for the Mixer.
eDeviceFormat
Indicates the default data format for the audio adapter.
eSupportedDeviceFormats
Indicates all the data formats supported by the audio adapter.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header portcls.h

See also

GetEngineFormatSize