Prosody H.223 Mux: API: sm_h223mux_create

This function is under development. It could be changed or withdrawn, and may not be implemented in this release.

Prototype Definition

int sm_h223mux_create(struct sm_h223mux_create_parms *createp)

Parameters

*createp
a structure of the following type:
typedef struct sm_h223mux_create_parms {
	tSMH223muxId h223mux;					/* out */
	tSMModuleId module;					/* in */
} SM_H223MUX_CREATE_PARMS;

Description

Creates an H.223 Mux.

Fields

h223mux (Only in Preliminary Documentation)
The created mux.
module (Only in Preliminary Documentation)
A value obtained from sm_open_module() which indicates the module on which the mux is to be created.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody H.223 Mux API.