Main Page   Modules   Compound List   File List   Compound Members   File Members  

XLV Plugin Stream
[XLV Plugin API]


XLV Plugin Stream API

#define XLV_STREAM_RESET   10
#define XLV_STREAM_SEEK   11
#define XLV_STREAM_SKIP   12
#define XLV_STREAM_TELL   13
#define XLV_STREAM_SIZE   14
#define XLV_STREAM_ENABLE_CACHE   15
#define XLV_STREAM_DISABLE_CACHE   16

Define Documentation

#define XLV_STREAM_RESET   10
 

This resets the state of stream. Actually, this should set the position to 0, but it may be preferred because it induces less data transfer.

#define XLV_STREAM_SEEK   11
 

This seeks the stream to the position indicated in the parameter. The parameter is a (guint32 *).

#define XLV_STREAM_SIZE   14
 

This returns through the parameter the size of the stream

#define XLV_STREAM_SKIP   12
 

This skips a certain amount of bytes in the current stream.

#define XLV_STREAM_TELL   13
 

This returns through the parameter the current position in the stream


Generated on Mon Jul 1 19:39:12 2002 for XLV by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002