Interface HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest

Request parameters for getHlsAudioSegmentLegacyAac operation in HlsSegmentApi.

HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest

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

Properties

Properties

itemId: string

The item id.

HlsSegmentApiGetHlsAudioSegmentLegacyAac

segmentId: string

The segment id.

HlsSegmentApiGetHlsAudioSegmentLegacyAac