21 #ifndef STREAMRECORDER_H 22 #define STREAMRECORDER_H 24 #include "Components/PlayManager/PlayState.h" 25 #include "Utils/Pimpl.h" 31 namespace StreamRecorder
52 QString checkTargetPath(
const QString& targetPath);
61 QString changeTrack(
const MetaData& md);
67 bool isRecording()
const;
75 #endif // STREAMRECORDER_H PlayState
The PlayState enum.
Definition: PlayState.h:28
The StreamRecorder class.
Definition: StreamRecorder.h:37