MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
AudioFile Constructor (filePath, id)
NamespacesMPfm.SoundAudioFileAudioFile(String, Guid)
Constructor for the AudioFile class. 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,
	Guid id
)
Public Sub New ( _
	filePath As String, _
	id As Guid _
)
Parameters
filePath (String)
Full path to the audio file
id (Guid)
Unique identifier for database storage (if needed)

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