This is the documentation for ToiDvbEitCacheComponent.
This structure represents the component descriptor inside an event. See EN 300 468 for more info. Use toi.statics.ToiDvbEitCacheComponent.create(<streamContent>, <componentType>, <tag>, <languageCode>, <description>) to create an instance of ToiDvbEitCacheComponent.
import "ToiDvbEitCacheComponent.idl";
Public Attributes | |
attribute long | streamContent |
attribute long | componentType |
attribute long | tag |
attribute ToiDvbEitCache::TToiLanguageCode | languageCode |
attribute string | description |
attribute long ToiDvbEitCacheComponent::componentType |
The type of the component.
attribute string ToiDvbEitCacheComponent::description |
The description of the component, UTF-8 encoded.
The ISO 639 lanague code. It identifies the language of the component (in the case of audio or subtitle and of the description).
attribute long ToiDvbEitCacheComponent::streamContent |
The stream content of the component.
attribute long ToiDvbEitCacheComponent::tag |
The tag of the component.