WPD_BITRATE_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_bitrate_types)

tagWPD_BITRATE_TYPES enumeration

Description

The WPD_BITRATE_TYPES enumeration type describes an audio file's compression type.

Constants

WPD_BITRATE_TYPE_UNUSED

This value has not been specified.

WPD_BITRATE_TYPE_DISCRETE

Constant bit rate compression.

WPD_BITRATE_TYPE_VARIABLE

Variable bit rate compression.

WPD_BITRATE_TYPE_FREE

Free format bit rate. (This is a constant bit rate that is lower than the maximum allowed bit rate.)

See also

Structures and Enumeration Types