An entity representing the metadata for a group of trickplay tiles.

TrickplayInfo

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

Properties

Bandwidth?: number

Gets or sets peak bandwith usage in bits per second.

TrickplayInfo

Height?: number

Gets or sets height of an individual thumbnail.

TrickplayInfo

Interval?: number

Gets or sets interval in milliseconds between each trickplay thumbnail.

TrickplayInfo

ThumbnailCount?: number

Gets or sets total amount of non-black thumbnails.

TrickplayInfo

TileHeight?: number

Gets or sets amount of thumbnails per column.

TrickplayInfo

TileWidth?: number

Gets or sets amount of thumbnails per row.

TrickplayInfo

Width?: number

Gets or sets width of an individual thumbnail.

TrickplayInfo