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

Parental rating scheme collection object. More...

#include "techtype.h"
#include "hbbtv_js.h"
#include "object.h"
#include "debug.h"
#include "hbbtv_string.h"
#include "collection.h"
#include "parental_rating_scheme.h"

Functions

void * HBBTV_JSCollection_getParentalRatingScheme (void *obj, S_HBBTV_STRING *name)
 ParentalRatingScheme getParentalRatingScheme, Section 7.9.3.2. More...
 
void * HBBTV_JSCollection_addParentalRatingScheme (void *obj, S_HBBTV_STRING *name, S_HBBTV_STRING *values)
 ParentalRatingScheme addParentalRatingScheme, Section 7.9.3.2. More...
 

Detailed Description

Parental rating scheme collection object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

void* HBBTV_JSCollection_addParentalRatingScheme ( void *  obj,
S_HBBTV_STRING name,
S_HBBTV_STRING values 
)

ParentalRatingScheme addParentalRatingScheme, Section 7.9.3.2.

Note
ParentalRatingScheme addParentalRatingScheme
Section 7.9.3.2
void* HBBTV_JSCollection_getParentalRatingScheme ( void *  obj,
S_HBBTV_STRING name 
)

ParentalRatingScheme getParentalRatingScheme, Section 7.9.3.2.

Note
ParentalRatingScheme getParentalRatingScheme
Section 7.9.3.2