@jellyfin/sdk
    Preparing search index...

    Interface ChapterInfo

    Class ChapterInfo.

    interface ChapterInfo {
        ImageDateModified?: string;
        ImagePath?: string | null;
        ImageTag?: string | null;
        Name?: string | null;
        StartPositionTicks?: number;
    }
    Index

    Properties

    ImageDateModified?: string
    ImagePath?: string | null

    Gets or sets the image path.

    ImageTag?: string | null
    Name?: string | null

    Gets or sets the name.

    StartPositionTicks?: number

    Gets or sets the start position ticks.