Ignore:
Timestamp:
Apr 9, 2007 7:06:08 AM (17 years ago)
Author:
bennylp
Message:

Fixed all VS6 and VS8 projects with new third party projects layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjsip/include/pjsua-lib/pjsua.h

    r1135 r1177  
    39173917/** 
    39183918 * Create a file recorder, and automatically connect this recorder to 
    3919  * the conference bridge. The recorder currently supports recording WAV file, 
    3920  * and on Windows, MP3 file. The type of the recorder to use is determined 
    3921  * by the extension of the file (e.g. ".wav" or ".mp3"). 
     3919 * the conference bridge. The recorder currently supports recording WAV file. 
     3920 * The type of the recorder to use is determined by the extension of the file  
     3921 * (e.g. ".wav"). 
    39223922 * 
    39233923 * @param filename      Output file name. The function will determine the 
    39243924 *                      default format to be used based on the file extension. 
    3925  *                      Currently ".wav" is supported on all platforms, and 
    3926  *                      also ".mp3" is support on Windows. 
     3925 *                      Currently ".wav" is supported on all platforms. 
    39273926 * @param enc_type      Optionally specify the type of encoder to be used to 
    39283927 *                      compress the media, if the file can support different 
    39293928 *                      encodings. This value must be zero for now. 
    39303929 * @param enc_param     Optionally specify codec specific parameter to be  
    3931  *                      passed to the file writer. For .MP3 recorder, this 
    3932  *                      can point to pjmedia_mp3_encoder_option structure to 
    3933  *                      specify additional settings for the .mp3 recorder. 
     3930 *                      passed to the file writer.  
    39343931 *                      For .WAV recorder, this value must be NULL. 
    39353932 * @param max_size      Maximum file size. Specify zero or -1 to remove size 
Note: See TracChangeset for help on using the changeset viewer.