@jellyfin/sdk
    Preparing search index...

    Interface MediaSegmentDto

    Api model for MediaSegment's.

    MediaSegmentDto

    interface MediaSegmentDto {
        EndTicks?: number;
        Id?: string;
        ItemId?: string;
        StartTicks?: number;
        Type?: MediaSegmentType;
    }
    Index

    Properties

    EndTicks?: number

    Gets or sets the end of the segment.

    MediaSegmentDto

    Id?: string

    Gets or sets the id of the media segment.

    MediaSegmentDto

    ItemId?: string

    Gets or sets the id of the associated item.

    MediaSegmentDto

    StartTicks?: number

    Gets or sets the start of the segment.

    MediaSegmentDto

    MediaSegmentDto