The AudioBitrate enumeration defines the possible values of the AudioBitrate property of the IMediaSettings interface.

Possible values are:

AB_ORIGINAL = 0,

AB_8 = 8,

AB_16 = 16,

AB_24 = 24,

AB_32 = 32,

AB_40 = 40,

AB_48 = 48,

AB_56 = 56,

AB_64 = 64,

AB_80 = 80,

AB_96 = 96,

AB_112 = 112,

AB_128 = 128,

AB_160 = 160,

AB_192 = 192,

AB_224 = 224,

AB_256 = 256,

AB_320 = 320