Changeset 2461 for pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/symbian_sound_aps.h
- Timestamp:
- Feb 18, 2009 3:23:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/symbian_sound_aps.h
r2456 r2461 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 37 * before calling this function. 39 * @param active Specify PJ_TRUE to activate loudspeaker, and PJ_FALSE 40 * otherwise. 38 * @param route Audio routing to be set. 41 39 * 42 40 * @return PJ_SUCCESS on success. 43 41 */ 44 PJ_DECL(pj_status_t) pjmedia_snd_aps_activate_loudspeaker( 45 pjmedia_snd_stream *stream, 46 pj_bool_t active); 42 PJ_DECL(pj_status_t) pjmedia_snd_aps_set_route( pjmedia_snd_stream *stream, 43 pjmedia_snd_route route); 47 44 48 45 PJ_END_DECL
Note: See TracChangeset
for help on using the changeset viewer.