AudioTaskInformation Struct Reference
Structure containing Task information.
#include <iAudioTask.h>
Public Member Functions | |
| AudioTaskInformation (dpyAudio::Port p, std::string a, dpyAudio::AudioTaskStatus s, dpyAudio::TaskType t, std::list< dpyAudio::AudioConfig > c) | |
| AudioTaskInformation constructor. More... | |
Public Attributes | |
| dpyAudio::Port | port |
| Port information. | |
| std::string | audioFilePath = "" |
| Audio file corresponding to the Task. | |
| dpyAudio::AudioTaskStatus | status = UNKNOWN_STATUS |
| Status corresponding to the Task. | |
| dpyAudio::TaskType | type = PLAY |
| Type of audio task. | |
| std::list< dpyAudio::AudioConfig > | configurations |
| Configurations of the audio task. | |
Constructor & Destructor Documentation
| AudioTaskInformation | ( | dpyAudio::Port | p, |
| std::string | a, | ||
| dpyAudio::AudioTaskStatus | s, | ||
| dpyAudio::TaskType | t, | ||
| std::list< dpyAudio::AudioConfig > | c | ||
| ) |
- Parameters
-
p port a audioFilePath s status t type c configurations
