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:
authorPeter Schlaile <peter@schlaile.de>2006-02-05 22:36:32 +0300
committerPeter Schlaile <peter@schlaile.de>2006-02-05 22:36:32 +0300
commit680756393a7be40706826bbbd580269a2a71cc4a (patch)
tree0abcd40078c4c4bbcd568f4c7ca05048fa367715 /source/blender/include/BSE_seqaudio.h
parent6c29ba8494e58b704a34bf86e088c3ec86b6fd97 (diff)
- Header changes to support hdaudio, memcache limitor and framecount boost.
Diffstat (limited to 'source/blender/include/BSE_seqaudio.h')
-rw-r--r--source/blender/include/BSE_seqaudio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_seqaudio.h b/source/blender/include/BSE_seqaudio.h
index f395ac4b90e..985c4be73d2 100644
--- a/source/blender/include/BSE_seqaudio.h
+++ b/source/blender/include/BSE_seqaudio.h
@@ -43,6 +43,7 @@
void audio_mixdown();
void audio_makestream(bSound *sound);
void audiostream_play(Uint32 startframe, Uint32 duration, int mixdown);
+void audiostream_fill(Uint8* mixdown, int len);
void audiostream_start(Uint32 frame);
void audiostream_scrub(Uint32 frame);
void audiostream_stop(void);