/** * @public * @enum */ export declare const __AdTriggersElement: { readonly BREAK: "BREAK"; readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT"; readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"; readonly DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY"; readonly PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT"; readonly PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY"; readonly PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY"; readonly SPLICE_INSERT: "SPLICE_INSERT"; }; /** * @public */ export type __AdTriggersElement = (typeof __AdTriggersElement)[keyof typeof __AdTriggersElement]; /** * @public * @enum */ export declare const __PeriodTriggersElement: { readonly ADS: "ADS"; }; /** * @public */ export type __PeriodTriggersElement = (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement]; /** * @public * @enum */ export declare const Status: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; /** * @public */ export type Status = (typeof Status)[keyof typeof Status]; /** * @public * @enum */ export declare const AdMarkers: { readonly DATERANGE: "DATERANGE"; readonly NONE: "NONE"; readonly PASSTHROUGH: "PASSTHROUGH"; readonly SCTE35_ENHANCED: "SCTE35_ENHANCED"; }; /** * @public */ export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers]; /** * @public * @enum */ export declare const AdsOnDeliveryRestrictions: { readonly BOTH: "BOTH"; readonly NONE: "NONE"; readonly RESTRICTED: "RESTRICTED"; readonly UNRESTRICTED: "UNRESTRICTED"; }; /** * @public */ export type AdsOnDeliveryRestrictions = (typeof AdsOnDeliveryRestrictions)[keyof typeof AdsOnDeliveryRestrictions]; /** * @public * @enum */ export declare const PlaylistType: { readonly EVENT: "EVENT"; readonly NONE: "NONE"; readonly VOD: "VOD"; }; /** * @public */ export type PlaylistType = (typeof PlaylistType)[keyof typeof PlaylistType]; /** * @public * @enum */ export declare const CmafEncryptionMethod: { readonly AES_CTR: "AES_CTR"; readonly SAMPLE_AES: "SAMPLE_AES"; }; /** * @public */ export type CmafEncryptionMethod = (typeof CmafEncryptionMethod)[keyof typeof CmafEncryptionMethod]; /** * @public * @enum */ export declare const PresetSpeke20Audio: { readonly PRESET_AUDIO_1: "PRESET-AUDIO-1"; readonly PRESET_AUDIO_2: "PRESET-AUDIO-2"; readonly PRESET_AUDIO_3: "PRESET-AUDIO-3"; readonly SHARED: "SHARED"; readonly UNENCRYPTED: "UNENCRYPTED"; }; /** * @public */ export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio]; /** * @public * @enum */ export declare const PresetSpeke20Video: { readonly PRESET_VIDEO_1: "PRESET-VIDEO-1"; readonly PRESET_VIDEO_2: "PRESET-VIDEO-2"; readonly PRESET_VIDEO_3: "PRESET-VIDEO-3"; readonly PRESET_VIDEO_4: "PRESET-VIDEO-4"; readonly PRESET_VIDEO_5: "PRESET-VIDEO-5"; readonly PRESET_VIDEO_6: "PRESET-VIDEO-6"; readonly PRESET_VIDEO_7: "PRESET-VIDEO-7"; readonly PRESET_VIDEO_8: "PRESET-VIDEO-8"; readonly SHARED: "SHARED"; readonly UNENCRYPTED: "UNENCRYPTED"; }; /** * @public */ export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video]; /** * @public * @enum */ export declare const StreamOrder: { readonly ORIGINAL: "ORIGINAL"; readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING"; readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING"; }; /** * @public */ export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder]; /** * @public * @enum */ export declare const ManifestLayout: { readonly COMPACT: "COMPACT"; readonly DRM_TOP_LEVEL_COMPACT: "DRM_TOP_LEVEL_COMPACT"; readonly FULL: "FULL"; }; /** * @public */ export type ManifestLayout = (typeof ManifestLayout)[keyof typeof ManifestLayout]; /** * @public * @enum */ export declare const Profile: { readonly DVB_DASH_2014: "DVB_DASH_2014"; readonly HBBTV_1_5: "HBBTV_1_5"; readonly HYBRIDCAST: "HYBRIDCAST"; readonly NONE: "NONE"; }; /** * @public */ export type Profile = (typeof Profile)[keyof typeof Profile]; /** * @public * @enum */ export declare const SegmentTemplateFormat: { readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION"; readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE"; readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE"; }; /** * @public */ export type SegmentTemplateFormat = (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat]; /** * @public * @enum */ export declare const UtcTiming: { readonly HTTP_HEAD: "HTTP-HEAD"; readonly HTTP_ISO: "HTTP-ISO"; readonly HTTP_XSDATE: "HTTP-XSDATE"; readonly NONE: "NONE"; }; /** * @public */ export type UtcTiming = (typeof UtcTiming)[keyof typeof UtcTiming]; /** * @public * @enum */ export declare const EncryptionMethod: { readonly AES_128: "AES_128"; readonly SAMPLE_AES: "SAMPLE_AES"; }; /** * @public */ export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod]; /** * @public * @enum */ export declare const Origination: { readonly ALLOW: "ALLOW"; readonly DENY: "DENY"; }; /** * @public */ export type Origination = (typeof Origination)[keyof typeof Origination];