Class PlaybackProgressInfo.

PlaybackProgressInfo

interface PlaybackProgressInfo {
    AspectRatio?: null | string;
    AudioStreamIndex?: null | number;
    Brightness?: null | number;
    CanSeek?: boolean;
    IsMuted?: boolean;
    IsPaused?: boolean;
    Item?: BaseItemDto;
    ItemId?: string;
    LiveStreamId?: null | string;
    MediaSourceId?: null | string;
    NowPlayingQueue?: null | QueueItem[];
    PlaybackOrder?: PlaybackOrder;
    PlaybackStartTimeTicks?: null | number;
    PlaylistItemId?: null | string;
    PlayMethod?: PlayMethod;
    PlaySessionId?: null | string;
    PositionTicks?: null | number;
    RepeatMode?: RepeatMode;
    SessionId?: null | string;
    SubtitleStreamIndex?: null | number;
    VolumeLevel?: null | number;
}

Properties

AspectRatio?: null | string

PlaybackProgressInfo

AudioStreamIndex?: null | number

Gets or sets the index of the audio stream.

PlaybackProgressInfo

Brightness?: null | number

PlaybackProgressInfo

CanSeek?: boolean

Gets or sets a value indicating whether this instance can seek.

PlaybackProgressInfo

IsMuted?: boolean

Gets or sets a value indicating whether this instance is muted.

PlaybackProgressInfo

IsPaused?: boolean

Gets or sets a value indicating whether this instance is paused.

PlaybackProgressInfo

PlaybackProgressInfo

ItemId?: string

Gets or sets the item identifier.

PlaybackProgressInfo

LiveStreamId?: null | string

Gets or sets the live stream identifier.

PlaybackProgressInfo

MediaSourceId?: null | string

Gets or sets the media version identifier.

PlaybackProgressInfo

NowPlayingQueue?: null | QueueItem[]

PlaybackProgressInfo

PlaybackOrder?: PlaybackOrder

PlaybackProgressInfo

PlaybackStartTimeTicks?: null | number

PlaybackProgressInfo

PlaylistItemId?: null | string

PlaybackProgressInfo

PlayMethod?: PlayMethod

PlaybackProgressInfo

PlaySessionId?: null | string

Gets or sets the play session identifier.

PlaybackProgressInfo

PositionTicks?: null | number

Gets or sets the position ticks.

PlaybackProgressInfo

RepeatMode?: RepeatMode

PlaybackProgressInfo

SessionId?: null | string

Gets or sets the session id.

PlaybackProgressInfo

SubtitleStreamIndex?: null | number

Gets or sets the index of the subtitle stream.

PlaybackProgressInfo

VolumeLevel?: null | number

Gets or sets the volume level.

PlaybackProgressInfo