int sm_framer_datafeed_disconnect(struct sm_framer_datafeed_disconnect_parms *datafeedp)
typedef struct sm_framer_datafeed_disconnect_parms {
tSMFramerId framer; /* in */
tSM_INT direction; /* in */
} SM_FRAMER_DATAFEED_DISCONNECT_PARMS;
Disconnect a datafeed on one of the inputs of the Framer.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody Framer API.