8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38e8f5 commit a45e280Copy full SHA for a45e280
py/stream.h
@@ -34,6 +34,12 @@
34
#define MP_STREAM_FLUSH (1)
35
#define MP_STREAM_SEEK (2)
36
#define MP_STREAM_POLL (3)
37
+//#define MP_STREAM_CLOSE (4) // Not yet implemented
38
+#define MP_STREAM_TIMEOUT (5) // Get/set timeout (single op)
39
+#define MP_STREAM_GET_OPTS (6) // Get stream options
40
+#define MP_STREAM_SET_OPTS (7) // Set stream options
41
+#define MP_STREAM_GET_DATA_OPTS (8) // Get data/message options
42
+#define MP_STREAM_SET_DATA_OPTS (9) // Set data/message options
43
44
// Argument structure for MP_STREAM_SEEK
45
struct mp_stream_seek_t {
0 commit comments