vdr 2.6.7
|
#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 | ) |
Definition at line 31 of file epg.c.
References description, isempty(), language, stream, and type.
Referenced by cComponents::SetComponent().
cString tComponent::ToString | ( | void | ) |
Definition at line 24 of file epg.c.
References description, language, stream, and type.
Referenced by cEvent::Dump().
char* tComponent::description |
Definition at line 48 of file epg.h.
Referenced by cEvent::FixEpgBugs(), FromString(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().
char tComponent::language[MAXLANGCODE2] |
Definition at line 47 of file epg.h.
Referenced by cRecordingInfo::cRecordingInfo(), FromString(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().
uchar tComponent::stream |
Definition at line 45 of file epg.h.
Referenced by cEvent::FixEpgBugs(), FromString(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().
uchar tComponent::type |
Definition at line 46 of file epg.h.
Referenced by cEvent::FixEpgBugs(), FromString(), cComponents::SetComponent(), SetTrackDescriptions(), and ToString().