Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The WPD_BITRATE_TYPES enumeration type describes an audio file's compression type.
typedef enum WPD_BITRATE_TYPES {
WPD_BITRATE_TYPE_UNUSED = 0,
WPD_BITRATE_TYPE_DISCRETE = 1,
WPD_BITRATE_TYPE_VARIABLE = 2,
WPD_BITRATE_TYPE_FREE = 3
} ;
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.
Requirement | Value |
---|---|
Header |
|
Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register now