AudibleT
0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
Loading...
Searching...
No Matches
include
SessionType.h
Go to the documentation of this file.
1
//=======================================================================
25
//=======================================================================
26
27
#ifndef SESSIONTYPE_H
28
#define SESSIONTYPE_H
29
41
enum class
SessionType
{
42
Stopped
,
43
Running
,
44
Paused
,
45
};
46
47
#endif
// SESSIONTYPE_H
48
SessionType
SessionType
Represents the state of a testing session.
Definition:
SessionType.h:41
SessionType::Running
@ Running
The session is currently running.
SessionType::Stopped
@ Stopped
The session is currently stopped.
SessionType::Paused
@ Paused
The session is currently paused.
Generated by
1.9.6