PlaylistEditorSet(Int32, PlaylistTrackInfo) Method
Sets the extended track info of the specified track.
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.
Parameters
- trackIndex Int32
-
The track index to set its extended track info.
- trackInfo PlaylistTrackInfo
-
A PlaylistTrackInfo instance containing the extended info to set.
IndexOutOfRangeException
|
TrackIndex is out of range
|