#include <mythdisplay.h>
Public Member Functions | |
| DisplayInfo (void) | |
| DisplayInfo (int r) | |
| int | Rate (void) const |
Public Attributes | |
| QSize | size |
| QSize | res |
| float | rate |
Definition at line 10 of file mythdisplay.h.
| DisplayInfo::DisplayInfo | ( | void | ) | [inline] |
Definition at line 13 of file mythdisplay.h.
| DisplayInfo::DisplayInfo | ( | int | r | ) | [inline] |
Definition at line 14 of file mythdisplay.h.
| int DisplayInfo::Rate | ( | void | ) | const [inline] |
Definition at line 16 of file mythdisplay.h.
Referenced by MythPlayer::InitAVSync(), MythPlayer::ReinitVideo(), and MythPlayer::VideoStart().
| QSize DisplayInfo::size |
Definition at line 17 of file mythdisplay.h.
Referenced by MythDisplay::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), DisplayResOSX::GetDisplayInfo(), and VideoOutput::InitDisplayMeasurements().
| QSize DisplayInfo::res |
Definition at line 18 of file mythdisplay.h.
Referenced by MythDisplay::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), DisplayResOSX::GetDisplayInfo(), and VideoOutput::InitDisplayMeasurements().
| float DisplayInfo::rate |
Definition at line 19 of file mythdisplay.h.
Referenced by MythDisplay::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), DisplayResOSX::GetDisplayInfo(), and Rate().
1.6.3