IPluginHost.OnMediaPlayerPlaybackStarted Event

AdiIRC API v2

IPluginHostOnMediaPlayerPlaybackStarted Event

Delegate gets called when the selected media player begins playing a media file

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event MediaPlayerPlaybackStarted OnMediaPlayerPlaybackStarted
Event OnMediaPlayerPlaybackStarted As MediaPlayerPlaybackStarted
 event MediaPlayerPlaybackStarted^ OnMediaPlayerPlaybackStarted {
	void add (MediaPlayerPlaybackStarted^ value);
	void remove (MediaPlayerPlaybackStarted^ value);
}
abstract OnMediaPlayerPlaybackStarted : IEvent<MediaPlayerPlaybackStarted,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesMediaPlayerPlaybackStarted
Remarks
Scripted Event Equivalent: on SONG
See Also