public final class StreamKey extends java.lang.Object implements java.lang.Comparable<StreamKey>
| Modifier and Type | Field and Description |
|---|---|
int |
groupIndex
The group index.
|
int |
periodIndex
The period index.
|
int |
trackIndex
The track index.
|
| Constructor and Description |
|---|
StreamKey(int groupIndex,
int trackIndex) |
StreamKey(int periodIndex,
int groupIndex,
int trackIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StreamKey o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final int periodIndex
public final int groupIndex
public final int trackIndex
public StreamKey(int groupIndex,
int trackIndex)
groupIndex - The group index.trackIndex - The track index.public StreamKey(int periodIndex,
int groupIndex,
int trackIndex)
periodIndex - The period index.groupIndex - The group index.trackIndex - The track index.