blob: 957cd4f989e371c53ec7d6ed3d2620f36d68bb92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/common/pa_stream.h.orig 2018-07-17 06:44:39 UTC
+++ src/common/pa_stream.h
@@ -152,6 +152,7 @@ typedef struct PaUtilStreamRepresentation {
PaStreamFinishedCallback *streamFinishedCallback;
void *userData;
PaStreamInfo streamInfo;
+ PaHostApiTypeId hostApiType;
} PaUtilStreamRepresentation;
|