![]() |
HBBTV
22.11.0
|
Parental rating scheme object. More...
#include <string.h>#include <stdio.h>#include "techtype.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "hbbtv_sif_conf.h"#include "object.h"#include "hbbtv_string.h"#include "collection.h"#include "parental_rating.h"Classes | |
| struct | S_PARENTAL_RATING_SCHEME |
Functions | |
| const U8BIT * | HBBTV_PRatingScheme_DVB_SI (void) |
| void * | HBBTV_JSParentalRatingScheme_getName (void *obj) |
| readonly String name, Section 7.9.2.1 More... | |
| U32BIT | HBBTV_JSParentalRatingScheme_getLength (void *obj) |
| readonly Integer length, Section 7.9.2.1 More... | |
| void * | HBBTV_JSParentalRatingScheme_getThreshold (void *obj) |
| readonly ParentalRating threshold, Section 7.9.2.1 More... | |
| S32BIT | HBBTV_JSParentalRatingScheme_indexOf (void *obj, S_HBBTV_STRING *ratingValue) |
| Integer indexOf, Section 7.9.2.2. More... | |
| void * | HBBTV_JSParentalRatingScheme_item (void *obj, U32BIT index) |
| String item, Section 7.9.2.2. More... | |
| void * | HBBTV_JSParentalRatingScheme_iconUri (void *obj, U32BIT index) |
| String iconUri, Section 7.9.2.2. More... | |
| void * | HBBTV_PRatingSchemeCreate (S_HBBTV_STRING *name, S_HBBTV_STRING *values) |
Variables | |
| void * | JS_PARENTAL_RATING_SCHEME_CLASS = &s_vtab |
Parental rating scheme object.
| U32BIT HBBTV_JSParentalRatingScheme_getLength | ( | void * | obj | ) |
readonly Integer length, Section 7.9.2.1
| void* HBBTV_JSParentalRatingScheme_getName | ( | void * | obj | ) |
readonly String name, Section 7.9.2.1
| void* HBBTV_JSParentalRatingScheme_getThreshold | ( | void * | obj | ) |
readonly ParentalRating threshold, Section 7.9.2.1
| void* HBBTV_JSParentalRatingScheme_iconUri | ( | void * | obj, |
| U32BIT | index | ||
| ) |
String iconUri, Section 7.9.2.2.
| S32BIT HBBTV_JSParentalRatingScheme_indexOf | ( | void * | obj, |
| S_HBBTV_STRING * | ratingValue | ||
| ) |
Integer indexOf, Section 7.9.2.2.
| void* HBBTV_JSParentalRatingScheme_item | ( | void * | obj, |
| U32BIT | index | ||
| ) |
String item, Section 7.9.2.2.
| void* HBBTV_PRatingSchemeCreate | ( | S_HBBTV_STRING * | name, |
| S_HBBTV_STRING * | values | ||
| ) |
1.8.11