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

Channel list object. More...

#include <string.h>
#include <stdio.h>
#include "techtype.h"
#include "hbbtv_js.h"
#include "hbbtv_sif_os.h"
#include "hbbtv_sif_service.h"
#include "object.h"
#include "debug.h"
#include "hbbtv_string.h"
#include "collection.h"
#include "channel.h"

Functions

void * HBBTV_JSChannelList_getChannel (void *obj, S_HBBTV_STRING *channel_id)
 Channel getChannel, Section 7.13.10.2. More...
 
void * HBBTV_JSChannelList_getChannelByTriplet (void *obj, S32BIT onid, S32BIT tsid, S32BIT sid)
 Channel getChannelByTriplet, Section 7.13.10.2. More...
 
void * HBBTV_ChannelListCreate (void)
 

Detailed Description

Channel list object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

void* HBBTV_JSChannelList_getChannel ( void *  obj,
S_HBBTV_STRING channel_id 
)

Channel getChannel, Section 7.13.10.2.

Note
readonly Channel channel
Section 7.13.10.2
void* HBBTV_JSChannelList_getChannelByTriplet ( void *  obj,
S32BIT  onid,
S32BIT  tsid,
S32BIT  sid 
)

Channel getChannelByTriplet, Section 7.13.10.2.

Note
readonly Integer sid
Section 7.13.11.2