MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Play Method (query, audioFilePath)
NamespacesMPfmfrmMainPlay(SongQuery, String)
Plays the selected song query in the Song Browser. The playback can be paused to seeked to a specific position before playing. Refreshes UI controls.
Declaration Syntax
C#Visual Basic
public void Play(
	SongQuery query,
	string audioFilePath
)
Public Sub Play ( _
	query As SongQuery, _
	audioFilePath As String _
)
Parameters
query (SongQuery)

[Missing <param name="query"/> documentation for "M:MPfm.frmMain.Play(MPfm.SongQuery,System.String)"]

audioFilePath (String)

[Missing <param name="audioFilePath"/> documentation for "M:MPfm.frmMain.Play(MPfm.SongQuery,System.String)"]

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)