MythTV  master
Public Member Functions | Public Attributes | List of all members
GeneralDBOptions Class Reference

#include <libmythtv/tv_rec.h>

Collaboration diagram for GeneralDBOptions:
[legend]

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}
 

Detailed Description

Definition at line 65 of file tv_rec.h.

Constructor & Destructor Documentation

◆ GeneralDBOptions()

GeneralDBOptions::GeneralDBOptions ( )
default

Member Data Documentation

◆ m_videoDev

QString GeneralDBOptions::m_videoDev

◆ m_vbiDev

QString GeneralDBOptions::m_vbiDev

Definition at line 71 of file tv_rec.h.

Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().

◆ m_audioDev

QString GeneralDBOptions::m_audioDev

Definition at line 72 of file tv_rec.h.

Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().

◆ m_inputType

QString GeneralDBOptions::m_inputType {"V4L"}

◆ m_audioSampleRate

int GeneralDBOptions::m_audioSampleRate {-1}

Definition at line 74 of file tv_rec.h.

Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().

◆ m_skipBtAudio

bool GeneralDBOptions::m_skipBtAudio {false}

Definition at line 75 of file tv_rec.h.

Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().

◆ m_signalTimeout

uint GeneralDBOptions::m_signalTimeout {1000}

Definition at line 76 of file tv_rec.h.

Referenced by TVRec::GetDevices().

◆ m_channelTimeout

uint GeneralDBOptions::m_channelTimeout {3000}

Definition at line 77 of file tv_rec.h.

Referenced by TVRec::GetDevices(), TVRec::TuningFrequency(), and TVRec::TuningSignalCheck().

◆ m_waitForSeqstart

bool GeneralDBOptions::m_waitForSeqstart {false}

Definition at line 78 of file tv_rec.h.

Referenced by RecorderBase::CreateRecorder(), and TVRec::GetDevices().


The documentation for this class was generated from the following file: