Open topic with navigation
<multimedia:av>.remove
Removes the media object.
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()