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