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";
Public Attributes | |
attribute long | eventId |
attribute string | name |
attribute unsigned long | time |
attribute long | duration |
attribute long | contentNibbles |
attribute long | parentalRating |
attribute boolean | freeCaMode |
attribute long ToiDvbEitCacheEventInfo::contentNibbles |
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.
attribute long ToiDvbEitCacheEventInfo::duration |
The duration of the event in seconds.
attribute long ToiDvbEitCacheEventInfo::eventId |
The identifier of the event.
attribute boolean ToiDvbEitCacheEventInfo::freeCaMode |
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.
attribute string ToiDvbEitCacheEventInfo::name |
The name of the event, UTF-8 encoded.
attribute long ToiDvbEitCacheEventInfo::parentalRating |
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.