Summary
Selects the subsong at the specified index for playback.
Syntax
public bool SelectSubsong(int subsongIndex)
Parameters
Name | Type | Description |
---|---|---|
subsongIndex | int | The index of the subsong to select. |
Return Value
Type | Description |
---|---|
bool | true if the subsong was successfully selected; otherwise, false . |