Stream Functions

Click one of the following functions for more information:

web_stream_closeCloses a media stream.
web_stream_get_param_doubleReturns the state of the stream.
web_stream_get_param_intReturns the state of the stream.
web_stream_get_param_stringGets the state of the stream and saves it in a parameter.
web_stream_openOpens a media stream.
web_stream_pausePauses playing a media stream.

web_stream_play

Starts playing a media stream.
web_stream_seekSets the position in a stream.
web_stream_set_param_doubleSets the value of a stream parameter.
web_stream_set_param_intSets the value of a stream parameter.
web_stream_stopStops playing a media stream and sets the stream pointer back to the beginning.
web_stream_waitSuspends script execution during stream download until download condition reached.