@jellyfin/sdk
    Preparing search index...

    Interface PlaybackProgressInfo

    Class PlaybackProgressInfo.

    PlaybackProgressInfo

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

    Properties

    AspectRatio?: string | null

    PlaybackProgressInfo

    AudioStreamIndex?: number | null

    Gets or sets the index of the audio stream.

    PlaybackProgressInfo

    Brightness?: number | null

    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?: string | null

    Gets or sets the live stream identifier.

    PlaybackProgressInfo

    MediaSourceId?: string | null

    Gets or sets the media version identifier.

    PlaybackProgressInfo

    NowPlayingQueue?: QueueItem[] | null

    PlaybackProgressInfo

    PlaybackOrder?: PlaybackOrder

    PlaybackProgressInfo

    PlaybackStartTimeTicks?: number | null

    PlaybackProgressInfo

    PlaylistItemId?: string | null

    PlaybackProgressInfo

    PlayMethod?: PlayMethod

    PlaybackProgressInfo

    PlaySessionId?: string | null

    Gets or sets the play session identifier.

    PlaybackProgressInfo

    PositionTicks?: number | null

    Gets or sets the position ticks.

    PlaybackProgressInfo

    RepeatMode?: RepeatMode

    PlaybackProgressInfo

    SessionId?: string | null

    Gets or sets the session id.

    PlaybackProgressInfo

    SubtitleStreamIndex?: number | null

    Gets or sets the index of the subtitle stream.

    PlaybackProgressInfo

    VolumeLevel?: number | null

    Gets or sets the volume level.

    PlaybackProgressInfo