@jellyfin/sdk
    Preparing search index...

    Interface SyncPlayApiSyncPlayReadyRequest

    Request parameters for syncPlayReady operation in SyncPlayApi.

    SyncPlayApiSyncPlayReadyRequest

    interface SyncPlayApiSyncPlayReadyRequest {
        readyRequestDto: ReadyRequestDto;
    }
    Index

    Properties

    Properties

    readyRequestDto: ReadyRequestDto

    The player status.

    SyncPlayApiSyncPlayReady