|
HbbTv
17.9.0
Open source HBBTV engine
|
Parental rating object. More...
#include <string.h>#include <stdio.h>#include "techtype.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "object.h"#include "debug.h"#include "hbbtv_string.h"Functions | |
| void * | HBBTV_JSParentalRating_getName (void *obj) |
| String name, Section 7.9.4.1. More... | |
| void * | HBBTV_JSParentalRating_getScheme (void *obj) |
| String scheme, Section 7.9.4.1. More... | |
| U32BIT | HBBTV_JSParentalRating_getValue (void *obj) |
| Integer value, Section 7.9.4.1. More... | |
| U32BIT | HBBTV_JSParentalRating_getLabels (void *obj) |
| Integer labels, Section 7.9.4.1. More... | |
| void * | HBBTV_JSParentalRating_getRegion (void *obj) |
| String region, Section 7.9.4.1. More... | |
| void * | HBBTV_ParentalRatingCreate (S_HBBTV_STRING *scheme, S_HBBTV_STRING *name, U32BIT value, U32BIT labels, S_HBBTV_STRING *region) |
Variables | |
| void * | JS_PARENTAL_RATING_CLASS = &s_vtab |
Parental rating object.
| U32BIT HBBTV_JSParentalRating_getLabels | ( | void * | obj | ) |
Integer labels, Section 7.9.4.1.
| void* HBBTV_JSParentalRating_getName | ( | void * | obj | ) |
String name, Section 7.9.4.1.
| void* HBBTV_JSParentalRating_getRegion | ( | void * | obj | ) |
String region, Section 7.9.4.1.
| void* HBBTV_JSParentalRating_getScheme | ( | void * | obj | ) |
String scheme, Section 7.9.4.1.
| U32BIT HBBTV_JSParentalRating_getValue | ( | void * | obj | ) |
Integer value, Section 7.9.4.1.
1.8.6