@jellyfin/sdk
    Preparing search index...

    Interface HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request

    Request parameters for getHlsAudioSegmentLegacyMp3 operation in HlsSegmentApi.

    HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request

    interface HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request {
        itemId: string;
        segmentId: string;
    }
    Index

    Properties

    Properties

    itemId: string

    The item id.

    HlsSegmentApiGetHlsAudioSegmentLegacyMp3

    segmentId: string

    The segment id.

    HlsSegmentApiGetHlsAudioSegmentLegacyMp3