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

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
 

Detailed Description

Parental rating object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

U32BIT HBBTV_JSParentalRating_getLabels ( void *  obj)

Integer labels, Section 7.9.4.1.

Note
Integer labels
Section 7.9.4.1
void* HBBTV_JSParentalRating_getName ( void *  obj)

String name, Section 7.9.4.1.

Note
String name
Section 7.9.4.1
void* HBBTV_JSParentalRating_getRegion ( void *  obj)

String region, Section 7.9.4.1.

Note
String region
Section 7.9.4.1
void* HBBTV_JSParentalRating_getScheme ( void *  obj)

String scheme, Section 7.9.4.1.

Note
String scheme
Section 7.9.4.1
U32BIT HBBTV_JSParentalRating_getValue ( void *  obj)

Integer value, Section 7.9.4.1.

Note
Integer encrypted
Section 7.9.4.1