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

Oipf search manager object. More...

#include <string.h>
#include "techtype.h"
#include "hbbtv_js.h"
#include "hbbtv_sif_os.h"
#include "object.h"
#include "channel_config.h"
#include "metadata_search.h"

Functions

void * HBBTV_JSOipfSearchManager_createSearch (void *obj, HBBTV_JSMetadataSearch_Target search_target)
 createSearch, Section 7.12.1.2. Only HBBTV_JSMetadataSearch_TARGET_SCHEDULED_CONTENT is supported as value for searchTarget (TS102796 v1.2.1 Section A1). More...
 
void * HBBTV_JSOipfSearchManager_getChannelConfig (void *obj)
 ChannelConfig getChannelConfig, Section 7.12.1.2. More...
 

Variables

void * JS_OIPF_SEARCH_MGR_CLASS = &s_vtab
 

Detailed Description

Oipf search manager object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

void* HBBTV_JSOipfSearchManager_createSearch ( void *  obj,
HBBTV_JSMetadataSearch_Target  search_target 
)

createSearch, Section 7.12.1.2. Only HBBTV_JSMetadataSearch_TARGET_SCHEDULED_CONTENT is supported as value for searchTarget (TS102796 v1.2.1 Section A1).

Note
MetadataSearch createSearch(Integer searchTarget)
Section 7.12.1.2
void* HBBTV_JSOipfSearchManager_getChannelConfig ( void *  obj)

ChannelConfig getChannelConfig, Section 7.12.1.2.

Note
ChannelConfig getChannelConfig()
Section 7.12.1.2