21 #ifndef STREAMRECORDER_H 22 #define STREAMRECORDER_H 24 #include "Components/PlayManager/PlayState.h" 25 #include "Utils/Settings/SayonaraClass.h" 26 #include "Utils/Pimpl.h" 32 namespace StreamRecorder
54 QString check_target_path(
const QString& target_path);
63 QString change_track(
const MetaData& md);
69 bool is_recording()
const;
77 #endif // STREAMRECORDER_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
PlayState
The PlayState enum.
Definition: PlayState.h:28
The StreamRecorder class.
Definition: StreamRecorder.h:38