summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/symbian_sound_aps.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia/symbian_sound_aps.h')
-rw-r--r--pjmedia/include/pjmedia/symbian_sound_aps.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/pjmedia/include/pjmedia/symbian_sound_aps.h b/pjmedia/include/pjmedia/symbian_sound_aps.h
index 3208b416..bd9e0439 100644
--- a/pjmedia/include/pjmedia/symbian_sound_aps.h
+++ b/pjmedia/include/pjmedia/symbian_sound_aps.h
@@ -31,21 +31,16 @@
PJ_BEGIN_DECL
/**
- * Activate/deactivate loudspeaker, when loudspeaker is inactive, audio
- * will be routed to earpiece.
+ * Set audio routing for APS sound device.
*
* @param stream The sound device stream, the stream should be started
- * before calling this function. This param can be NULL
- * to set the behaviour of next opened stream.
- * @param active Specify PJ_TRUE to activate loudspeaker, and PJ_FALSE
- * otherwise.
+ * before calling this function.
+ * @param route Audio routing to be set.
*
* @return PJ_SUCCESS on success.
*/
-PJ_DECL(pj_status_t) pjmedia_snd_aps_activate_loudspeaker(
- pjmedia_snd_stream *stream,
- pj_bool_t active);
-
+PJ_DECL(pj_status_t) pjmedia_snd_aps_set_route( pjmedia_snd_stream *stream,
+ pjmedia_snd_route route);
PJ_END_DECL