Interface SessionApiSendPlaystateCommandRequest

Request parameters for sendPlaystateCommand operation in SessionApi.

SessionApiSendPlaystateCommandRequest

interface SessionApiSendPlaystateCommandRequest {
    command: PlaystateCommand;
    controllingUserId?: string;
    seekPositionTicks?: number;
    sessionId: string;
}

Properties

The MediaBrowser.Model.Session.PlaystateCommand.

SessionApiSendPlaystateCommand

controllingUserId?: string

The optional controlling user id.

SessionApiSendPlaystateCommand

seekPositionTicks?: number

The optional position ticks.

SessionApiSendPlaystateCommand

sessionId: string

The session id.

SessionApiSendPlaystateCommand