media_pause(var handle)

Pauses the multimedia stream with the handed over handle.

Parameters:

handle - File handle of the multimedia file

Example:

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

See also:

media_play, media_playing, media_start, media_stop, media_tune, media_layer, media_handle