PlaylistEditorAdd(String, String, TimeSpan, 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(
	string filepath,
	string title,
	TimeSpan length,
	bool allowDuplicate = false
)

Parameters

filepath  String
The track to add.
title  String
The track title.
length  TimeSpan
The track length.
allowDuplicate  Boolean  (Optional)

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

See Also