IToiDvbEitCache::TToiEventInfo Struct Reference


Description

This structure contains short information about an EIT event. See See EN 300 468 for more info.

import "IToiDvbEitCache.idl";

List of all members.

Public Attributes

long EventId
string Name
unsigned long Time
long Duration
long ContentNibbles
long ParentalRating
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.

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