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-api
/
org.jellyfin.sdk.api.operations
/
TrickplayApi
Trickplay
Api
class
TrickplayApi
(
api
:
ApiClient
)
:
Api
Members
Constructors
Trickplay
Api
Link copied to clipboard
constructor
(
api
:
ApiClient
)
Functions
get
Trickplay
Hls
Playlist
Link copied to clipboard
suspend
fun
getTrickplayHlsPlaylist
(
itemId
:
UUID
,
width
:
Int
,
mediaSourceId
:
UUID
?
=
null
)
:
Response
<
ByteArray
>
Gets an image tiles playlist for trickplay.
get
Trickplay
Hls
Playlist
Url
Link copied to clipboard
fun
getTrickplayHlsPlaylistUrl
(
itemId
:
UUID
,
width
:
Int
,
mediaSourceId
:
UUID
?
=
null
)
:
String
Gets an image tiles playlist for trickplay.
get
Trickplay
Tile
Image
Link copied to clipboard
suspend
fun
getTrickplayTileImage
(
itemId
:
UUID
,
width
:
Int
,
index
:
Int
,
mediaSourceId
:
UUID
?
=
null
)
:
Response
<
ByteArray
>
Gets a trickplay tile image.
get
Trickplay
Tile
Image
Url
Link copied to clipboard
fun
getTrickplayTileImageUrl
(
itemId
:
UUID
,
width
:
Int
,
index
:
Int
,
mediaSourceId
:
UUID
?
=
null
)
:
String
Gets a trickplay tile image.