vdr
2.2.0
|
#include <epg.h>
Public Member Functions | |
cString | ToString (void) |
bool | FromString (const char *s) |
Public Attributes | |
uchar | stream |
uchar | type |
char | language [MAXLANGCODE2] |
char * | description |
bool tComponent::FromString | ( | const char * | s | ) |
cString tComponent::ToString | ( | void | ) |
Definition at line 25 of file epg.c.
References description, language, stream, and type.
Referenced by cEvent::Dump().
char* tComponent::description |
Definition at line 46 of file epg.h.
Referenced by cEvent::cEvent(), cEvent::Description(), cEvent::Dump(), cEvent::FixEpgBugs(), FromString(), cComponents::SetComponent(), cEvent::SetDescription(), SetTrackDescriptions(), ToString(), cComponents::~cComponents(), and cEvent::~cEvent().
char tComponent::language[MAXLANGCODE2] |
Definition at line 45 of file epg.h.
Referenced by cRecordingInfo::cRecordingInfo(), FromString(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().
uchar tComponent::stream |
Definition at line 43 of file epg.h.
Referenced by cEvent::FixEpgBugs(), FromString(), cComponents::GetComponent(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().
uchar tComponent::type |
Definition at line 44 of file epg.h.
Referenced by cEvent::FixEpgBugs(), FromString(), cComponents::GetComponent(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().