PCM_DATA_FORMAT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

typedef enum _PCM_DATA_FORMAT {
  ScoPCMCFormatNA,
  ScoPCMFormat1sComplement,
  ScoPCMFormat2sComplement,
  ScoPCMFormatSignMagnitude,
  ScoPCMFormatUnsigned
} PCM_DATA_FORMAT, *PPCM_DATA_FORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-bthddi-_pcm_data_format)

_PCM_DATA_FORMAT enumeration

Description

This enumeration is for internal use only.

Constants

ScoPCMCFormatNA

ScoPCMFormat1sComplement

ScoPCMFormat2sComplement

ScoPCMFormatSignMagnitude

ScoPCMFormatUnsigned