This structure contains short information about an EIT event. See See EN 300 468 for more info.
import "IToiDvbEitCache.idl";
Public Attributes | |
long | EventId |
string | Name |
unsigned long | Time |
long | Duration |
long | ContentNibbles |
long | ParentalRating |
boolean | FreeCaMode |
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.
unsigned long IToiDvbEitCache::TToiEventInfo::Time |
The starting date of the event, given in seconds since the Unix epoch.