HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs | Enumerations | Functions
sevent.c File Reference

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...
 
NPObjectSEventCreate (NPP instance, S_HBBTV_SE_INFO *einfo)
 SEvent Create - Create the SEvent and store in link list. More...
 

Detailed Description

Stream Event class.

Date
September 2013
Author
Adam Sturtridge

Function Documentation

NPObject* SEventCreate ( NPP  instance,
S_HBBTV_SE_INFO einfo 
)

SEvent Create - Create the SEvent and store in link list.


Parameters
None
Returns
Pointer to object created
void SEventInit ( void  )

SEventInit - initialise string identifiers for SEvent.


Parameters
None