Plugin-Gateway session mapping. More...
#include <plugin.h>
Data Fields | |
void * | gateway_handle |
Opaque pointer to the Janus core-level handle. | |
void * | plugin_handle |
Opaque pointer to the plugin session. | |
volatile gint | stopped |
Whether this mapping has been stopped definitely or not: if so, the plugin shouldn't make use of it anymore. | |
janus_refcount | ref |
Reference counter for this instance. | |
Plugin-Gateway session mapping.
void* janus_plugin_session::gateway_handle |
Opaque pointer to the Janus core-level handle.
void* janus_plugin_session::plugin_handle |
Opaque pointer to the plugin session.
janus_refcount janus_plugin_session::ref |
Reference counter for this instance.
volatile gint janus_plugin_session::stopped |
Whether this mapping has been stopped definitely or not: if so, the plugin shouldn't make use of it anymore.