PlaylistEditorAdd(PlaylistTrackInfo, Boolean) Method

Adds a new track entry in the playlist, with extended track information.

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 Add(
	PlaylistTrackInfo trackInfo,
	bool allowDuplicate = false
)

Parameters

trackInfo  PlaylistTrackInfo
A PlaylistTrackInfo instance containing the extended track information.
allowDuplicate  Boolean  (Optional)

[Missing <param name="allowDuplicate"/> documentation for "M:DevCase.Core.Media.Sound.PlaylistEditor.Add(DevCase.Core.Media.Sound.PlaylistTrackInfo,System.Boolean)"]

See Also