@ctrl/plex
    Preparing search index...

    Interface ClientTimelineData

    interface ClientTimelineData {
        address?: string;
        containerKey?: string;
        controllable?: string;
        duration?: number;
        key?: string;
        machineIdentifier?: string;
        playQueueID?: number;
        playQueueItemID?: number;
        port?: number;
        protocol?: string;
        providerIdentifier?: string;
        ratingKey?: string;
        repeat?: number;
        seekRange?: string;
        shuffle?: boolean;
        state: string;
        time?: number;
        type: string;
        volume?: number;
    }
    Index

    Properties

    address?: string
    containerKey?: string
    controllable?: string
    duration?: number
    key?: string
    machineIdentifier?: string
    playQueueID?: number
    playQueueItemID?: number
    port?: number
    protocol?: string
    providerIdentifier?: string
    ratingKey?: string
    repeat?: number
    seekRange?: string
    shuffle?: boolean
    state: string
    time?: number
    type: string
    volume?: number