Previous Up Next

RealState
State of a real connection :
RealBuffering I buffering data (percentage)
RealContacting S contacting server (name of server)
RealOnBegin begining of streaming
RealOnClosed end of streaming
RealOnOpened opening of connection
RealOnPaused paused
RealOnStop stop
RealPosition [I I] (current position --milliseconds--, total length of streaming)

Added in scol v4.5 :
RealError [I S] (integer error code, string error)
now the user can be warned if an error occured in RealPlayer.
- error code values -
    1 : the pixel format of the video doesn't match with what scol is able to process
    2 : the video codec is missing (error string "PNR_DEC_NOT_FOUND"). If such an error happens, the application should warn the user he has to download the last release of RealPlayer.
    3 : other errors. See the error string to get more informations.


RealState (
)