public static class Tracklet.Identifier
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
serialNumber
The serial number of the track in the video.
|
java.lang.String |
videoID
Identifier of the video where the track is generated.
|
| Constructor and Description |
|---|
Identifier()
Create an empty identifier.
|
Identifier(java.lang.String videoID,
int serialNumber)
Create an identifier with URL of source video and the serial number.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String videoID
public int serialNumber
public Identifier(@Nonnull
java.lang.String videoID,
int serialNumber)
videoID - Identifier of the video where the track is generated.
This can be the storing URL of the video,
or a combination of the WEBCAM_LOGIN_PARAM address real-time camera and
the starting time of the video fragment.
serialNumber - The serial number of the track in the video (1, 2, 3...).public Identifier()