summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/stream.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/py/stream.h b/py/stream.h
index 8e7f8af631..3df669fdac 100644
--- a/py/stream.h
+++ b/py/stream.h
@@ -34,6 +34,12 @@
#define MP_STREAM_FLUSH (1)
#define MP_STREAM_SEEK (2)
#define MP_STREAM_POLL (3)
+//#define MP_STREAM_CLOSE (4) // Not yet implemented
+#define MP_STREAM_TIMEOUT (5) // Get/set timeout (single op)
+#define MP_STREAM_GET_OPTS (6) // Get stream options
+#define MP_STREAM_SET_OPTS (7) // Set stream options
+#define MP_STREAM_GET_DATA_OPTS (8) // Get data/message options
+#define MP_STREAM_SET_DATA_OPTS (9) // Set data/message options
// Argument structure for MP_STREAM_SEEK
struct mp_stream_seek_t {