Functions | |
janus_plugin_result * | janus_plugin_result_new (janus_plugin_result_type type, const char *content) |
Helper to quickly create a janus_plugin_result instance. | |
void | janus_plugin_result_destroy (janus_plugin_result *result) |
Helper to quickly destroy a janus_plugin_result instance. |
void janus_plugin_result_destroy | ( | janus_plugin_result * | result | ) |
Helper to quickly destroy a janus_plugin_result instance.
[in] | result | The janus_plugin_result instance to destroy |
janus_plugin_result* janus_plugin_result_new | ( | janus_plugin_result_type | type, |
const char * | content | ||
) |
Helper to quickly create a janus_plugin_result instance.
[in] | type | The type of result |
[in] | content | The content of the result |