|
MythTV
0.26-pre
|
Public Member Functions | |
| MPEG2audType (const RecordingProfile &parent, bool layer1, bool layer2, bool layer3) | |
| void | Load (void) |
Private Attributes | |
| bool | allow_layer1 |
| bool | allow_layer2 |
| bool | allow_layer3 |
Definition at line 172 of file recordingprofile.cpp.
| MPEG2audType::MPEG2audType | ( | const RecordingProfile & | parent, |
| bool | layer1, | ||
| bool | layer2, | ||
| bool | layer3 | ||
| ) | [inline] |
Definition at line 175 of file recordingprofile.cpp.
| void MPEG2audType::Load | ( | void | ) | [inline, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 200 of file recordingprofile.cpp.
bool MPEG2audType::allow_layer1 [private] |
Definition at line 232 of file recordingprofile.cpp.
Referenced by Load(), and MPEG2audType().
bool MPEG2audType::allow_layer2 [private] |
Definition at line 233 of file recordingprofile.cpp.
Referenced by Load(), and MPEG2audType().
bool MPEG2audType::allow_layer3 [private] |
Definition at line 234 of file recordingprofile.cpp.
Referenced by Load(), and MPEG2audType().
1.7.6.1