@jellyfin/sdk
    Preparing search index...

    Interface PlaystateRequest

    PlaystateRequest

    interface PlaystateRequest {
        Command?: PlaystateCommand;
        ControllingUserId?: null | string;
        SeekPositionTicks?: null | number;
    }
    Index

    Properties

    PlaystateRequest

    ControllingUserId?: null | string

    Gets or sets the controlling user identifier.

    PlaystateRequest

    SeekPositionTicks?: null | number

    PlaystateRequest