@jellyfin/sdk
    Preparing search index...

    Interface HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest

    Request parameters for getHlsAudioSegmentLegacyAac operation in HlsSegmentApi.

    HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest

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

    Properties

    Properties

    itemId: string

    The item id.

    HlsSegmentApiGetHlsAudioSegmentLegacyAac

    segmentId: string

    The segment id.

    HlsSegmentApiGetHlsAudioSegmentLegacyAac