int sm_framer_get_datafeed(struct sm_framer_datafeed_parms *datafeedp)
typedef struct sm_framer_datafeed_parms { tSMFramerId framer; /* in */ tSM_INT direction; /* in */ tSMDatafeedId datafeed; /* out */ } SM_FRAMER_DATAFEED_PARMS;
Request a datafeed identifier from a Framer . This identifier can subsequently used in a call such as sm_tdmtx_datafeed_connect() or sm_channel_datafeed_connect().
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody Framer API.