www.pudn.com > WMACompressor.zip > consts.cpp


// 
//  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 
//  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
//  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR 
//  PURPOSE. IT CAN BE DISTRIBUTED FREE OF CHARGE AS LONG AS THIS HEADER  
//  REMAINS UNCHANGED. 
// 
//  Email:  yetiicb@hotmail.com 
// 
//  Copyright (C) 2002-2004 Idael Cardoso.  
// 
#include "stdafx.h" 
#include "consts.h" 
 
const GUID* AudioSystemProfilesIDs[] = 
  { 
    //Version 7 Audio Codecs... 
    {&WMProfile_V70_6VoiceAudio}, 
    {&WMProfile_V70_288FMRadioMono}, 
    {&WMProfile_V70_288FMRadioStereo}, 
    {&WMProfile_V70_56DialUpStereo}, 
    {&WMProfile_V70_64AudioISDN}, 
    {&WMProfile_V70_64Audio}, 
    {&WMProfile_V70_96Audio}, 
    {&WMProfile_V70_128Audio}, 
    //Version 8 Audio Codecs... 
    {&WMProfile_V80_288MonoAudio}, 
    {&WMProfile_V80_288StereoAudio}, 
    {&WMProfile_V80_32StereoAudio}, 
    {&WMProfile_V80_48StereoAudio}, 
    {&WMProfile_V80_64StereoAudio}, 
    {&WMProfile_V80_96StereoAudio}, 
    {&WMProfile_V80_128StereoAudio} 
  }; 
 
const int AudioSystemProfilesCount = sizeof(AudioSystemProfilesIDs)/sizeof(AudioSystemProfilesIDs[0]);