Inserts an item at a specific location in the playlist.
Declaration Syntax
public void InsertItem(
string filePath,
int index
)
Public Sub InsertItem ( _
filePath As String, _
index As Integer _
)
Parameters
- filePath (String)
- Audio file path
- index (Int32)
- The item will be inserted before this index
Assembly:
MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)