Prosody speech processing: API: sm_conf_primix_info

This function is only in Prosody version 1 (but see the conversion guide for further details, including a facility that emulates it).

Prototype Definition

int sm_conf_primix_info(struct sm_conf_primix_info_parms *confixp)

Parameters

*confixp
a structure of the following type:
typedef struct sm_conf_primix_info_parms {
	tSM_INT channel_ix;					/* in */
	tSM_INT participant_count;				/* out */
	char speakers[8];					/* out */
} SM_CONF_PRIMIX_INFO_PARMS;

Description

This is same as sm_conf_prim_info() except it specifies the channel using a channel index.

Fields

channel_ix (Only in Prosody version 1)
The index number of the channel on which the conference output has been started on which information is required.
participant_count (Only in Prosody version 1)
The number of active (i.e. non silent) participants in this conference.
speakers (Only in Prosody version 1)
A bitmap of participants, indicating which are active.

This function is part of the Prosody speech processing API.