PlaylistEditorGetTrack(String) Method
Gets the extended track information (if any) of the specified track 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.
- filepath String
-
The track path.
PlaylistTrackInfo
If the track contains extended iformation,
the return value is a
PlaylistTrackInfo instance containing the track info.
Otherwise, the return value is an emptiness
PlaylistTrackInfo instance.