|
MythTV
0.26-pre
|
#include <channelutil.h>
Public Member Functions | |
| pid_cache_item_t () | |
| pid_cache_item_t (uint _pid, uint _sid_tid) | |
| uint | GetPID (void) const |
| uint | GetStreamID (void) const |
| uint | GetTableID (void) const |
| uint | GetID (void) const |
| bool | IsPCRPID (void) const |
| bool | IsPermanent (void) const |
| uint | GetComposite (void) const |
Private Attributes | |
| uint | pid |
| uint | sid_tid |
Definition at line 23 of file channelutil.h.
| pid_cache_item_t::pid_cache_item_t | ( | ) | [inline] |
Definition at line 26 of file channelutil.h.
| pid_cache_item_t::pid_cache_item_t | ( | uint | _pid, |
| uint | _sid_tid | ||
| ) | [inline] |
Definition at line 27 of file channelutil.h.
| uint pid_cache_item_t::GetPID | ( | void | ) | const [inline] |
Definition at line 29 of file channelutil.h.
Referenced by lt_pidcache().
| uint pid_cache_item_t::GetStreamID | ( | void | ) | const [inline] |
Definition at line 30 of file channelutil.h.
| uint pid_cache_item_t::GetTableID | ( | void | ) | const [inline] |
Definition at line 32 of file channelutil.h.
| uint pid_cache_item_t::GetID | ( | void | ) | const [inline] |
Definition at line 34 of file channelutil.h.
| bool pid_cache_item_t::IsPCRPID | ( | void | ) | const [inline] |
Definition at line 35 of file channelutil.h.
| bool pid_cache_item_t::IsPermanent | ( | void | ) | const [inline] |
Definition at line 36 of file channelutil.h.
| uint pid_cache_item_t::GetComposite | ( | void | ) | const [inline] |
Definition at line 37 of file channelutil.h.
uint pid_cache_item_t::pid [private] |
Definition at line 39 of file channelutil.h.
uint pid_cache_item_t::sid_tid [private] |
Definition at line 40 of file channelutil.h.
1.7.6.1