Stream Functions
Click one of the following functions for more information:
web_stream_close | Closes a media stream. |
web_stream_get_param_double | Returns the state of the stream. |
web_stream_get_param_int | Returns the state of the stream. |
web_stream_get_param_string | Gets the state of the stream and saves it in a parameter. |
web_stream_open | Opens a media stream. |
web_stream_pause | Pauses playing a media stream. |
Starts playing a media stream. | |
web_stream_seek | Sets the position in a stream. |
web_stream_set_param_double | Sets the value of a stream parameter. |
web_stream_set_param_int | Sets the value of a stream parameter. |
web_stream_stop | Stops playing a media stream and sets the stream pointer back to the beginning. |
web_stream_wait | Suspends script execution during stream download until download condition reached. |