Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
WPD_BITRATE_TYPES
The WPD_BITRATE_TYPES enumeration type describes an audio file's compression type.
Syntax
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
};
Members
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.)
Requirements
Header: Defined in PortableDevice.h
See Also
| Previous | Next |