public static interface TrackSelection.Factory
TrackSelection
instances.Modifier and Type | Method and Description |
---|---|
TrackSelection |
createTrackSelection(TrackGroup group,
int... tracks)
Creates a new selection.
|
TrackSelection createTrackSelection(TrackGroup group, int... tracks)
group
- The TrackGroup
. Must not be null.tracks
- The indices of the selected tracks within the TrackGroup
. Must not be
null or empty. May be in any order.