PlaylistEditorSet(Int32, 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(
	int trackIndex,
	PlaylistTrackInfo trackInfo
)

Parameters

trackIndex  Int32
The track index to set its extended track info.
trackInfo  PlaylistTrackInfo
A PlaylistTrackInfo instance containing the extended info to set.

Exceptions

IndexOutOfRangeException TrackIndex is out of range

See Also