PlaylistEditorGetTrack(Int32) Method

Gets the track path and its extended track information (if any) of the specified track index 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(
	int trackIndex
)

Parameters

trackIndex  Int32
The track index.

Return Value

PlaylistTrackInfo
If the track index exist, the return value is a PlaylistTrackInfo instance containing the track path and its extended info (if any). Otherwise, the return value is .

See Also