comparison stream/stream.h @ 25135:66f628d13442

Support stream redirection from http to mms, fix bug #927.
author ulion
date Mon, 26 Nov 2007 00:41:21 +0000
parents a5ae2d4973b8
children de09fcf0b4f1
comparison
equal deleted inserted replaced
25134:dcf1bfb29dc8 25135:66f628d13442
41 #define STREAM_SEEK_BW 2 41 #define STREAM_SEEK_BW 2
42 #define STREAM_SEEK_FW 4 42 #define STREAM_SEEK_FW 4
43 #define STREAM_SEEK (STREAM_SEEK_BW|STREAM_SEEK_FW) 43 #define STREAM_SEEK (STREAM_SEEK_BW|STREAM_SEEK_FW)
44 44
45 //////////// Open return code 45 //////////// Open return code
46 #define STREAM_REDIRECTED -2
46 /// This can't open the requested protocol (used by stream wich have a 47 /// This can't open the requested protocol (used by stream wich have a
47 /// * protocol when they don't know the requested protocol) 48 /// * protocol when they don't know the requested protocol)
48 #define STREAM_UNSUPPORTED -1 49 #define STREAM_UNSUPPORTED -1
49 #define STREAM_ERROR 0 50 #define STREAM_ERROR 0
50 #define STREAM_OK 1 51 #define STREAM_OK 1