@jellyfin/sdk
    Preparing search index...

    Interface HlsSegmentApiGetHlsVideoSegmentLegacyRequest

    Request parameters for getHlsVideoSegmentLegacy operation in HlsSegmentApi.

    HlsSegmentApiGetHlsVideoSegmentLegacyRequest

    interface HlsSegmentApiGetHlsVideoSegmentLegacyRequest {
        itemId: string;
        playlistId: string;
        segmentContainer: string;
        segmentId: string;
    }
    Index

    Properties

    itemId: string

    The item id.

    HlsSegmentApiGetHlsVideoSegmentLegacy

    playlistId: string

    The playlist id.

    HlsSegmentApiGetHlsVideoSegmentLegacy

    segmentContainer: string

    The segment container.

    HlsSegmentApiGetHlsVideoSegmentLegacy

    segmentId: string

    The segment id.

    HlsSegmentApiGetHlsVideoSegmentLegacy