UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 604 B
import CacheControl from './CacheControl'; /** * @export * @class CacheControlSettingsSegments */ export declare class CacheControlSettingsSegments { /** * Cache control settings for init segment. * @type {CacheControl} * @memberof CacheControlSettingsSegments */ initSegment?: CacheControl; /** * Cache control settings for media segment. * @type {CacheControl} * @memberof CacheControlSettingsSegments */ mediaSegment?: CacheControl; constructor(obj?: Partial<CacheControlSettingsSegments>); } export default CacheControlSettingsSegments;