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
    TBD

  • Communications
    TBD

  • Alerts
    TBD

  • GameMedia
    TBD

  • SoundEffects
    TBD

  • Narration
    TBD

  • Other
    TBD

 

 

Send comments about this topic to Microsoft

Build date: 5/4/2012