|
HbbTv
17.9.0
Open source HBBTV engine
|
Stream Event class. More...
#include <stdlib.h>#include <string.h>#include <stdio.h>#include "techtype.h"#include "dbgfuncs.h"#include "hbbtv_js.h"#include "plugin.h"#include "sevent.h"#include "hz_debug.h"#include "npapi_utils.h"Typedefs | |
| typedef struct s_sevent | S_SEVENT |
Enumerations | |
| enum | E_SEVENT_IDS { SEVENT_NAME, SEVENT_DATA, SEVENT_TEXT, SEVENT_STATUS, SEVENT_MAX_IDS } |
Functions | |
| void | SEventInit (void) |
| SEventInit - initialise string identifiers for SEvent. More... | |
| NPObject * | SEventCreate (NPP instance, S_HBBTV_SE_INFO *einfo) |
| SEvent Create - Create the SEvent and store in link list. More... | |
Stream Event class.
| NPObject* SEventCreate | ( | NPP | instance, |
| S_HBBTV_SE_INFO * | einfo | ||
| ) |
SEvent Create - Create the SEvent and store in link list.
| None |
| void SEventInit | ( | void | ) |
SEventInit - initialise string identifiers for SEvent.
| None |
1.8.6