| DVBLink Remote API Library documentation
    0.2.0-Master
    | 
Class for set recording settings requests. More...
 
  
 | Public Member Functions | |
| SetRecordingSettingsRequest (const int timeMarginBeforeScheduledRecordings, const int timeMarginAfterScheduledRecordings, const std::string &recordingPath) | |
| Initializes a new instance of the dvblinkremote::SetRecordingSettingsRequest class. | |
| ~SetRecordingSettingsRequest () | |
| Destructor for cleaning up allocated memory. | |
| int | GetTimeMarginBeforeScheduledRecordings () | 
| Gets the configured time margin before a schedule recording is started. | |
| int | GetTimeMarginAfterScheduledRecordings () | 
| Gets the configured time margin after a schedule recording is stopped. | |
| std::string & | GetRecordingPath () | 
| Gets the configured file system path where recordings will be stored. | |
Class for set recording settings requests.
This is used as input parameter for the IDVBLinkRemoteConnection::SetRecordingSettings method.
| dvblinkremote::SetRecordingSettingsRequest::SetRecordingSettingsRequest | ( | const int | timeMarginBeforeScheduledRecordings, | 
| const int | timeMarginAfterScheduledRecordings, | ||
| const std::string & | recordingPath | ||
| ) | 
Initializes a new instance of the dvblinkremote::SetRecordingSettingsRequest class.
| dvblinkremote::SetRecordingSettingsRequest::~SetRecordingSettingsRequest | ( | ) | 
Destructor for cleaning up allocated memory.
| std::string& dvblinkremote::SetRecordingSettingsRequest::GetRecordingPath | ( | ) | 
Gets the configured file system path where recordings will be stored.
| int dvblinkremote::SetRecordingSettingsRequest::GetTimeMarginAfterScheduledRecordings | ( | ) | 
Gets the configured time margin after a schedule recording is stopped.
| int dvblinkremote::SetRecordingSettingsRequest::GetTimeMarginBeforeScheduledRecordings | ( | ) | 
Gets the configured time margin before a schedule recording is started.