Ignore:
Timestamp:
Feb 5, 2009 10:59:14 AM (15 years ago)
Author:
nanang
Message:
  • Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings.
  • Updated symbian_ua/ua.cpp to be able to reopen sound device when audio stream session is using non-PCM data/passthrough codec.
  • Updated stream.c to allow it works with non-PCM data.
  • Added PCMU/A frames processing into non-PCM play/record callbacks in symbian_audio_aps.cpp.
  • Added passthrough codec init/deinitialization in pjsua-lib.
  • Added a new pjmedia_frame_ext helper function, pjmedia_frame_ext_pop_subframes, to pop-out/remove some subframes.
  • Other minor updates/fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/symbian_sound_aps.h

    r2434 r2438  
    5454 * 
    5555 * @param stream        The sound device stream, the stream should be started  
    56  *                      before calling this function. This param can be NULL 
    57  *                      to set the behaviour of next opened stream. 
     56 *                      before calling this function. 
    5857 * @param active        Specify PJ_TRUE to activate loudspeaker, and PJ_FALSE 
    5958 *                      otherwise. 
     
    6564                                                pj_bool_t active); 
    6665 
    67  
    68 /** 
    69  * Set a codec and its settings to be used on the next sound device session. 
    70  * 
    71  * @param setting       APS sound device setting, see @pjmedia_snd_aps_setting. 
    72  * 
    73  * @return              PJ_SUCCESS on success. 
    74  */ 
    75 PJ_DECL(pj_status_t) pjmedia_snd_aps_modify_setting( 
    76                                     const pjmedia_snd_aps_setting *setting); 
    77  
    78  
    7966PJ_END_DECL 
    8067 
Note: See TracChangeset for help on using the changeset viewer.