Class PlaybackStartInfo.

PlaybackStartInfo

interface PlaybackStartInfo {
    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

PlaybackStartInfo

AudioStreamIndex?: null | number

Gets or sets the index of the audio stream.

PlaybackStartInfo

Brightness?: null | number

PlaybackStartInfo

CanSeek?: boolean

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

PlaybackStartInfo

IsMuted?: boolean

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

PlaybackStartInfo

IsPaused?: boolean

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

PlaybackStartInfo

PlaybackStartInfo

ItemId?: string

Gets or sets the item identifier.

PlaybackStartInfo

LiveStreamId?: null | string

Gets or sets the live stream identifier.

PlaybackStartInfo

MediaSourceId?: null | string

Gets or sets the media version identifier.

PlaybackStartInfo

NowPlayingQueue?: null | QueueItem[]

PlaybackStartInfo

PlaybackOrder?: PlaybackOrder

PlaybackStartInfo

PlaybackStartTimeTicks?: null | number

PlaybackStartInfo

PlaylistItemId?: null | string

PlaybackStartInfo

PlayMethod?: PlayMethod

PlaybackStartInfo

PlaySessionId?: null | string

Gets or sets the play session identifier.

PlaybackStartInfo

PositionTicks?: null | number

Gets or sets the position ticks.

PlaybackStartInfo

RepeatMode?: RepeatMode

PlaybackStartInfo

SessionId?: null | string

Gets or sets the session id.

PlaybackStartInfo

SubtitleStreamIndex?: null | number

Gets or sets the index of the subtitle stream.

PlaybackStartInfo

VolumeLevel?: null | number

Gets or sets the volume level.

PlaybackStartInfo