Initializing help system before first use

XNLSgetenc

XNLSgetenc


Purpose
Get the encoding ID and status of a transcoder stream.
Synopsis
int XNLSgetenc(XNLSstream stream, int *status);
Arguments
stream 
A stream
status 
An area where to return the current status of the stream (may be NULL)
initial state
normal processing
a BOM has been found
end of file
error
Return value
Current encoding ID of the stream.
Related topics