Interface SyncPlayApiSyncPlaySeekRequest

Request parameters for syncPlaySeek operation in SyncPlayApi.

SyncPlayApiSyncPlaySeekRequest

interface SyncPlayApiSyncPlaySeekRequest {
    seekRequestDto: SeekRequestDto;
}

Properties

Properties

seekRequestDto: SeekRequestDto

The new playback position.

SyncPlayApiSyncPlaySeek