Purpose
 
 
 Get the current offset
 
in a transcoder stream.
 
  Synopsis
 
 
 int XNLSgetoffset(XNLSstream stream);
 
 
  Argument
 
  
  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