// bthddi.h
typedef enum _CODING_FORMAT {
ScoCodingFormatULaw,
ScoCodingFormatALaw,
ScoCodingFormatCVSD,
ScoCodingFormatTransparent,
ScoCodingFormatLinearPCM,
ScoCodingFormatMSBC,
ScoCodingFormatVendorSpecific
} CODING_FORMAT, *PCODING_FORMAT;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration is for internal use only.
ScoCodingFormatULawScoCodingFormatALawScoCodingFormatCVSDScoCodingFormatTransparentScoCodingFormatLinearPCMScoCodingFormatMSBCScoCodingFormatVendorSpecific