media_pause(var handle)

Pauses the multimedia stream with the handed over handle.

Parameters:

handle - File handle of the multimedia file

Example:

// Play film"news.avi" on the entities' texture tv_model with the maximum loudness
var mhandle = media_play("news.avi",bmap_for_entity(tv_model,0),100);
...
media_pause(mhandle); // pause the stream

See also:

media_play, media_playing, media_start, media_stop, media_tune, media_layer

► latest version online