Interface HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request

Request parameters for getHlsAudioSegmentLegacyMp3 operation in HlsSegmentApi.

HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request

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

Properties

Properties

itemId: string

The item id.

HlsSegmentApiGetHlsAudioSegmentLegacyMp3

segmentId: string

The segment id.

HlsSegmentApiGetHlsAudioSegmentLegacyMp3