@jellyfin/sdk
    Preparing search index...

    Interface TrickPlayApiGetTrickplayTileImageRequest

    Request parameters for getTrickplayTileImage operation in TrickPlayApi.

    interface TrickPlayApiGetTrickplayTileImageRequest {
        index: number;
        itemId: string;
        mediaSourceId?: string;
        width: number;
    }
    Index
    index: number

    The index of the desired tile.

    itemId: string

    The item id.

    mediaSourceId?: string

    The media version id, if using an alternate version.

    width: number

    The width of a single tile.