UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 604 B
import CacheControl from './CacheControl'; /** * @export * @class CacheControlSettingsHls */ export declare class CacheControlSettingsHls { /** * Cache control settings for HLS Multivariant playlist. * @type {CacheControl} * @memberof CacheControlSettingsHls */ multiVariantPlaylist?: CacheControl; /** * Cache control settings for HLS Media playlist. * @type {CacheControl} * @memberof CacheControlSettingsHls */ variantPlaylist?: CacheControl; constructor(obj?: Partial<CacheControlSettingsHls>); } export default CacheControlSettingsHls;