17 #include <vlutil/vlString.h>
45 virtual bool isFileOpened()
const;
46 virtual void resetIsFileOpened(
bool fileOpened);
51 virtual bool isRecording()
const;
52 virtual void resetIsRecording(
bool recording);
57 virtual bool isPaused()
const;
58 virtual void resetIsPaused(
bool paused);
63 virtual bool isPauseOnRecord()
const;
64 virtual void resetIsPauseOnRecord(
bool pauseOnRecord);
72 bool overwrite,
bool constructFileNameAndPath,
bool constructMediaPipeline,
115 virtual void clearReceivedResponseCounts();
120 static const char* commandToString(
int command);
128 virtual void newFileOpened(
const DtEntityIdentifier& source,
const DtString& filename);
132 virtual void newFileOpened(
const DtString& filename);
137 virtual void newFileFailed(
const DtEntityIdentifier& source,
const DtString& reason);
140 virtual void fileClosed(
const DtEntityIdentifier& source);
144 virtual void fileClosed();
147 virtual void recordingChanged(
const DtEntityIdentifier& source,
bool recordingState);
151 virtual void recordingChanged(
bool recordingState);
154 virtual void recordingPausedChanged(
const DtEntityIdentifier& source,
bool paused);
158 virtual void recordingPausedChanged(
bool paused);
161 virtual void fileEmptyChanged(
const DtEntityIdentifier& source);
165 virtual void fileEmptyChanged();
168 virtual void pauseOnRecordAsChanged(
const DtEntityIdentifier& source,
bool enable);
172 virtual void pauseOnRecordAsChanged(
bool enable);
int myReceivedNewFileFailed
Definition: remoteControlRecordInterface.h:190
bool myIsPauseOnRecord
Definition: remoteControlRecordInterface.h:185
int myReceivedPauseOnRecordAsChanged
Definition: remoteControlRecordInterface.h:194
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
DtFilename myFileName
Definition: remoteControlRecordInterface.h:178
#define DT_DLL_LGR_RCI
Definition: lgrRemoteControlInterface.h:18
bool myIsFileRecording
Definition: remoteControlRecordInterface.h:181
bool myIsFileOpened
Definition: remoteControlRecordInterface.h:179
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
Contains MAKLogger::DtRemoteControlDomainInterface for handling playback remote control messages...
int myReceivedRecordingPausedChanged
Definition: remoteControlRecordInterface.h:192
DtU32 DtSequenceNumber
Definition: remoteControlInterface.h:48
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
int myReceivedFileClosed
Definition: remoteControlRecordInterface.h:189
int myReceivedFileEmptyChanged
Definition: remoteControlRecordInterface.h:193
bool myPendingIsPaused
Definition: remoteControlRecordInterface.h:184
int myReceivedNewFileOpened
Definition: remoteControlRecordInterface.h:188
static const DtEntityIdentifier & wildcardAddress()
The wildcard address.
Contains MAKLogger::DtAbsoluteTime and MAKLogger::DtRelativeTime classes.
int myReceivedRecordingChanged
Definition: remoteControlRecordInterface.h:191
bool myIsPaused
Definition: remoteControlRecordInterface.h:183
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19
bool myPendingIsPauseOnRecord
Definition: remoteControlRecordInterface.h:186
bool myPendingIsFileOpened
Definition: remoteControlRecordInterface.h:180
Responsible for invoking record commands and processing record responses.
Definition: remoteControlRecordInterface.h:26
bool myPendingIsFileRecording
Definition: remoteControlRecordInterface.h:182