This function is under development. It could be changed or withdrawn, and may not be implemented in this release.
int sm_h223mux_add_entry(struct sm_h223mux_add_entry_parms *entryp)
typedef struct sm_h223mux_add_entry_parms {
tSMH223muxId h223mux; /* in */
enum kSMH223muxTableEntryDirection {
kSMH223muxTableEntryDirectionTransmit,
kSMH223muxTableEntryDirectionReceive,
} direction; /* in */
tSM_INT entry_number; /* in */
tSM_INT descriptor_len; /* in */
char *descriptor; /* in */
} SM_H223MUX_ADD_ENTRY_PARMS;
This function will add an entry to the multiplex table. The entry may be transmit or receive.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody H.223 Mux API.