Initializing help system before first use

XNLSgetoffset

XNLSgetoffset


Purpose
Get the current offset in a transcoder stream.
Synopsis
int XNLSgetoffset(XNLSstream stream);
Argument
stream 
A stream
Return value
Current offset in the stream.
Further information
The offset corresponds to the total amount of data written (for an output stream) or read (for an input stream).
Related topics