py/stream.h: Add bigger inventory of stream ioctl's.
This commit is contained in:
parent
f38e8f5217
commit
a45e280c58
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue