Package com.github.twitch4j.helix.domain
Class VideoMarker
java.lang.Object
com.github.twitch4j.helix.domain.VideoMarker
Model representing a stream.
A stream is a channel, that is currently streaming live.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDeprecated.in favor of getCreatedAtInstant()RFC3339 timestamp of the marker.Description of the marker.getId()Stream ID.Relative offset (in seconds) of the marker, from the beginning of the stream.getUrl()A link to the stream with a query parameter that is a timestamp of the marker’s location.inthashCode()toString()
-
Constructor Details
-
VideoMarker
public VideoMarker()
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp of the marker, in the system default zone
-
getId
Stream ID. -
getCreatedAtInstant
RFC3339 timestamp of the marker. -
getDescription
Description of the marker. -
getPosition_seconds
Relative offset (in seconds) of the marker, from the beginning of the stream. -
getUrl
A link to the stream with a query parameter that is a timestamp of the marker’s location. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-