MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
AudioFile Constructor (filePath, id, readMetadata)
NamespacesMPfm.SoundAudioFileAudioFile(String, Guid, Boolean)
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,
	bool readMetadata
)
Public Sub New ( _
	filePath As String, _
	id As Guid, _
	readMetadata As Boolean _
)
Parameters
filePath (String)
Full path to the audio file
id (Guid)
Unique identifier for database storage (if needed)
readMetadata (Boolean)
If true, the metadata will be refreshed by reading the audio file metadata (ex: ID3 tags)

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