MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
AudioFile Constructor (filePath)
NamespacesMPfm.SoundAudioFileAudioFile(String)
Default constructor for AudioFile. Requires the path to the audio file. Will raise an exception if the file doesn't exists.
Declaration Syntax
C#Visual Basic
public AudioFile(
	string filePath
)
Public Sub New ( _
	filePath As String _
)
Parameters
filePath (String)
Full path to the audio file

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)