Vizard 7 » Command Index » Vizard objects » multimedia » <multimedia:av>.remove
7.6

<multimedia:av>.remove

Removes the media object.

<multimedia:av>.remove()  

Remarks

This command will remove the media object from memory and free up the resources it occupied.

Return Value

None

Example

sound = viz.addAudio('alarm.wav')
.
.
.
sound.remove()