Plugin: Multimedia


A plugin that uses Microsoft.DirectX.AudioVideoPlayback to play audio files. Can be used to play sounds when you're highlighted or as a very basic Mp3-player.

Commands


MM.Open fileName
Opens a file but doesn't start playback.

MM.Play id [autoClose]
Resumes playback if id is a valid Audio id. Opens a file and starts playback if id is a file.
The file will be closed when playback has ended if autoClose is true.
The filename can be relative or even an uri, http streaming is supported (but not shoutcast streams).

Example: /MM.Play "C:\Music\Test.mp3".

MM.Pause id
Pauses playback.

MM.Resume
Alias for MM.Play.

MM.Stop id
Stops playback.

MM.Close id
Stops playback and closes the file.

MM.Seek id position
Sets playback position. Position either be in seconds or percent.

Example: MM.Seek 0 50%.

MM.Volume id [volume]
Sets volume for an opened Audio object if volume is set.

MM.Stats
Displays some statistics.


ChipzIRC, Plugins

There are no comments on this page. [Add comment]