@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayApiSyncPlaySeekRequest

    Request parameters for syncPlaySeek operation in SyncPlayApi.

    SyncPlayApiSyncPlaySeekRequest

    interface SyncPlayApiSyncPlaySeekRequest {
        seekRequestDto: SeekRequestDto;
    }
    Index

    Properties

    Properties

    seekRequestDto: SeekRequestDto

    The new playback position.

    SyncPlayApiSyncPlaySeek