- Timestamp:
- Mar 12, 2009 6:11:37 PM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
-
Property
svn:mergeinfo
set to
False
/pjproject/branches/projects/aps-direct merged eligible
-
Property
svn:mergeinfo
set to
False
-
pjproject/trunk/pjmedia/include/pjmedia/symbian_sound_aps.h
r2394 r2506 32 32 33 33 /** 34 * Activate/deactivate loudspeaker, when loudspeaker is inactive, audio 35 * will be routed to earpiece. 34 * Set audio routing for APS sound device. 36 35 * 37 36 * @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. 42 39 * 43 40 * @return PJ_SUCCESS on success. 44 41 */ 45 PJ_DECL(pj_status_t) pjmedia_snd_aps_activate_loudspeaker( 46 pjmedia_snd_stream *stream, 47 pj_bool_t active); 48 42 PJ_DECL(pj_status_t) pjmedia_snd_aps_set_route( pjmedia_snd_stream *stream, 43 pjmedia_snd_route route); 49 44 50 45 PJ_END_DECL
Note: See TracChangeset
for help on using the changeset viewer.