This function is under development. It could be changed or withdrawn, and may not be implemented in this release.
int sm_h223mux_datafeed_connect(struct sm_h223mux_datafeed_connect_parms *datafeedp)
typedef struct sm_h223mux_datafeed_connect_parms { tSMDatafeedId datafeed; /* in */ enum kSMH223muxInputType { kSMH223muxInputTypeH245Ctl, kSMH223muxInputTypeAudio, kSMH223muxInputTypeVideo, kSMH223muxInputTypeMux, } port; /* in */ tSMH223muxId h223mux; /* in */ } SM_H223MUX_DATAFEED_CONNECT_PARMS;
Connect a datafeed to one of the three inputs of the H.223 mux.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody H.223 Mux API.