#include <FBLib_EPG.h>
Data Fields | |
| bool | TimeFilter |
| dword | StartTime |
| dword | EndTime |
| bool | ChannelFilter |
| word | NetworkID |
| word | TSID |
| word | ServiceID |
| byte | SatIndex |
| bool | StartCurrent |
| bool | DurationFilter |
| word | MinDuration |
| word | MaxDuration |
| bool | GenreFilter |
| byte * | GenreArray |
| byte | GenreArraySize |
| bool | UseCallback |
| void * | Callback |
Definition at line 9 of file FBLib_EPG.h.
| void* tEPGFilter::Callback |
Definition at line 31 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterCallback().
| bool tEPGFilter::ChannelFilter |
Definition at line 15 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| bool tEPGFilter::DurationFilter |
Definition at line 22 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterDuration().
| dword tEPGFilter::EndTime |
Definition at line 13 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterTime().
| byte* tEPGFilter::GenreArray |
Definition at line 27 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterGenre(), and EPGInfo_Free().
| byte tEPGFilter::GenreArraySize |
Definition at line 28 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterGenre().
| bool tEPGFilter::GenreFilter |
Definition at line 26 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterGenre().
| word tEPGFilter::MaxDuration |
Definition at line 24 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterDuration().
| word tEPGFilter::MinDuration |
Definition at line 23 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterDuration().
| word tEPGFilter::NetworkID |
Definition at line 16 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| byte tEPGFilter::SatIndex |
Definition at line 19 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| word tEPGFilter::ServiceID |
Definition at line 18 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| bool tEPGFilter::StartCurrent |
Definition at line 20 of file FBLib_EPG.h.
Referenced by EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| dword tEPGFilter::StartTime |
Definition at line 12 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterTime().
| bool tEPGFilter::TimeFilter |
Definition at line 11 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterTime().
| word tEPGFilter::TSID |
Definition at line 17 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), EPGInfo_FilterChannelByIndex(), and EPGInfo_FindFirst().
| bool tEPGFilter::UseCallback |
Definition at line 30 of file FBLib_EPG.h.
Referenced by EPGInfo_CloneToCache(), and EPGInfo_FilterCallback().