Ignore:
Timestamp:
Feb 19, 2010 9:57:48 AM (14 years ago)
Author:
ming
Message:

Implemented ticket #1038: null audio device

  • pjmedia-audiodev:
    • implement null audio device
  • build:
    • added null audio support on MMP, and Makefile (TODO: vs6 and vs2005)
File:
1 edited

Legend:

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

    r3079 r3102  
    6464#ifndef PJMEDIA_AUDIO_DEV_HAS_ALSA 
    6565#   define PJMEDIA_AUDIO_DEV_HAS_ALSA           0 
     66#endif 
     67 
     68 
     69/** 
     70 * This setting controls whether null audio support should be included. 
     71 */ 
     72#ifndef PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO 
     73#   define PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO     0 
    6674#endif 
    6775 
Note: See TracChangeset for help on using the changeset viewer.