Prosody I.460 Mux: API: sm_i460mux_datafeed_disconnect

Prototype Definition

int sm_i460mux_datafeed_disconnect(struct sm_i460mux_datafeed_disconnect_parms *datafeedp)

Parameters

*datafeedp
a structure of the following type:
typedef struct sm_i460mux_datafeed_disconnect_parms {
	tSMI460muxId i460mux;					/* in */
	tSMI460InputId input_id;				/* in */
} SM_I460MUX_DATAFEED_DISCONNECT_PARMS;

Description

Disconnect a datafeed on one of the inputs of the I.460 mux.

Fields

i460mux
The mux to disconnect the datafeed from.
input_id
The input of the mux to be disconnected.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody I.460 Mux API.