PlaylistEditorGetTrack(String) Method

Gets the extended track information (if any) of the specified track in the playlist.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public PlaylistTrackInfo GetTrack(
	string filepath
)

Parameters

filepath  String
The track path.

Return Value

PlaylistTrackInfo
If the track contains extended iformation, the return value is a PlaylistTrackInfo instance containing the track info.

Otherwise, the return value is an emptiness PlaylistTrackInfo instance.

See Also