This function is under development. It could be changed or withdrawn, and may not be implemented in this release.
int sm_h223mux_get_datafeed(struct sm_h223mux_datafeed_parms *datafeedp)
typedef struct sm_h223mux_datafeed_parms {
tSMH223muxId h223mux; /* in */
enum kSMH223muxOutputType {
kSMH223muxOutputTypeH245Ctl,
kSMH223muxOutputTypeAudio,
kSMH223muxOutputTypeVideo,
kSMH223muxOutputTypeMux,
} port; /* in */
tSMDatafeedId datafeed; /* out */
} SM_H223MUX_DATAFEED_PARMS;
Request a datafeed identifier from an H.223 mux. This identifier can subsequently used in a call to sm_channel_datafeed_connect() .
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody H.223 Mux API.