Package com.github.twitch4j.helix.domain
Klasse VideoMarker
java.lang.Object
com.github.twitch4j.helix.domain.VideoMarker
Model representing a stream.
A stream is a channel, that is currently streaming live.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanVeraltet.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()
-
Konstruktordetails
-
VideoMarker
public VideoMarker()
-
-
Methodendetails
-
getCreatedAt
Veraltet.in favor of getCreatedAtInstant()- Gibt zurück:
- 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
-