CODING_FORMAT - NtDoc

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

typedef enum _CODING_FORMAT {
  ScoCodingFormatULaw,
  ScoCodingFormatALaw,
  ScoCodingFormatCVSD,
  ScoCodingFormatTransparent,
  ScoCodingFormatLinearPCM,
  ScoCodingFormatMSBC,
  ScoCodingFormatVendorSpecific
} CODING_FORMAT, *PCODING_FORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CODING_FORMAT enumeration

Description

This enumeration is for internal use only.

Constants

ScoCodingFormatULaw

ScoCodingFormatALaw

ScoCodingFormatCVSD

ScoCodingFormatTransparent

ScoCodingFormatLinearPCM

ScoCodingFormatMSBC

ScoCodingFormatVendorSpecific