public final class TrackSelectionArray extends Object
TrackSelector operation.| Modifier and Type | Field and Description |
|---|---|
int |
length
The number of selections in the result.
|
| Constructor and Description |
|---|
TrackSelectionArray(TrackSelection... trackSelections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TrackSelection |
get(int index)
Returns the selection at a given index.
|
TrackSelection[] |
getAll()
Returns the selections in a newly allocated array.
|
int |
hashCode() |
public final int length
public TrackSelectionArray(TrackSelection... trackSelections)
trackSelections - The selections. Must not be null, but may contain null elements.public TrackSelection get(int index)
index - The index of the selection.public TrackSelection[] getAll()