@jellyfin/sdk
    Preparing search index...

    Interface TrickplayInfoDto

    The trickplay api model.

    TrickplayInfoDto

    interface TrickplayInfoDto {
        Bandwidth?: number;
        Height?: number;
        Interval?: number;
        ThumbnailCount?: number;
        TileHeight?: number;
        TileWidth?: number;
        Width?: number;
    }
    Index

    Properties

    Bandwidth?: number

    Gets the peak bandwidth usage in bits per second.

    TrickplayInfoDto

    Height?: number

    Gets the height of an individual thumbnail.

    TrickplayInfoDto

    Interval?: number

    Gets the interval in milliseconds between each trickplay thumbnail.

    TrickplayInfoDto

    ThumbnailCount?: number

    Gets the total amount of non-black thumbnails.

    TrickplayInfoDto

    TileHeight?: number

    Gets the amount of thumbnails per column.

    TrickplayInfoDto

    TileWidth?: number

    Gets the amount of thumbnails per row.

    TrickplayInfoDto

    Width?: number

    Gets the width of an individual thumbnail.

    TrickplayInfoDto