Ignore:
Timestamp:
Mar 12, 2009 6:11:37 PM (14 years ago)
Author:
bennylp
Message:

(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjmedia/include/pjmedia/symbian_sound_aps.h

    r2394 r2506  
    3232 
    3333/** 
    34  * Activate/deactivate loudspeaker, when loudspeaker is inactive, audio 
    35  * will be routed to earpiece. 
     34 * Set audio routing for APS sound device. 
    3635 * 
    3736 * @param stream        The sound device stream, the stream should be started  
    38  *                      before calling this function. This param can be NULL 
    39  *                      to set the behaviour of next opened stream. 
    40  * @param active        Specify PJ_TRUE to activate loudspeaker, and PJ_FALSE 
    41  *                      otherwise. 
     37 *                      before calling this function. 
     38 * @param route         Audio routing to be set. 
    4239 * 
    4340 * @return              PJ_SUCCESS on success. 
    4441 */ 
    45 PJ_DECL(pj_status_t) pjmedia_snd_aps_activate_loudspeaker( 
    46                                                 pjmedia_snd_stream *stream, 
    47                                                 pj_bool_t active); 
    48  
     42PJ_DECL(pj_status_t) pjmedia_snd_aps_set_route( pjmedia_snd_stream *stream, 
     43                                                pjmedia_snd_route route); 
    4944 
    5045PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.