MediaPlayerPlaybackStartedArgs.Song Property

AdiIRC API v2

MediaPlayerPlaybackStartedArgsSong Property

Returns the artist - title of the new song playing

Namespace:  AdiIRCAPIv2.Arguments.MediaPlayback
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string Song { get; }
Public ReadOnly Property Song As String
	Get
public:
property String^ Song {
	String^ get ();
}
member Song : string with get

Property Value

Type: String
See Also