jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
PlaystateRequest
Playstate
Request
common
@
Serializable
data
class
PlaystateRequest
(
val
command
:
PlaystateCommand
,
val
seekPositionTicks
:
Long
?
=
null
,
val
controllingUserId
:
String
?
=
null
)
Members
Constructors
Playstate
Request
Link copied to clipboard
common
constructor
(
command
:
PlaystateCommand
,
seekPositionTicks
:
Long
?
=
null
,
controllingUserId
:
String
?
=
null
)
Properties
command
Link copied to clipboard
common
@
SerialName
(
value
=
"Command"
)
val
command
:
PlaystateCommand
Enum PlaystateCommand.
controlling
User
Id
Link copied to clipboard
common
@
SerialName
(
value
=
"ControllingUserId"
)
val
controllingUserId
:
String
?
The controlling user identifier.
seek
Position
Ticks
Link copied to clipboard
common
@
SerialName
(
value
=
"SeekPositionTicks"
)
val
seekPositionTicks
:
Long
?