We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32ef3 commit 524e3e6Copy full SHA for 524e3e6
1 file changed
src/rtmixer.h
@@ -41,6 +41,6 @@ struct state
41
struct action* actions; // Singly linked list of actions
42
};
43
44
-int callback(const void* input, void* output, frame_t frames
45
- , const PaStreamCallbackTimeInfo* time, PaStreamCallbackFlags status
46
- , void* userdata);
+int callback(const void* input, void* output, frame_t frameCount
+ , const PaStreamCallbackTimeInfo* timeInfo, PaStreamCallbackFlags statusFlags
+ , void* userData);
0 commit comments