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 |
|
|
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. |
|
|
This seeks the stream to the position indicated in the parameter. The parameter is a (guint32 *). |
|
|
This returns through the parameter the size of the stream |
|
|
This skips a certain amount of bytes in the current stream. |
|
|
This returns through the parameter the current position in the stream |
1.2.14 written by Dimitri van Heesch,
© 1997-2002