Ignore:
Timestamp:
Sep 17, 2008 2:49:21 PM (16 years ago)
Author:
nanang
Message:

Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r2284 r2290  
    5757#define PJMEDIA_SOUND_WIN32_DIRECT_SOUND    2 
    5858 
     59/** Constant for Win32 MME sound backend. */ 
     60#define PJMEDIA_SOUND_WIN32_MME_SOUND       3 
     61 
    5962/** When this is set, pjmedia will not provide any sound device backend.  
    6063 *  Application will have to provide its own sound device backend 
    6164 *  and link the application with it. 
    6265 */ 
    63 #define PJMEDIA_SOUND_EXTERNAL              3 
     66#define PJMEDIA_SOUND_EXTERNAL              255 
    6467 
    6568 
     
    7174#  if defined(PJ_WIN32) && PJ_WIN32!=0 
    7275/*#   define PJMEDIA_SOUND_IMPLEMENTATION   PJMEDIA_SOUND_WIN32_DIRECT_SOUND*/ 
     76/*#   define PJMEDIA_SOUND_IMPLEMENTATION   PJMEDIA_SOUND_WIN32_MME_SOUND*/ 
    7377#   define PJMEDIA_SOUND_IMPLEMENTATION     PJMEDIA_SOUND_PORTAUDIO_SOUND 
    7478#  else 
Note: See TracChangeset for help on using the changeset viewer.