// portabledevice.h
typedef enum tagWPD_BITRATE_TYPES {
WPD_BITRATE_TYPE_UNUSED,
WPD_BITRATE_TYPE_DISCRETE,
WPD_BITRATE_TYPE_VARIABLE,
WPD_BITRATE_TYPE_FREE
} WPD_BITRATE_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_BITRATE_TYPES enumeration type describes an audio file's compression type.
WPD_BITRATE_TYPE_UNUSEDThis value has not been specified.
WPD_BITRATE_TYPE_DISCRETEConstant bit rate compression.
WPD_BITRATE_TYPE_VARIABLEVariable bit rate compression.
WPD_BITRATE_TYPE_FREEFree format bit rate. (This is a constant bit rate that is lower than the maximum allowed bit rate.)
Structures and Enumeration Types