Ignore:
Timestamp:
Feb 9, 2006 3:47:12 PM (18 years ago)
Author:
bennylp
Message:

Fixed Linux OSS sound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/pasound.c

    r121 r173  
    142142 
    143143    PJ_LOG(4,(THIS_FILE, "PortAudio sound library initialized, status=%d", err)); 
     144    PJ_LOG(4,(THIS_FILE, "PortAudio host api count=%d", 
     145                         Pa_GetHostApiCount())); 
     146    PJ_LOG(4,(THIS_FILE, "Sound device count=%d", 
     147                         pj_snd_get_dev_count())); 
    144148 
    145149    return err; 
Note: See TracChangeset for help on using the changeset viewer.