export declare const ClipFragmentSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type ClipFragmentSelectorType = (typeof ClipFragmentSelectorType)[keyof typeof ClipFragmentSelectorType]; export declare const DASHFragmentSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type DASHFragmentSelectorType = (typeof DASHFragmentSelectorType)[keyof typeof DASHFragmentSelectorType]; export declare const DASHDisplayFragmentNumber: { readonly ALWAYS: "ALWAYS"; readonly NEVER: "NEVER"; }; export type DASHDisplayFragmentNumber = (typeof DASHDisplayFragmentNumber)[keyof typeof DASHDisplayFragmentNumber]; export declare const DASHDisplayFragmentTimestamp: { readonly ALWAYS: "ALWAYS"; readonly NEVER: "NEVER"; }; export type DASHDisplayFragmentTimestamp = (typeof DASHDisplayFragmentTimestamp)[keyof typeof DASHDisplayFragmentTimestamp]; export declare const DASHPlaybackMode: { readonly LIVE: "LIVE"; readonly LIVE_REPLAY: "LIVE_REPLAY"; readonly ON_DEMAND: "ON_DEMAND"; }; export type DASHPlaybackMode = (typeof DASHPlaybackMode)[keyof typeof DASHPlaybackMode]; export declare const ContainerFormat: { readonly FRAGMENTED_MP4: "FRAGMENTED_MP4"; readonly MPEG_TS: "MPEG_TS"; }; export type ContainerFormat = (typeof ContainerFormat)[keyof typeof ContainerFormat]; export declare const HLSDiscontinuityMode: { readonly ALWAYS: "ALWAYS"; readonly NEVER: "NEVER"; readonly ON_DISCONTINUITY: "ON_DISCONTINUITY"; }; export type HLSDiscontinuityMode = (typeof HLSDiscontinuityMode)[keyof typeof HLSDiscontinuityMode]; export declare const HLSDisplayFragmentTimestamp: { readonly ALWAYS: "ALWAYS"; readonly NEVER: "NEVER"; }; export type HLSDisplayFragmentTimestamp = (typeof HLSDisplayFragmentTimestamp)[keyof typeof HLSDisplayFragmentTimestamp]; export declare const HLSFragmentSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type HLSFragmentSelectorType = (typeof HLSFragmentSelectorType)[keyof typeof HLSFragmentSelectorType]; export declare const HLSPlaybackMode: { readonly LIVE: "LIVE"; readonly LIVE_REPLAY: "LIVE_REPLAY"; readonly ON_DEMAND: "ON_DEMAND"; }; export type HLSPlaybackMode = (typeof HLSPlaybackMode)[keyof typeof HLSPlaybackMode]; export declare const Format: { readonly JPEG: "JPEG"; readonly PNG: "PNG"; }; export type Format = (typeof Format)[keyof typeof Format]; export declare const FormatConfigKey: { readonly JPEGQuality: "JPEGQuality"; }; export type FormatConfigKey = (typeof FormatConfigKey)[keyof typeof FormatConfigKey]; export declare const ImageSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type ImageSelectorType = (typeof ImageSelectorType)[keyof typeof ImageSelectorType]; export declare const ImageError: { readonly MEDIA_ERROR: "MEDIA_ERROR"; readonly NO_MEDIA: "NO_MEDIA"; }; export type ImageError = (typeof ImageError)[keyof typeof ImageError]; export declare const FragmentSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type FragmentSelectorType = (typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];