TrickplayApi

class TrickplayApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getTrickplayHlsPlaylist(    itemId: <Error class: unknown class>,     width: Int,     mediaSourceId: <Error class: unknown class>? = null): Response<ByteArray>

Gets an image tiles playlist for trickplay.

Link copied to clipboard
fun getTrickplayHlsPlaylistUrl(itemId: <Error class: unknown class>, width: Int, mediaSourceId: <Error class: unknown class>? = null): String

Gets an image tiles playlist for trickplay.

Link copied to clipboard
suspend fun getTrickplayTileImage(    itemId: <Error class: unknown class>,     width: Int,     index: Int,     mediaSourceId: <Error class: unknown class>? = null): Response<ByteArray>

Gets a trickplay tile image.

Link copied to clipboard
fun getTrickplayTileImageUrl(itemId: <Error class: unknown class>, width: Int, index: Int, mediaSourceId: <Error class: unknown class>? = null): String

Gets a trickplay tile image.