Public Member Functions | |
ChannelRecord () | |
Constructor, zero out all fields. | |
void | Print (int verbosity) |
Print channel record. | |
Public Attributes | |
int | mRecType |
mRecType == gIdChannel | |
Id | mKey |
grabtv channel key, ex: I10987. TODO: Is this needed? | |
int | mNumber |
Channel number: example ==60. | |
Id | mName |
Channel name (examples ESPN, KGW, NIK). | |
Id | mDesc |
Channel description (example: Cable News Network). | |
Id | mType |
satellite, affiliate, pay, educational, etc. | |
Id | mNetwork |
Note: mNetwork is ==0 if no network. | |
int | mProgramLink |
File pos of a program in this channel. |
|
Constructor, zero out all fields.
|
|
Print channel record.
|
|
Channel description (example: Cable News Network).
|
|
grabtv channel key, ex: I10987. TODO: Is this needed?
|
|
Channel name (examples ESPN, KGW, NIK).
|
|
Note: mNetwork is ==0 if no network.
|
|
Channel number: example ==60.
|
|
File pos of a program in this channel.
|
|
mRecType == gIdChannel
|
|
satellite, affiliate, pay, educational, etc.
|