comparison stream/stream.h @ 21657:5f5ed194b54b

new STREAM_CTRL_GET_SIZE to get size of output stream
author nicodvb
date Mon, 18 Dec 2006 20:54:38 +0000
parents b7e2f8fd263e
children 52c574919687
comparison
equal deleted inserted replaced
21656:32c50eb3ff18 21657:5f5ed194b54b
56 #define STREAM_CTRL_SEEK_TO_CHAPTER 2 56 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
57 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3 57 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3
58 #define STREAM_CTRL_GET_NUM_CHAPTERS 4 58 #define STREAM_CTRL_GET_NUM_CHAPTERS 4
59 #define STREAM_CTRL_GET_CURRENT_TIME 5 59 #define STREAM_CTRL_GET_CURRENT_TIME 5
60 #define STREAM_CTRL_SEEK_TO_TIME 6 60 #define STREAM_CTRL_SEEK_TO_TIME 6
61 #define STREAM_CTRL_GET_SIZE 7
61 62
62 #ifdef MPLAYER_NETWORK 63 #ifdef MPLAYER_NETWORK
63 #include "network.h" 64 #include "network.h"
64 #endif 65 #endif
65 66