GetMusicTrackFromID3 Method

Soulstone

Soulstone
Scan the Id3 Tag of the file on fullPath Path, load and return an Mp3FileLink object.

Namespace:  Soulstone.Mp3
Assembly:  Soulstone.Mp3 (in Soulstone.Mp3.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public MusicTrack GetMusicTrackFromID3(
	string fullPath
)
Visual Basic (Declaration)
Public Function GetMusicTrackFromID3 ( _
	fullPath As String _
) As MusicTrack
Visual C++
public:
MusicTrack^ GetMusicTrackFromID3(
	String^ fullPath
)

Parameters

fullPath
Type: System..::.String
The path of the file to create the MusicTrack.

Return Value

Mp3FileLink object.

See Also