Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_ReadDevice.h')
-rw-r--r--intern/audaspace/intern/AUD_ReadDevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/audaspace/intern/AUD_ReadDevice.h b/intern/audaspace/intern/AUD_ReadDevice.h
index 3ec48e6ebca..2d0e37c44c1 100644
--- a/intern/audaspace/intern/AUD_ReadDevice.h
+++ b/intern/audaspace/intern/AUD_ReadDevice.h
@@ -80,6 +80,10 @@ public:
*/
bool read(data_t* buffer, int length);
+ /**
+ * Changes the output specification.
+ * \param specs The new audio data specification.
+ */
void changeSpecs(AUD_Specs specs);
};