Interface MediaInfoApiGetPlaybackInfoRequest

Request parameters for getPlaybackInfo operation in MediaInfoApi.

MediaInfoApiGetPlaybackInfoRequest

interface MediaInfoApiGetPlaybackInfoRequest {
    itemId: string;
    userId?: string;
}

Properties

Properties

itemId: string

The item id.

MediaInfoApiGetPlaybackInfo

userId?: string

The user id.

MediaInfoApiGetPlaybackInfo