public static class Tracklet.Identifier extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
serialNumber
The serial number of the track in the video.
|
private static long |
serialVersionUID
|
String |
videoID
Identifier of the video where the track is generated.
|
Constructor and Description |
---|
Identifier()
Create an empty identifier.
|
Identifier(String videoID,
int serialNumber)
Create an identifier with URL of source video and the serial
number.
|
private static final long serialVersionUID
public String videoID
public int serialNumber
public Identifier(@Nonnull 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()