MythTV
master
|
#include <libmythtv/recorders/recorderbase.h>
Public Member Functions | |
FrameRate (uint n, uint d=1) | |
double | toDouble (void) const |
bool | isNonzero (void) const |
uint | getNum (void) const |
uint | getDen (void) const |
QString | toString (void) const |
bool | operator== (const FrameRate other) const |
bool | operator!= (const FrameRate other) const |
Private Attributes | |
uint | m_num |
uint | m_den |
Definition at line 38 of file recorderbase.h.
Definition at line 41 of file recorderbase.h.
|
inline |
Definition at line 42 of file recorderbase.h.
Referenced by DTVRecorder::FindH2645Keyframes(), DTVRecorder::FindMPEG2Keyframes(), DTVRecorder::FindPSKeyFrames(), and NuppelVideoRecorder::UpdateResolutions().
|
inline |
Definition at line 43 of file recorderbase.h.
Referenced by DTVRecorder::FindH2645Keyframes(), DTVRecorder::FindMPEG2Keyframes(), DTVRecorder::FindPSKeyFrames(), DTVRecorder::UpdateFramesWritten(), and NuppelVideoRecorder::UpdateResolutions().
|
inline |
Definition at line 44 of file recorderbase.h.
Referenced by DTVRecorder::UpdateFramesWritten().
|
inline |
Definition at line 45 of file recorderbase.h.
Referenced by DTVRecorder::UpdateFramesWritten().
|
inline |
Definition at line 46 of file recorderbase.h.
Referenced by DTVRecorder::UpdateFramesWritten().
Definition at line 47 of file recorderbase.h.
Definition at line 50 of file recorderbase.h.
|
private |
Definition at line 52 of file recorderbase.h.
Referenced by getNum(), isNonzero(), operator==(), toDouble(), and toString().
|
private |
Definition at line 53 of file recorderbase.h.
Referenced by getDen(), operator==(), toDouble(), and toString().