Public Member Functions | |
ProgramRecord () | |
Constructor. | |
int | IsNew () |
True if Original date within 2 days of start. | |
int | FindCat (Id catId) |
Return 1 if category found, 0 otherwise. | |
Public Attributes | |
int | mRecType |
mRecType == gIdProgram | |
double | mStart |
Date+Time of start of program. | |
double | mStop |
Date+Time of end of program. | |
int | mChannel |
File offset of channel record for this program. | |
int | mChannelLink |
Offset to program in same channel. | |
Id | mTitle |
Program title. | |
int | mSubTitle |
?Offset to subtitle words | |
int | mDesc |
?offset to description | |
int | mCredits |
? offset to credit Pairs of title+inst (person) | |
int | mCreditsCount |
double | mOriginalDate |
Original air date. | |
int | mCategory |
Offset to category Ids. | |
int | mRating |
Offset to rating Ids. | |
int | mPreviouslyShownFlag |
int | mIsMovie |
True if it has an MPAA rating. |
|
Constructor.
|
|
Return 1 if category found, 0 otherwise.
|
|
True if Original date within 2 days of start.
|
|
Offset to category Ids.
|
|
File offset of channel record for this program.
|
|
Offset to program in same channel.
|
|
? offset to credit Pairs of title+inst (person)
|
|
|
|
?offset to description
|
|
True if it has an MPAA rating.
|
|
Original air date.
|
|
|
|
Offset to rating Ids.
|
|
mRecType == gIdProgram
|
|
Date+Time of start of program.
|
|
Date+Time of end of program.
|
|
?Offset to subtitle words
|
|
Program title.
|