@jellyfin/sdk
    Preparing search index...

    Interface PlayRequestDto

    Class PlayRequestDto.

    PlayRequestDto

    interface PlayRequestDto {
        PlayingItemPosition?: number;
        PlayingQueue?: string[];
        StartPositionTicks?: number;
    }
    Index

    Properties

    PlayingItemPosition?: number

    Gets or sets the position of the playing item in the queue.

    PlayRequestDto

    PlayingQueue?: string[]

    Gets or sets the playing queue.

    PlayRequestDto

    StartPositionTicks?: number

    Gets or sets the start position ticks.

    PlayRequestDto