ToiDvbEitCacheEventInfo Interface Reference


Description

This is the documentation for ToiDvbEitCacheEventInfo.
This structure contains short information about an EIT event. See See EN 300 468 for more info. Use toi.statics.ToiDvbEitCacheEventInfo.create(<eventId>, <name>, <time>, <duration>, <contentNibbles>, <parentalRating>, <freeCaMode>) to create an instance of ToiDvbEitCacheEventInfo.

import "ToiDvbEitCacheEventInfo.idl";

List of all members.

Public Attributes

attribute long eventId
attribute string name
attribute unsigned long time
attribute long duration
attribute long contentNibbles
attribute long parentalRating
attribute boolean freeCaMode

Member Data Documentation

The content nibbles cocatenated into a long in the format 0x0000abcd, where a is content_nibble_level1, b is content_nibble_level_2, c is user_nibble_1, and d is user_nibble_2.

The duration of the event in seconds.

The identifier of the event.

False indicates that not none of the component streams of the event are scrambled; True indicates that access to one or more streams is controlled by a CA system.

The name of the event, UTF-8 encoded.

The parental rating as given in the parental rating descriptor.

attribute unsigned long ToiDvbEitCacheEventInfo::time

The starting date of the event, given in seconds since the Unix epoch.