PlaylistEditorSet(String, PlaylistTrackInfo) Method

Sets the extended track info of the specified track.

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 void Set(
	string filepath,
	PlaylistTrackInfo trackInfo
)

Parameters

filepath  String
The track path to set its extended track info.
trackInfo  PlaylistTrackInfo
A PlaylistTrackInfo instance containing the extended info to set.

Exceptions

Exception The TrackPath was not found in the playlist.

See Also