AudioCategory enumeration
[This documentation is preliminary and is subject to change.]
Applies to: desktop apps only
The AudioCategory enumeration, is a list of constants that indicate the different categories for an audio stream.
Syntax
typedef enum {
Multimedia = 0,
Communications = 1,
Alerts = 2,
GameMedia = 3,
SoundEffects = 4,
Narration = 5,
Other = 6
} AudioCategory;
Constants
Multimedia
TBDCommunications
TBDAlerts
TBDGameMedia
TBDSoundEffects
TBDNarration
TBDOther
TBD
Send comments about this topic to Microsoft
Build date: 5/4/2012