PlaylistEditorTracks Property

Gets all the tracks and their extended track information (if any) 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 ReadOnlyCollection<PlaylistTrackInfo> Tracks { get; }

Property Value

ReadOnlyCollectionPlaylistTrackInfo
A ListT object containing the track entries and its extended info (if any).

See Also