PlaylistEditorGetTrack(Int32) Method
Gets the track path and its extended track information (if any) of the specified track index in the playlist.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- trackIndex Int32
-
The track index.
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
.