MythTV
master
|
#include <libmythtv/tv_rec.h>
Public Member Functions | |
GeneralDBOptions ()=default | |
Public Attributes | |
QString | m_videoDev |
QString | m_vbiDev |
QString | m_audioDev |
QString | m_inputType {"V4L"} |
int | m_audioSampleRate {-1} |
bool | m_skipBtAudio {false} |
uint | m_signalTimeout {1000} |
uint | m_channelTimeout {3000} |
bool | m_waitForSeqstart {false} |
|
default |
QString GeneralDBOptions::m_videoDev |
Definition at line 70 of file tv_rec.h.
Referenced by ChannelBase::CreateChannel(), RecorderBase::CreateRecorder(), TVRec::GetDevices(), and TVRec::LoadProfile().
QString GeneralDBOptions::m_vbiDev |
Definition at line 71 of file tv_rec.h.
Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().
QString GeneralDBOptions::m_audioDev |
Definition at line 72 of file tv_rec.h.
Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().
QString GeneralDBOptions::m_inputType {"V4L"} |
Definition at line 73 of file tv_rec.h.
Referenced by TVRec::CloseChannel(), ChannelBase::CreateChannel(), TVRec::CreateChannel(), RecorderBase::CreateRecorder(), TVRec::GetDevices(), TVRec::GetMaxBitrate(), TVRec::GetProgramRingBufferForLiveTV(), TVRec::LoadProfile(), TVRec::run(), TVRec::SetSignalMonitoringRate(), TVRec::SetupDTVSignalMonitor(), TVRec::SetupSignalMonitor(), TVRec::SpawnLiveTV(), TVRec::SwitchRecordingRingBuffer(), TVRec::TuningFrequency(), and TVRec::TuningNewRecorder().
int GeneralDBOptions::m_audioSampleRate {-1} |
Definition at line 74 of file tv_rec.h.
Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().
Definition at line 75 of file tv_rec.h.
Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().
uint GeneralDBOptions::m_signalTimeout {1000} |
Definition at line 76 of file tv_rec.h.
Referenced by TVRec::GetDevices().
uint GeneralDBOptions::m_channelTimeout {3000} |
Definition at line 77 of file tv_rec.h.
Referenced by TVRec::GetDevices(), TVRec::TuningFrequency(), and TVRec::TuningSignalCheck().
Definition at line 78 of file tv_rec.h.
Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().