@aws-sdk/client-mediaconvert 3.428.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +197 -197
- package/dist-types/models/models_1.d.ts +240 -240
- package/dist-types/models/models_2.d.ts +16 -16
- package/dist-types/ts3.4/models/models_0.d.ts +197 -205
- package/dist-types/ts3.4/models/models_1.d.ts +240 -242
- package/dist-types/ts3.4/models/models_2.d.ts +16 -16
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ export declare const RequiredFlag: {
|
|
|
5
5
|
export type RequiredFlag = (typeof RequiredFlag)[keyof typeof RequiredFlag];
|
|
6
6
|
export interface AllowedRenditionSize {
|
|
7
7
|
Height?: number;
|
|
8
|
-
Required?: RequiredFlag
|
|
8
|
+
Required?: RequiredFlag;
|
|
9
9
|
Width?: number;
|
|
10
10
|
}
|
|
11
11
|
export declare const AudioChannelTag: {
|
|
@@ -41,7 +41,7 @@ export declare const AudioChannelTag: {
|
|
|
41
41
|
export type AudioChannelTag =
|
|
42
42
|
(typeof AudioChannelTag)[keyof typeof AudioChannelTag];
|
|
43
43
|
export interface AudioChannelTaggingSettings {
|
|
44
|
-
ChannelTag?: AudioChannelTag
|
|
44
|
+
ChannelTag?: AudioChannelTag;
|
|
45
45
|
}
|
|
46
46
|
export declare const AudioNormalizationAlgorithm: {
|
|
47
47
|
readonly ITU_BS_1770_1: "ITU_BS_1770_1";
|
|
@@ -70,11 +70,11 @@ export declare const AudioNormalizationPeakCalculation: {
|
|
|
70
70
|
export type AudioNormalizationPeakCalculation =
|
|
71
71
|
(typeof AudioNormalizationPeakCalculation)[keyof typeof AudioNormalizationPeakCalculation];
|
|
72
72
|
export interface AudioNormalizationSettings {
|
|
73
|
-
Algorithm?: AudioNormalizationAlgorithm
|
|
74
|
-
AlgorithmControl?: AudioNormalizationAlgorithmControl
|
|
73
|
+
Algorithm?: AudioNormalizationAlgorithm;
|
|
74
|
+
AlgorithmControl?: AudioNormalizationAlgorithmControl;
|
|
75
75
|
CorrectionGateLevel?: number;
|
|
76
|
-
LoudnessLogging?: AudioNormalizationLoudnessLogging
|
|
77
|
-
PeakCalculation?: AudioNormalizationPeakCalculation
|
|
76
|
+
LoudnessLogging?: AudioNormalizationLoudnessLogging;
|
|
77
|
+
PeakCalculation?: AudioNormalizationPeakCalculation;
|
|
78
78
|
TargetLkfs?: number;
|
|
79
79
|
TruePeakLimiterThreshold?: number;
|
|
80
80
|
}
|
|
@@ -130,15 +130,15 @@ export declare const AacVbrQuality: {
|
|
|
130
130
|
};
|
|
131
131
|
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
132
132
|
export interface AacSettings {
|
|
133
|
-
AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix
|
|
133
|
+
AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix;
|
|
134
134
|
Bitrate?: number;
|
|
135
|
-
CodecProfile?: AacCodecProfile
|
|
136
|
-
CodingMode?: AacCodingMode
|
|
137
|
-
RateControlMode?: AacRateControlMode
|
|
138
|
-
RawFormat?: AacRawFormat
|
|
135
|
+
CodecProfile?: AacCodecProfile;
|
|
136
|
+
CodingMode?: AacCodingMode;
|
|
137
|
+
RateControlMode?: AacRateControlMode;
|
|
138
|
+
RawFormat?: AacRawFormat;
|
|
139
139
|
SampleRate?: number;
|
|
140
|
-
Specification?: AacSpecification
|
|
141
|
-
VbrQuality?: AacVbrQuality
|
|
140
|
+
Specification?: AacSpecification;
|
|
141
|
+
VbrQuality?: AacVbrQuality;
|
|
142
142
|
}
|
|
143
143
|
export declare const Ac3BitstreamMode: {
|
|
144
144
|
readonly COMMENTARY: "COMMENTARY";
|
|
@@ -198,14 +198,14 @@ export type Ac3MetadataControl =
|
|
|
198
198
|
(typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
199
199
|
export interface Ac3Settings {
|
|
200
200
|
Bitrate?: number;
|
|
201
|
-
BitstreamMode?: Ac3BitstreamMode
|
|
202
|
-
CodingMode?: Ac3CodingMode
|
|
201
|
+
BitstreamMode?: Ac3BitstreamMode;
|
|
202
|
+
CodingMode?: Ac3CodingMode;
|
|
203
203
|
Dialnorm?: number;
|
|
204
|
-
DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine
|
|
205
|
-
DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile
|
|
206
|
-
DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf
|
|
207
|
-
LfeFilter?: Ac3LfeFilter
|
|
208
|
-
MetadataControl?: Ac3MetadataControl
|
|
204
|
+
DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine;
|
|
205
|
+
DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile;
|
|
206
|
+
DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf;
|
|
207
|
+
LfeFilter?: Ac3LfeFilter;
|
|
208
|
+
MetadataControl?: Ac3MetadataControl;
|
|
209
209
|
SampleRate?: number;
|
|
210
210
|
}
|
|
211
211
|
export interface AiffSettings {
|
|
@@ -305,22 +305,22 @@ export type Eac3AtmosSurroundExMode =
|
|
|
305
305
|
(typeof Eac3AtmosSurroundExMode)[keyof typeof Eac3AtmosSurroundExMode];
|
|
306
306
|
export interface Eac3AtmosSettings {
|
|
307
307
|
Bitrate?: number;
|
|
308
|
-
BitstreamMode?: Eac3AtmosBitstreamMode
|
|
309
|
-
CodingMode?: Eac3AtmosCodingMode
|
|
310
|
-
DialogueIntelligence?: Eac3AtmosDialogueIntelligence
|
|
311
|
-
DownmixControl?: Eac3AtmosDownmixControl
|
|
312
|
-
DynamicRangeCompressionLine?: Eac3AtmosDynamicRangeCompressionLine
|
|
313
|
-
DynamicRangeCompressionRf?: Eac3AtmosDynamicRangeCompressionRf
|
|
314
|
-
DynamicRangeControl?: Eac3AtmosDynamicRangeControl
|
|
308
|
+
BitstreamMode?: Eac3AtmosBitstreamMode;
|
|
309
|
+
CodingMode?: Eac3AtmosCodingMode;
|
|
310
|
+
DialogueIntelligence?: Eac3AtmosDialogueIntelligence;
|
|
311
|
+
DownmixControl?: Eac3AtmosDownmixControl;
|
|
312
|
+
DynamicRangeCompressionLine?: Eac3AtmosDynamicRangeCompressionLine;
|
|
313
|
+
DynamicRangeCompressionRf?: Eac3AtmosDynamicRangeCompressionRf;
|
|
314
|
+
DynamicRangeControl?: Eac3AtmosDynamicRangeControl;
|
|
315
315
|
LoRoCenterMixLevel?: number;
|
|
316
316
|
LoRoSurroundMixLevel?: number;
|
|
317
317
|
LtRtCenterMixLevel?: number;
|
|
318
318
|
LtRtSurroundMixLevel?: number;
|
|
319
|
-
MeteringMode?: Eac3AtmosMeteringMode
|
|
319
|
+
MeteringMode?: Eac3AtmosMeteringMode;
|
|
320
320
|
SampleRate?: number;
|
|
321
321
|
SpeechThreshold?: number;
|
|
322
|
-
StereoDownmix?: Eac3AtmosStereoDownmix
|
|
323
|
-
SurroundExMode?: Eac3AtmosSurroundExMode
|
|
322
|
+
StereoDownmix?: Eac3AtmosStereoDownmix;
|
|
323
|
+
SurroundExMode?: Eac3AtmosSurroundExMode;
|
|
324
324
|
}
|
|
325
325
|
export declare const Eac3AttenuationControl: {
|
|
326
326
|
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
@@ -421,27 +421,27 @@ export declare const Eac3SurroundMode: {
|
|
|
421
421
|
export type Eac3SurroundMode =
|
|
422
422
|
(typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
423
423
|
export interface Eac3Settings {
|
|
424
|
-
AttenuationControl?: Eac3AttenuationControl
|
|
424
|
+
AttenuationControl?: Eac3AttenuationControl;
|
|
425
425
|
Bitrate?: number;
|
|
426
|
-
BitstreamMode?: Eac3BitstreamMode
|
|
427
|
-
CodingMode?: Eac3CodingMode
|
|
428
|
-
DcFilter?: Eac3DcFilter
|
|
426
|
+
BitstreamMode?: Eac3BitstreamMode;
|
|
427
|
+
CodingMode?: Eac3CodingMode;
|
|
428
|
+
DcFilter?: Eac3DcFilter;
|
|
429
429
|
Dialnorm?: number;
|
|
430
|
-
DynamicRangeCompressionLine?: Eac3DynamicRangeCompressionLine
|
|
431
|
-
DynamicRangeCompressionRf?: Eac3DynamicRangeCompressionRf
|
|
432
|
-
LfeControl?: Eac3LfeControl
|
|
433
|
-
LfeFilter?: Eac3LfeFilter
|
|
430
|
+
DynamicRangeCompressionLine?: Eac3DynamicRangeCompressionLine;
|
|
431
|
+
DynamicRangeCompressionRf?: Eac3DynamicRangeCompressionRf;
|
|
432
|
+
LfeControl?: Eac3LfeControl;
|
|
433
|
+
LfeFilter?: Eac3LfeFilter;
|
|
434
434
|
LoRoCenterMixLevel?: number;
|
|
435
435
|
LoRoSurroundMixLevel?: number;
|
|
436
436
|
LtRtCenterMixLevel?: number;
|
|
437
437
|
LtRtSurroundMixLevel?: number;
|
|
438
|
-
MetadataControl?: Eac3MetadataControl
|
|
439
|
-
PassthroughControl?: Eac3PassthroughControl
|
|
440
|
-
PhaseControl?: Eac3PhaseControl
|
|
438
|
+
MetadataControl?: Eac3MetadataControl;
|
|
439
|
+
PassthroughControl?: Eac3PassthroughControl;
|
|
440
|
+
PhaseControl?: Eac3PhaseControl;
|
|
441
441
|
SampleRate?: number;
|
|
442
|
-
StereoDownmix?: Eac3StereoDownmix
|
|
443
|
-
SurroundExMode?: Eac3SurroundExMode
|
|
444
|
-
SurroundMode?: Eac3SurroundMode
|
|
442
|
+
StereoDownmix?: Eac3StereoDownmix;
|
|
443
|
+
SurroundExMode?: Eac3SurroundExMode;
|
|
444
|
+
SurroundMode?: Eac3SurroundMode;
|
|
445
445
|
}
|
|
446
446
|
export interface FlacSettings {
|
|
447
447
|
BitDepth?: number;
|
|
@@ -462,7 +462,7 @@ export type Mp3RateControlMode =
|
|
|
462
462
|
export interface Mp3Settings {
|
|
463
463
|
Bitrate?: number;
|
|
464
464
|
Channels?: number;
|
|
465
|
-
RateControlMode?: Mp3RateControlMode
|
|
465
|
+
RateControlMode?: Mp3RateControlMode;
|
|
466
466
|
SampleRate?: number;
|
|
467
467
|
VbrQuality?: number;
|
|
468
468
|
}
|
|
@@ -484,14 +484,14 @@ export type WavFormat = (typeof WavFormat)[keyof typeof WavFormat];
|
|
|
484
484
|
export interface WavSettings {
|
|
485
485
|
BitDepth?: number;
|
|
486
486
|
Channels?: number;
|
|
487
|
-
Format?: WavFormat
|
|
487
|
+
Format?: WavFormat;
|
|
488
488
|
SampleRate?: number;
|
|
489
489
|
}
|
|
490
490
|
export interface AudioCodecSettings {
|
|
491
491
|
AacSettings?: AacSettings;
|
|
492
492
|
Ac3Settings?: Ac3Settings;
|
|
493
493
|
AiffSettings?: AiffSettings;
|
|
494
|
-
Codec?: AudioCodec
|
|
494
|
+
Codec?: AudioCodec;
|
|
495
495
|
Eac3AtmosSettings?: Eac3AtmosSettings;
|
|
496
496
|
Eac3Settings?: Eac3Settings;
|
|
497
497
|
FlacSettings?: FlacSettings;
|
|
@@ -719,11 +719,11 @@ export interface AudioDescription {
|
|
|
719
719
|
AudioNormalizationSettings?: AudioNormalizationSettings;
|
|
720
720
|
AudioSourceName?: string;
|
|
721
721
|
AudioType?: number;
|
|
722
|
-
AudioTypeControl?: AudioTypeControl
|
|
722
|
+
AudioTypeControl?: AudioTypeControl;
|
|
723
723
|
CodecSettings?: AudioCodecSettings;
|
|
724
724
|
CustomLanguageCode?: string;
|
|
725
|
-
LanguageCode?: LanguageCode
|
|
726
|
-
LanguageCodeControl?: AudioLanguageCodeControl
|
|
725
|
+
LanguageCode?: LanguageCode;
|
|
726
|
+
LanguageCodeControl?: AudioLanguageCodeControl;
|
|
727
727
|
RemixSettings?: RemixSettings;
|
|
728
728
|
StreamName?: string;
|
|
729
729
|
}
|
|
@@ -751,7 +751,7 @@ export interface AutomatedAbrRule {
|
|
|
751
751
|
ForceIncludeRenditions?: ForceIncludeRenditionSize[];
|
|
752
752
|
MinBottomRenditionSize?: MinBottomRenditionSize;
|
|
753
753
|
MinTopRenditionSize?: MinTopRenditionSize;
|
|
754
|
-
Type?: RuleType
|
|
754
|
+
Type?: RuleType;
|
|
755
755
|
}
|
|
756
756
|
export declare const BurninSubtitleAlignment: {
|
|
757
757
|
readonly AUTO: "AUTO";
|
|
@@ -834,25 +834,25 @@ export declare const BurninSubtitleTeletextSpacing: {
|
|
|
834
834
|
export type BurninSubtitleTeletextSpacing =
|
|
835
835
|
(typeof BurninSubtitleTeletextSpacing)[keyof typeof BurninSubtitleTeletextSpacing];
|
|
836
836
|
export interface BurninDestinationSettings {
|
|
837
|
-
Alignment?: BurninSubtitleAlignment
|
|
838
|
-
ApplyFontColor?: BurninSubtitleApplyFontColor
|
|
839
|
-
BackgroundColor?: BurninSubtitleBackgroundColor
|
|
837
|
+
Alignment?: BurninSubtitleAlignment;
|
|
838
|
+
ApplyFontColor?: BurninSubtitleApplyFontColor;
|
|
839
|
+
BackgroundColor?: BurninSubtitleBackgroundColor;
|
|
840
840
|
BackgroundOpacity?: number;
|
|
841
|
-
FallbackFont?: BurninSubtitleFallbackFont
|
|
842
|
-
FontColor?: BurninSubtitleFontColor
|
|
841
|
+
FallbackFont?: BurninSubtitleFallbackFont;
|
|
842
|
+
FontColor?: BurninSubtitleFontColor;
|
|
843
843
|
FontOpacity?: number;
|
|
844
844
|
FontResolution?: number;
|
|
845
|
-
FontScript?: FontScript
|
|
845
|
+
FontScript?: FontScript;
|
|
846
846
|
FontSize?: number;
|
|
847
847
|
HexFontColor?: string;
|
|
848
|
-
OutlineColor?: BurninSubtitleOutlineColor
|
|
848
|
+
OutlineColor?: BurninSubtitleOutlineColor;
|
|
849
849
|
OutlineSize?: number;
|
|
850
|
-
ShadowColor?: BurninSubtitleShadowColor
|
|
850
|
+
ShadowColor?: BurninSubtitleShadowColor;
|
|
851
851
|
ShadowOpacity?: number;
|
|
852
852
|
ShadowXOffset?: number;
|
|
853
853
|
ShadowYOffset?: number;
|
|
854
|
-
StylePassthrough?: BurnInSubtitleStylePassthrough
|
|
855
|
-
TeletextSpacing?: BurninSubtitleTeletextSpacing
|
|
854
|
+
StylePassthrough?: BurnInSubtitleStylePassthrough;
|
|
855
|
+
TeletextSpacing?: BurninSubtitleTeletextSpacing;
|
|
856
856
|
XPosition?: number;
|
|
857
857
|
YPosition?: number;
|
|
858
858
|
}
|
|
@@ -960,30 +960,30 @@ export declare const DvbSubtitleTeletextSpacing: {
|
|
|
960
960
|
export type DvbSubtitleTeletextSpacing =
|
|
961
961
|
(typeof DvbSubtitleTeletextSpacing)[keyof typeof DvbSubtitleTeletextSpacing];
|
|
962
962
|
export interface DvbSubDestinationSettings {
|
|
963
|
-
Alignment?: DvbSubtitleAlignment
|
|
964
|
-
ApplyFontColor?: DvbSubtitleApplyFontColor
|
|
965
|
-
BackgroundColor?: DvbSubtitleBackgroundColor
|
|
963
|
+
Alignment?: DvbSubtitleAlignment;
|
|
964
|
+
ApplyFontColor?: DvbSubtitleApplyFontColor;
|
|
965
|
+
BackgroundColor?: DvbSubtitleBackgroundColor;
|
|
966
966
|
BackgroundOpacity?: number;
|
|
967
|
-
DdsHandling?: DvbddsHandling
|
|
967
|
+
DdsHandling?: DvbddsHandling;
|
|
968
968
|
DdsXCoordinate?: number;
|
|
969
969
|
DdsYCoordinate?: number;
|
|
970
|
-
FallbackFont?: DvbSubSubtitleFallbackFont
|
|
971
|
-
FontColor?: DvbSubtitleFontColor
|
|
970
|
+
FallbackFont?: DvbSubSubtitleFallbackFont;
|
|
971
|
+
FontColor?: DvbSubtitleFontColor;
|
|
972
972
|
FontOpacity?: number;
|
|
973
973
|
FontResolution?: number;
|
|
974
|
-
FontScript?: FontScript
|
|
974
|
+
FontScript?: FontScript;
|
|
975
975
|
FontSize?: number;
|
|
976
976
|
Height?: number;
|
|
977
977
|
HexFontColor?: string;
|
|
978
|
-
OutlineColor?: DvbSubtitleOutlineColor
|
|
978
|
+
OutlineColor?: DvbSubtitleOutlineColor;
|
|
979
979
|
OutlineSize?: number;
|
|
980
|
-
ShadowColor?: DvbSubtitleShadowColor
|
|
980
|
+
ShadowColor?: DvbSubtitleShadowColor;
|
|
981
981
|
ShadowOpacity?: number;
|
|
982
982
|
ShadowXOffset?: number;
|
|
983
983
|
ShadowYOffset?: number;
|
|
984
|
-
StylePassthrough?: DvbSubtitleStylePassthrough
|
|
985
|
-
SubtitlingType?: DvbSubtitlingType
|
|
986
|
-
TeletextSpacing?: DvbSubtitleTeletextSpacing
|
|
984
|
+
StylePassthrough?: DvbSubtitleStylePassthrough;
|
|
985
|
+
SubtitlingType?: DvbSubtitlingType;
|
|
986
|
+
TeletextSpacing?: DvbSubtitleTeletextSpacing;
|
|
987
987
|
Width?: number;
|
|
988
988
|
XPosition?: number;
|
|
989
989
|
YPosition?: number;
|
|
@@ -1005,8 +1005,8 @@ export declare const ImscStylePassthrough: {
|
|
|
1005
1005
|
export type ImscStylePassthrough =
|
|
1006
1006
|
(typeof ImscStylePassthrough)[keyof typeof ImscStylePassthrough];
|
|
1007
1007
|
export interface ImscDestinationSettings {
|
|
1008
|
-
Accessibility?: ImscAccessibilitySubs
|
|
1009
|
-
StylePassthrough?: ImscStylePassthrough
|
|
1008
|
+
Accessibility?: ImscAccessibilitySubs;
|
|
1009
|
+
StylePassthrough?: ImscStylePassthrough;
|
|
1010
1010
|
}
|
|
1011
1011
|
export declare const SccDestinationFramerate: {
|
|
1012
1012
|
readonly FRAMERATE_23_97: "FRAMERATE_23_97";
|
|
@@ -1018,7 +1018,7 @@ export declare const SccDestinationFramerate: {
|
|
|
1018
1018
|
export type SccDestinationFramerate =
|
|
1019
1019
|
(typeof SccDestinationFramerate)[keyof typeof SccDestinationFramerate];
|
|
1020
1020
|
export interface SccDestinationSettings {
|
|
1021
|
-
Framerate?: SccDestinationFramerate
|
|
1021
|
+
Framerate?: SccDestinationFramerate;
|
|
1022
1022
|
}
|
|
1023
1023
|
export declare const SrtStylePassthrough: {
|
|
1024
1024
|
readonly DISABLED: "DISABLED";
|
|
@@ -1027,7 +1027,7 @@ export declare const SrtStylePassthrough: {
|
|
|
1027
1027
|
export type SrtStylePassthrough =
|
|
1028
1028
|
(typeof SrtStylePassthrough)[keyof typeof SrtStylePassthrough];
|
|
1029
1029
|
export interface SrtDestinationSettings {
|
|
1030
|
-
StylePassthrough?: SrtStylePassthrough
|
|
1030
|
+
StylePassthrough?: SrtStylePassthrough;
|
|
1031
1031
|
}
|
|
1032
1032
|
export declare const TeletextPageType: {
|
|
1033
1033
|
readonly PAGE_TYPE_ADDL_INFO: "PAGE_TYPE_ADDL_INFO";
|
|
@@ -1040,7 +1040,7 @@ export type TeletextPageType =
|
|
|
1040
1040
|
(typeof TeletextPageType)[keyof typeof TeletextPageType];
|
|
1041
1041
|
export interface TeletextDestinationSettings {
|
|
1042
1042
|
PageNumber?: string;
|
|
1043
|
-
PageTypes?:
|
|
1043
|
+
PageTypes?: TeletextPageType[];
|
|
1044
1044
|
}
|
|
1045
1045
|
export declare const TtmlStylePassthrough: {
|
|
1046
1046
|
readonly DISABLED: "DISABLED";
|
|
@@ -1049,7 +1049,7 @@ export declare const TtmlStylePassthrough: {
|
|
|
1049
1049
|
export type TtmlStylePassthrough =
|
|
1050
1050
|
(typeof TtmlStylePassthrough)[keyof typeof TtmlStylePassthrough];
|
|
1051
1051
|
export interface TtmlDestinationSettings {
|
|
1052
|
-
StylePassthrough?: TtmlStylePassthrough
|
|
1052
|
+
StylePassthrough?: TtmlStylePassthrough;
|
|
1053
1053
|
}
|
|
1054
1054
|
export declare const WebvttAccessibilitySubs: {
|
|
1055
1055
|
readonly DISABLED: "DISABLED";
|
|
@@ -1065,12 +1065,12 @@ export declare const WebvttStylePassthrough: {
|
|
|
1065
1065
|
export type WebvttStylePassthrough =
|
|
1066
1066
|
(typeof WebvttStylePassthrough)[keyof typeof WebvttStylePassthrough];
|
|
1067
1067
|
export interface WebvttDestinationSettings {
|
|
1068
|
-
Accessibility?: WebvttAccessibilitySubs
|
|
1069
|
-
StylePassthrough?: WebvttStylePassthrough
|
|
1068
|
+
Accessibility?: WebvttAccessibilitySubs;
|
|
1069
|
+
StylePassthrough?: WebvttStylePassthrough;
|
|
1070
1070
|
}
|
|
1071
1071
|
export interface CaptionDestinationSettings {
|
|
1072
1072
|
BurninDestinationSettings?: BurninDestinationSettings;
|
|
1073
|
-
DestinationType?: CaptionDestinationType
|
|
1073
|
+
DestinationType?: CaptionDestinationType;
|
|
1074
1074
|
DvbSubDestinationSettings?: DvbSubDestinationSettings;
|
|
1075
1075
|
EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
|
|
1076
1076
|
ImscDestinationSettings?: ImscDestinationSettings;
|
|
@@ -1084,13 +1084,13 @@ export interface CaptionDescription {
|
|
|
1084
1084
|
CaptionSelectorName?: string;
|
|
1085
1085
|
CustomLanguageCode?: string;
|
|
1086
1086
|
DestinationSettings?: CaptionDestinationSettings;
|
|
1087
|
-
LanguageCode?: LanguageCode
|
|
1087
|
+
LanguageCode?: LanguageCode;
|
|
1088
1088
|
LanguageDescription?: string;
|
|
1089
1089
|
}
|
|
1090
1090
|
export interface CaptionDescriptionPreset {
|
|
1091
1091
|
CustomLanguageCode?: string;
|
|
1092
1092
|
DestinationSettings?: CaptionDestinationSettings;
|
|
1093
|
-
LanguageCode?: LanguageCode
|
|
1093
|
+
LanguageCode?: LanguageCode;
|
|
1094
1094
|
LanguageDescription?: string;
|
|
1095
1095
|
}
|
|
1096
1096
|
export interface CmafAdditionalManifest {
|
|
@@ -1116,7 +1116,7 @@ export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
|
|
|
1116
1116
|
export interface HlsCaptionLanguageMapping {
|
|
1117
1117
|
CaptionChannel?: number;
|
|
1118
1118
|
CustomLanguageCode?: string;
|
|
1119
|
-
LanguageCode?: LanguageCode
|
|
1119
|
+
LanguageCode?: LanguageCode;
|
|
1120
1120
|
LanguageDescription?: string;
|
|
1121
1121
|
}
|
|
1122
1122
|
export interface HopDestination {
|
|
@@ -1148,8 +1148,8 @@ export declare const AdvancedInputFilterSharpen: {
|
|
|
1148
1148
|
export type AdvancedInputFilterSharpen =
|
|
1149
1149
|
(typeof AdvancedInputFilterSharpen)[keyof typeof AdvancedInputFilterSharpen];
|
|
1150
1150
|
export interface AdvancedInputFilterSettings {
|
|
1151
|
-
AddTexture?: AdvancedInputFilterAddTexture
|
|
1152
|
-
Sharpening?: AdvancedInputFilterSharpen
|
|
1151
|
+
AddTexture?: AdvancedInputFilterAddTexture;
|
|
1152
|
+
Sharpening?: AdvancedInputFilterSharpen;
|
|
1153
1153
|
}
|
|
1154
1154
|
export interface AudioSelectorGroup {
|
|
1155
1155
|
AudioSelectorNames?: string[];
|
|
@@ -1170,7 +1170,7 @@ export type AudioDefaultSelection =
|
|
|
1170
1170
|
(typeof AudioDefaultSelection)[keyof typeof AudioDefaultSelection];
|
|
1171
1171
|
export interface HlsRenditionGroupSettings {
|
|
1172
1172
|
RenditionGroupId?: string;
|
|
1173
|
-
RenditionLanguageCode?: LanguageCode
|
|
1173
|
+
RenditionLanguageCode?: LanguageCode;
|
|
1174
1174
|
RenditionName?: string;
|
|
1175
1175
|
}
|
|
1176
1176
|
export declare const AudioSelectorType: {
|
|
@@ -1182,17 +1182,17 @@ export declare const AudioSelectorType: {
|
|
|
1182
1182
|
export type AudioSelectorType =
|
|
1183
1183
|
(typeof AudioSelectorType)[keyof typeof AudioSelectorType];
|
|
1184
1184
|
export interface AudioSelector {
|
|
1185
|
-
AudioDurationCorrection?: AudioDurationCorrection
|
|
1185
|
+
AudioDurationCorrection?: AudioDurationCorrection;
|
|
1186
1186
|
CustomLanguageCode?: string;
|
|
1187
|
-
DefaultSelection?: AudioDefaultSelection
|
|
1187
|
+
DefaultSelection?: AudioDefaultSelection;
|
|
1188
1188
|
ExternalAudioFileInput?: string;
|
|
1189
1189
|
HlsRenditionGroupSettings?: HlsRenditionGroupSettings;
|
|
1190
|
-
LanguageCode?: LanguageCode
|
|
1190
|
+
LanguageCode?: LanguageCode;
|
|
1191
1191
|
Offset?: number;
|
|
1192
1192
|
Pids?: number[];
|
|
1193
1193
|
ProgramSelection?: number;
|
|
1194
1194
|
RemixSettings?: RemixSettings;
|
|
1195
|
-
SelectorType?: AudioSelectorType
|
|
1195
|
+
SelectorType?: AudioSelectorType;
|
|
1196
1196
|
Tracks?: number[];
|
|
1197
1197
|
}
|
|
1198
1198
|
export declare const AncillaryConvert608To708: {
|
|
@@ -1208,9 +1208,9 @@ export declare const AncillaryTerminateCaptions: {
|
|
|
1208
1208
|
export type AncillaryTerminateCaptions =
|
|
1209
1209
|
(typeof AncillaryTerminateCaptions)[keyof typeof AncillaryTerminateCaptions];
|
|
1210
1210
|
export interface AncillarySourceSettings {
|
|
1211
|
-
Convert608To708?: AncillaryConvert608To708
|
|
1211
|
+
Convert608To708?: AncillaryConvert608To708;
|
|
1212
1212
|
SourceAncillaryChannelNumber?: number;
|
|
1213
|
-
TerminateCaptions?: AncillaryTerminateCaptions
|
|
1213
|
+
TerminateCaptions?: AncillaryTerminateCaptions;
|
|
1214
1214
|
}
|
|
1215
1215
|
export interface DvbSubSourceSettings {
|
|
1216
1216
|
Pid?: number;
|
|
@@ -1228,10 +1228,10 @@ export declare const EmbeddedTerminateCaptions: {
|
|
|
1228
1228
|
export type EmbeddedTerminateCaptions =
|
|
1229
1229
|
(typeof EmbeddedTerminateCaptions)[keyof typeof EmbeddedTerminateCaptions];
|
|
1230
1230
|
export interface EmbeddedSourceSettings {
|
|
1231
|
-
Convert608To708?: EmbeddedConvert608To708
|
|
1231
|
+
Convert608To708?: EmbeddedConvert608To708;
|
|
1232
1232
|
Source608ChannelNumber?: number;
|
|
1233
1233
|
Source608TrackNumber?: number;
|
|
1234
|
-
TerminateCaptions?: EmbeddedTerminateCaptions
|
|
1234
|
+
TerminateCaptions?: EmbeddedTerminateCaptions;
|
|
1235
1235
|
}
|
|
1236
1236
|
export declare const FileSourceConvert608To708: {
|
|
1237
1237
|
readonly DISABLED: "DISABLED";
|
|
@@ -1256,12 +1256,12 @@ export declare const FileSourceTimeDeltaUnits: {
|
|
|
1256
1256
|
export type FileSourceTimeDeltaUnits =
|
|
1257
1257
|
(typeof FileSourceTimeDeltaUnits)[keyof typeof FileSourceTimeDeltaUnits];
|
|
1258
1258
|
export interface FileSourceSettings {
|
|
1259
|
-
Convert608To708?: FileSourceConvert608To708
|
|
1260
|
-
ConvertPaintToPop?: CaptionSourceConvertPaintOnToPopOn
|
|
1259
|
+
Convert608To708?: FileSourceConvert608To708;
|
|
1260
|
+
ConvertPaintToPop?: CaptionSourceConvertPaintOnToPopOn;
|
|
1261
1261
|
Framerate?: CaptionSourceFramerate;
|
|
1262
1262
|
SourceFile?: string;
|
|
1263
1263
|
TimeDelta?: number;
|
|
1264
|
-
TimeDeltaUnits?: FileSourceTimeDeltaUnits
|
|
1264
|
+
TimeDeltaUnits?: FileSourceTimeDeltaUnits;
|
|
1265
1265
|
}
|
|
1266
1266
|
export declare const CaptionSourceType: {
|
|
1267
1267
|
readonly ANCILLARY: "ANCILLARY";
|
|
@@ -1289,7 +1289,7 @@ export interface TrackSourceSettings {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
export interface WebvttHlsSourceSettings {
|
|
1291
1291
|
RenditionGroupId?: string;
|
|
1292
|
-
RenditionLanguageCode?: LanguageCode
|
|
1292
|
+
RenditionLanguageCode?: LanguageCode;
|
|
1293
1293
|
RenditionName?: string;
|
|
1294
1294
|
}
|
|
1295
1295
|
export interface CaptionSourceSettings {
|
|
@@ -1297,14 +1297,14 @@ export interface CaptionSourceSettings {
|
|
|
1297
1297
|
DvbSubSourceSettings?: DvbSubSourceSettings;
|
|
1298
1298
|
EmbeddedSourceSettings?: EmbeddedSourceSettings;
|
|
1299
1299
|
FileSourceSettings?: FileSourceSettings;
|
|
1300
|
-
SourceType?: CaptionSourceType
|
|
1300
|
+
SourceType?: CaptionSourceType;
|
|
1301
1301
|
TeletextSourceSettings?: TeletextSourceSettings;
|
|
1302
1302
|
TrackSourceSettings?: TrackSourceSettings;
|
|
1303
1303
|
WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
|
|
1304
1304
|
}
|
|
1305
1305
|
export interface CaptionSelector {
|
|
1306
1306
|
CustomLanguageCode?: string;
|
|
1307
|
-
LanguageCode?: LanguageCode
|
|
1307
|
+
LanguageCode?: LanguageCode;
|
|
1308
1308
|
SourceSettings?: CaptionSourceSettings;
|
|
1309
1309
|
}
|
|
1310
1310
|
export interface Rectangle {
|
|
@@ -1327,7 +1327,7 @@ export declare const DecryptionMode: {
|
|
|
1327
1327
|
export type DecryptionMode =
|
|
1328
1328
|
(typeof DecryptionMode)[keyof typeof DecryptionMode];
|
|
1329
1329
|
export interface InputDecryptionSettings {
|
|
1330
|
-
DecryptionMode?: DecryptionMode
|
|
1330
|
+
DecryptionMode?: DecryptionMode;
|
|
1331
1331
|
EncryptedDecryptionKey?: string;
|
|
1332
1332
|
InitializationVector?: string;
|
|
1333
1333
|
KmsKeyRegion?: string;
|
|
@@ -1394,7 +1394,7 @@ export interface VideoOverlayInputClipping {
|
|
|
1394
1394
|
export interface VideoOverlayInput {
|
|
1395
1395
|
FileInput?: string;
|
|
1396
1396
|
InputClippings?: VideoOverlayInputClipping[];
|
|
1397
|
-
TimecodeSource?: InputTimecodeSource
|
|
1397
|
+
TimecodeSource?: InputTimecodeSource;
|
|
1398
1398
|
TimecodeStart?: string;
|
|
1399
1399
|
}
|
|
1400
1400
|
export interface VideoOverlay {
|
|
@@ -1465,63 +1465,63 @@ export declare const InputSampleRange: {
|
|
|
1465
1465
|
export type InputSampleRange =
|
|
1466
1466
|
(typeof InputSampleRange)[keyof typeof InputSampleRange];
|
|
1467
1467
|
export interface VideoSelector {
|
|
1468
|
-
AlphaBehavior?: AlphaBehavior
|
|
1469
|
-
ColorSpace?: ColorSpace
|
|
1470
|
-
ColorSpaceUsage?: ColorSpaceUsage
|
|
1471
|
-
EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride
|
|
1468
|
+
AlphaBehavior?: AlphaBehavior;
|
|
1469
|
+
ColorSpace?: ColorSpace;
|
|
1470
|
+
ColorSpaceUsage?: ColorSpaceUsage;
|
|
1471
|
+
EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride;
|
|
1472
1472
|
Hdr10Metadata?: Hdr10Metadata;
|
|
1473
|
-
PadVideo?: PadVideo
|
|
1473
|
+
PadVideo?: PadVideo;
|
|
1474
1474
|
Pid?: number;
|
|
1475
1475
|
ProgramNumber?: number;
|
|
1476
|
-
Rotate?: InputRotate
|
|
1477
|
-
SampleRange?: InputSampleRange
|
|
1476
|
+
Rotate?: InputRotate;
|
|
1477
|
+
SampleRange?: InputSampleRange;
|
|
1478
1478
|
}
|
|
1479
1479
|
export interface Input {
|
|
1480
|
-
AdvancedInputFilter?: AdvancedInputFilter
|
|
1480
|
+
AdvancedInputFilter?: AdvancedInputFilter;
|
|
1481
1481
|
AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
|
|
1482
1482
|
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1483
1483
|
AudioSelectors?: Record<string, AudioSelector>;
|
|
1484
1484
|
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1485
1485
|
Crop?: Rectangle;
|
|
1486
|
-
DeblockFilter?: InputDeblockFilter
|
|
1486
|
+
DeblockFilter?: InputDeblockFilter;
|
|
1487
1487
|
DecryptionSettings?: InputDecryptionSettings;
|
|
1488
|
-
DenoiseFilter?: InputDenoiseFilter
|
|
1488
|
+
DenoiseFilter?: InputDenoiseFilter;
|
|
1489
1489
|
DolbyVisionMetadataXml?: string;
|
|
1490
1490
|
FileInput?: string;
|
|
1491
|
-
FilterEnable?: InputFilterEnable
|
|
1491
|
+
FilterEnable?: InputFilterEnable;
|
|
1492
1492
|
FilterStrength?: number;
|
|
1493
1493
|
ImageInserter?: ImageInserter;
|
|
1494
1494
|
InputClippings?: InputClipping[];
|
|
1495
|
-
InputScanType?: InputScanType
|
|
1495
|
+
InputScanType?: InputScanType;
|
|
1496
1496
|
Position?: Rectangle;
|
|
1497
1497
|
ProgramNumber?: number;
|
|
1498
|
-
PsiControl?: InputPsiControl
|
|
1498
|
+
PsiControl?: InputPsiControl;
|
|
1499
1499
|
SupplementalImps?: string[];
|
|
1500
|
-
TimecodeSource?: InputTimecodeSource
|
|
1500
|
+
TimecodeSource?: InputTimecodeSource;
|
|
1501
1501
|
TimecodeStart?: string;
|
|
1502
1502
|
VideoGenerator?: InputVideoGenerator;
|
|
1503
1503
|
VideoOverlays?: VideoOverlay[];
|
|
1504
1504
|
VideoSelector?: VideoSelector;
|
|
1505
1505
|
}
|
|
1506
1506
|
export interface InputTemplate {
|
|
1507
|
-
AdvancedInputFilter?: AdvancedInputFilter
|
|
1507
|
+
AdvancedInputFilter?: AdvancedInputFilter;
|
|
1508
1508
|
AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
|
|
1509
1509
|
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1510
1510
|
AudioSelectors?: Record<string, AudioSelector>;
|
|
1511
1511
|
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1512
1512
|
Crop?: Rectangle;
|
|
1513
|
-
DeblockFilter?: InputDeblockFilter
|
|
1514
|
-
DenoiseFilter?: InputDenoiseFilter
|
|
1513
|
+
DeblockFilter?: InputDeblockFilter;
|
|
1514
|
+
DenoiseFilter?: InputDenoiseFilter;
|
|
1515
1515
|
DolbyVisionMetadataXml?: string;
|
|
1516
|
-
FilterEnable?: InputFilterEnable
|
|
1516
|
+
FilterEnable?: InputFilterEnable;
|
|
1517
1517
|
FilterStrength?: number;
|
|
1518
1518
|
ImageInserter?: ImageInserter;
|
|
1519
1519
|
InputClippings?: InputClipping[];
|
|
1520
|
-
InputScanType?: InputScanType
|
|
1520
|
+
InputScanType?: InputScanType;
|
|
1521
1521
|
Position?: Rectangle;
|
|
1522
1522
|
ProgramNumber?: number;
|
|
1523
|
-
PsiControl?: InputPsiControl
|
|
1524
|
-
TimecodeSource?: InputTimecodeSource
|
|
1523
|
+
PsiControl?: InputPsiControl;
|
|
1524
|
+
TimecodeSource?: InputTimecodeSource;
|
|
1525
1525
|
TimecodeStart?: string;
|
|
1526
1526
|
VideoOverlays?: VideoOverlay[];
|
|
1527
1527
|
VideoSelector?: VideoSelector;
|
|
@@ -1534,7 +1534,7 @@ export declare const AccelerationMode: {
|
|
|
1534
1534
|
export type AccelerationMode =
|
|
1535
1535
|
(typeof AccelerationMode)[keyof typeof AccelerationMode];
|
|
1536
1536
|
export interface AccelerationSettings {
|
|
1537
|
-
Mode: AccelerationMode |
|
|
1537
|
+
Mode: AccelerationMode | undefined;
|
|
1538
1538
|
}
|
|
1539
1539
|
export declare const AccelerationStatus: {
|
|
1540
1540
|
readonly ACCELERATED: "ACCELERATED";
|
|
@@ -1604,8 +1604,8 @@ export declare const VchipAction: {
|
|
|
1604
1604
|
};
|
|
1605
1605
|
export type VchipAction = (typeof VchipAction)[keyof typeof VchipAction];
|
|
1606
1606
|
export interface ExtendedDataServices {
|
|
1607
|
-
CopyProtectionAction?: CopyProtectionAction
|
|
1608
|
-
VchipAction?: VchipAction
|
|
1607
|
+
CopyProtectionAction?: CopyProtectionAction;
|
|
1608
|
+
VchipAction?: VchipAction;
|
|
1609
1609
|
}
|
|
1610
1610
|
export interface KantarWatermarkSettings {
|
|
1611
1611
|
ChannelName?: string;
|
|
@@ -1645,9 +1645,9 @@ export type MotionImagePlayback =
|
|
|
1645
1645
|
export interface MotionImageInserter {
|
|
1646
1646
|
Framerate?: MotionImageInsertionFramerate;
|
|
1647
1647
|
Input?: string;
|
|
1648
|
-
InsertionMode?: MotionImageInsertionMode
|
|
1648
|
+
InsertionMode?: MotionImageInsertionMode;
|
|
1649
1649
|
Offset?: MotionImageInsertionOffset;
|
|
1650
|
-
Playback?: MotionImagePlayback
|
|
1650
|
+
Playback?: MotionImagePlayback;
|
|
1651
1651
|
StartTime?: string;
|
|
1652
1652
|
}
|
|
1653
1653
|
export interface NielsenConfiguration {
|
|
@@ -1674,7 +1674,7 @@ export declare const NielsenUniqueTicPerAudioTrackType: {
|
|
|
1674
1674
|
export type NielsenUniqueTicPerAudioTrackType =
|
|
1675
1675
|
(typeof NielsenUniqueTicPerAudioTrackType)[keyof typeof NielsenUniqueTicPerAudioTrackType];
|
|
1676
1676
|
export interface NielsenNonLinearWatermarkSettings {
|
|
1677
|
-
ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType
|
|
1677
|
+
ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType;
|
|
1678
1678
|
AdiFilename?: string;
|
|
1679
1679
|
AssetId?: string;
|
|
1680
1680
|
AssetName?: string;
|
|
@@ -1682,9 +1682,9 @@ export interface NielsenNonLinearWatermarkSettings {
|
|
|
1682
1682
|
EpisodeId?: string;
|
|
1683
1683
|
MetadataDestination?: string;
|
|
1684
1684
|
SourceId?: number;
|
|
1685
|
-
SourceWatermarkStatus?: NielsenSourceWatermarkStatusType
|
|
1685
|
+
SourceWatermarkStatus?: NielsenSourceWatermarkStatusType;
|
|
1686
1686
|
TicServerUrl?: string;
|
|
1687
|
-
UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType
|
|
1687
|
+
UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType;
|
|
1688
1688
|
}
|
|
1689
1689
|
export interface AutomatedAbrSettings {
|
|
1690
1690
|
MaxAbrBitrate?: number;
|
|
@@ -1723,7 +1723,7 @@ export declare const S3ObjectCannedAcl: {
|
|
|
1723
1723
|
export type S3ObjectCannedAcl =
|
|
1724
1724
|
(typeof S3ObjectCannedAcl)[keyof typeof S3ObjectCannedAcl];
|
|
1725
1725
|
export interface S3DestinationAccessControl {
|
|
1726
|
-
CannedAcl?: S3ObjectCannedAcl
|
|
1726
|
+
CannedAcl?: S3ObjectCannedAcl;
|
|
1727
1727
|
}
|
|
1728
1728
|
export declare const S3ServerSideEncryptionType: {
|
|
1729
1729
|
readonly SERVER_SIDE_ENCRYPTION_KMS: "SERVER_SIDE_ENCRYPTION_KMS";
|
|
@@ -1732,7 +1732,7 @@ export declare const S3ServerSideEncryptionType: {
|
|
|
1732
1732
|
export type S3ServerSideEncryptionType =
|
|
1733
1733
|
(typeof S3ServerSideEncryptionType)[keyof typeof S3ServerSideEncryptionType];
|
|
1734
1734
|
export interface S3EncryptionSettings {
|
|
1735
|
-
EncryptionType?: S3ServerSideEncryptionType
|
|
1735
|
+
EncryptionType?: S3ServerSideEncryptionType;
|
|
1736
1736
|
KmsEncryptionContext?: string;
|
|
1737
1737
|
KmsKeyArn?: string;
|
|
1738
1738
|
}
|
|
@@ -1750,7 +1750,7 @@ export type S3StorageClass =
|
|
|
1750
1750
|
export interface S3DestinationSettings {
|
|
1751
1751
|
AccessControl?: S3DestinationAccessControl;
|
|
1752
1752
|
Encryption?: S3EncryptionSettings;
|
|
1753
|
-
StorageClass?: S3StorageClass
|
|
1753
|
+
StorageClass?: S3StorageClass;
|
|
1754
1754
|
}
|
|
1755
1755
|
export interface DestinationSettings {
|
|
1756
1756
|
S3Settings?: S3DestinationSettings;
|
|
@@ -1788,11 +1788,11 @@ export type CmafKeyProviderType =
|
|
|
1788
1788
|
(typeof CmafKeyProviderType)[keyof typeof CmafKeyProviderType];
|
|
1789
1789
|
export interface CmafEncryptionSettings {
|
|
1790
1790
|
ConstantInitializationVector?: string;
|
|
1791
|
-
EncryptionMethod?: CmafEncryptionType
|
|
1792
|
-
InitializationVectorInManifest?: CmafInitializationVectorInManifest
|
|
1791
|
+
EncryptionMethod?: CmafEncryptionType;
|
|
1792
|
+
InitializationVectorInManifest?: CmafInitializationVectorInManifest;
|
|
1793
1793
|
SpekeKeyProvider?: SpekeKeyProviderCmaf;
|
|
1794
1794
|
StaticKeyProvider?: StaticKeyProvider;
|
|
1795
|
-
Type?: CmafKeyProviderType
|
|
1795
|
+
Type?: CmafKeyProviderType;
|
|
1796
1796
|
}
|
|
1797
1797
|
export declare const CmafImageBasedTrickPlay: {
|
|
1798
1798
|
readonly ADVANCED: "ADVANCED";
|
|
@@ -1809,7 +1809,7 @@ export declare const CmafIntervalCadence: {
|
|
|
1809
1809
|
export type CmafIntervalCadence =
|
|
1810
1810
|
(typeof CmafIntervalCadence)[keyof typeof CmafIntervalCadence];
|
|
1811
1811
|
export interface CmafImageBasedTrickPlaySettings {
|
|
1812
|
-
IntervalCadence?: CmafIntervalCadence
|
|
1812
|
+
IntervalCadence?: CmafIntervalCadence;
|
|
1813
1813
|
ThumbnailHeight?: number;
|
|
1814
1814
|
ThumbnailInterval?: number;
|
|
1815
1815
|
ThumbnailWidth?: number;
|
|
@@ -1897,35 +1897,31 @@ export type CmafWriteSegmentTimelineInRepresentation =
|
|
|
1897
1897
|
export interface CmafGroupSettings {
|
|
1898
1898
|
AdditionalManifests?: CmafAdditionalManifest[];
|
|
1899
1899
|
BaseUrl?: string;
|
|
1900
|
-
ClientCache?: CmafClientCache
|
|
1901
|
-
CodecSpecification?: CmafCodecSpecification
|
|
1902
|
-
DashManifestStyle?: DashManifestStyle
|
|
1900
|
+
ClientCache?: CmafClientCache;
|
|
1901
|
+
CodecSpecification?: CmafCodecSpecification;
|
|
1902
|
+
DashManifestStyle?: DashManifestStyle;
|
|
1903
1903
|
Destination?: string;
|
|
1904
1904
|
DestinationSettings?: DestinationSettings;
|
|
1905
1905
|
Encryption?: CmafEncryptionSettings;
|
|
1906
1906
|
FragmentLength?: number;
|
|
1907
|
-
ImageBasedTrickPlay?: CmafImageBasedTrickPlay
|
|
1907
|
+
ImageBasedTrickPlay?: CmafImageBasedTrickPlay;
|
|
1908
1908
|
ImageBasedTrickPlaySettings?: CmafImageBasedTrickPlaySettings;
|
|
1909
|
-
ManifestCompression?: CmafManifestCompression
|
|
1910
|
-
ManifestDurationFormat?: CmafManifestDurationFormat
|
|
1909
|
+
ManifestCompression?: CmafManifestCompression;
|
|
1910
|
+
ManifestDurationFormat?: CmafManifestDurationFormat;
|
|
1911
1911
|
MinBufferTime?: number;
|
|
1912
1912
|
MinFinalSegmentLength?: number;
|
|
1913
|
-
MpdManifestBandwidthType?: CmafMpdManifestBandwidthType
|
|
1914
|
-
MpdProfile?: CmafMpdProfile
|
|
1915
|
-
PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames
|
|
1916
|
-
SegmentControl?: CmafSegmentControl
|
|
1913
|
+
MpdManifestBandwidthType?: CmafMpdManifestBandwidthType;
|
|
1914
|
+
MpdProfile?: CmafMpdProfile;
|
|
1915
|
+
PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames;
|
|
1916
|
+
SegmentControl?: CmafSegmentControl;
|
|
1917
1917
|
SegmentLength?: number;
|
|
1918
|
-
SegmentLengthControl?: CmafSegmentLengthControl
|
|
1919
|
-
StreamInfResolution?: CmafStreamInfResolution
|
|
1920
|
-
TargetDurationCompatibilityMode?:
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
WriteHlsManifest?: CmafWriteHLSManifest | string;
|
|
1926
|
-
WriteSegmentTimelineInRepresentation?:
|
|
1927
|
-
| CmafWriteSegmentTimelineInRepresentation
|
|
1928
|
-
| string;
|
|
1918
|
+
SegmentLengthControl?: CmafSegmentLengthControl;
|
|
1919
|
+
StreamInfResolution?: CmafStreamInfResolution;
|
|
1920
|
+
TargetDurationCompatibilityMode?: CmafTargetDurationCompatibilityMode;
|
|
1921
|
+
VideoCompositionOffsets?: CmafVideoCompositionOffsets;
|
|
1922
|
+
WriteDashManifest?: CmafWriteDASHManifest;
|
|
1923
|
+
WriteHlsManifest?: CmafWriteHLSManifest;
|
|
1924
|
+
WriteSegmentTimelineInRepresentation?: CmafWriteSegmentTimelineInRepresentation;
|
|
1929
1925
|
}
|
|
1930
1926
|
export declare const DashIsoGroupAudioChannelConfigSchemeIdUri: {
|
|
1931
1927
|
readonly DOLBY_CHANNEL_CONFIGURATION: "DOLBY_CHANNEL_CONFIGURATION";
|
|
@@ -1946,7 +1942,7 @@ export interface SpekeKeyProvider {
|
|
|
1946
1942
|
Url?: string;
|
|
1947
1943
|
}
|
|
1948
1944
|
export interface DashIsoEncryptionSettings {
|
|
1949
|
-
PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility
|
|
1945
|
+
PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility;
|
|
1950
1946
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
1951
1947
|
}
|
|
1952
1948
|
export declare const DashIsoHbbtvCompliance: {
|
|
@@ -1970,7 +1966,7 @@ export declare const DashIsoIntervalCadence: {
|
|
|
1970
1966
|
export type DashIsoIntervalCadence =
|
|
1971
1967
|
(typeof DashIsoIntervalCadence)[keyof typeof DashIsoIntervalCadence];
|
|
1972
1968
|
export interface DashIsoImageBasedTrickPlaySettings {
|
|
1973
|
-
IntervalCadence?: DashIsoIntervalCadence
|
|
1969
|
+
IntervalCadence?: DashIsoIntervalCadence;
|
|
1974
1970
|
ThumbnailHeight?: number;
|
|
1975
1971
|
ThumbnailInterval?: number;
|
|
1976
1972
|
ThumbnailWidth?: number;
|
|
@@ -2021,30 +2017,26 @@ export type DashIsoWriteSegmentTimelineInRepresentation =
|
|
|
2021
2017
|
(typeof DashIsoWriteSegmentTimelineInRepresentation)[keyof typeof DashIsoWriteSegmentTimelineInRepresentation];
|
|
2022
2018
|
export interface DashIsoGroupSettings {
|
|
2023
2019
|
AdditionalManifests?: DashAdditionalManifest[];
|
|
2024
|
-
AudioChannelConfigSchemeIdUri?:
|
|
2025
|
-
| DashIsoGroupAudioChannelConfigSchemeIdUri
|
|
2026
|
-
| string;
|
|
2020
|
+
AudioChannelConfigSchemeIdUri?: DashIsoGroupAudioChannelConfigSchemeIdUri;
|
|
2027
2021
|
BaseUrl?: string;
|
|
2028
|
-
DashManifestStyle?: DashManifestStyle
|
|
2022
|
+
DashManifestStyle?: DashManifestStyle;
|
|
2029
2023
|
Destination?: string;
|
|
2030
2024
|
DestinationSettings?: DestinationSettings;
|
|
2031
2025
|
Encryption?: DashIsoEncryptionSettings;
|
|
2032
2026
|
FragmentLength?: number;
|
|
2033
|
-
HbbtvCompliance?: DashIsoHbbtvCompliance
|
|
2034
|
-
ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay
|
|
2027
|
+
HbbtvCompliance?: DashIsoHbbtvCompliance;
|
|
2028
|
+
ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay;
|
|
2035
2029
|
ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
|
|
2036
2030
|
MinBufferTime?: number;
|
|
2037
2031
|
MinFinalSegmentLength?: number;
|
|
2038
|
-
MpdManifestBandwidthType?: DashIsoMpdManifestBandwidthType
|
|
2039
|
-
MpdProfile?: DashIsoMpdProfile
|
|
2040
|
-
PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames
|
|
2041
|
-
SegmentControl?: DashIsoSegmentControl
|
|
2032
|
+
MpdManifestBandwidthType?: DashIsoMpdManifestBandwidthType;
|
|
2033
|
+
MpdProfile?: DashIsoMpdProfile;
|
|
2034
|
+
PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames;
|
|
2035
|
+
SegmentControl?: DashIsoSegmentControl;
|
|
2042
2036
|
SegmentLength?: number;
|
|
2043
|
-
SegmentLengthControl?: DashIsoSegmentLengthControl
|
|
2044
|
-
VideoCompositionOffsets?: DashIsoVideoCompositionOffsets
|
|
2045
|
-
WriteSegmentTimelineInRepresentation?:
|
|
2046
|
-
| DashIsoWriteSegmentTimelineInRepresentation
|
|
2047
|
-
| string;
|
|
2037
|
+
SegmentLengthControl?: DashIsoSegmentLengthControl;
|
|
2038
|
+
VideoCompositionOffsets?: DashIsoVideoCompositionOffsets;
|
|
2039
|
+
WriteSegmentTimelineInRepresentation?: DashIsoWriteSegmentTimelineInRepresentation;
|
|
2048
2040
|
}
|
|
2049
2041
|
export interface FileGroupSettings {
|
|
2050
2042
|
Destination?: string;
|
|
@@ -2113,12 +2105,12 @@ export type HlsKeyProviderType =
|
|
|
2113
2105
|
(typeof HlsKeyProviderType)[keyof typeof HlsKeyProviderType];
|
|
2114
2106
|
export interface HlsEncryptionSettings {
|
|
2115
2107
|
ConstantInitializationVector?: string;
|
|
2116
|
-
EncryptionMethod?: HlsEncryptionType
|
|
2117
|
-
InitializationVectorInManifest?: HlsInitializationVectorInManifest
|
|
2118
|
-
OfflineEncrypted?: HlsOfflineEncrypted
|
|
2108
|
+
EncryptionMethod?: HlsEncryptionType;
|
|
2109
|
+
InitializationVectorInManifest?: HlsInitializationVectorInManifest;
|
|
2110
|
+
OfflineEncrypted?: HlsOfflineEncrypted;
|
|
2119
2111
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
2120
2112
|
StaticKeyProvider?: StaticKeyProvider;
|
|
2121
|
-
Type?: HlsKeyProviderType
|
|
2113
|
+
Type?: HlsKeyProviderType;
|
|
2122
2114
|
}
|
|
2123
2115
|
export declare const HlsImageBasedTrickPlay: {
|
|
2124
2116
|
readonly ADVANCED: "ADVANCED";
|
|
@@ -2135,7 +2127,7 @@ export declare const HlsIntervalCadence: {
|
|
|
2135
2127
|
export type HlsIntervalCadence =
|
|
2136
2128
|
(typeof HlsIntervalCadence)[keyof typeof HlsIntervalCadence];
|
|
2137
2129
|
export interface HlsImageBasedTrickPlaySettings {
|
|
2138
|
-
IntervalCadence?: HlsIntervalCadence
|
|
2130
|
+
IntervalCadence?: HlsIntervalCadence;
|
|
2139
2131
|
ThumbnailHeight?: number;
|
|
2140
2132
|
ThumbnailInterval?: number;
|
|
2141
2133
|
ThumbnailWidth?: number;
|
|
@@ -2204,36 +2196,36 @@ export declare const HlsTimedMetadataId3Frame: {
|
|
|
2204
2196
|
export type HlsTimedMetadataId3Frame =
|
|
2205
2197
|
(typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
|
|
2206
2198
|
export interface HlsGroupSettings {
|
|
2207
|
-
AdMarkers?:
|
|
2199
|
+
AdMarkers?: HlsAdMarkers[];
|
|
2208
2200
|
AdditionalManifests?: HlsAdditionalManifest[];
|
|
2209
|
-
AudioOnlyHeader?: HlsAudioOnlyHeader
|
|
2201
|
+
AudioOnlyHeader?: HlsAudioOnlyHeader;
|
|
2210
2202
|
BaseUrl?: string;
|
|
2211
2203
|
CaptionLanguageMappings?: HlsCaptionLanguageMapping[];
|
|
2212
|
-
CaptionLanguageSetting?: HlsCaptionLanguageSetting
|
|
2213
|
-
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl
|
|
2214
|
-
ClientCache?: HlsClientCache
|
|
2215
|
-
CodecSpecification?: HlsCodecSpecification
|
|
2204
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting;
|
|
2205
|
+
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl;
|
|
2206
|
+
ClientCache?: HlsClientCache;
|
|
2207
|
+
CodecSpecification?: HlsCodecSpecification;
|
|
2216
2208
|
Destination?: string;
|
|
2217
2209
|
DestinationSettings?: DestinationSettings;
|
|
2218
|
-
DirectoryStructure?: HlsDirectoryStructure
|
|
2210
|
+
DirectoryStructure?: HlsDirectoryStructure;
|
|
2219
2211
|
Encryption?: HlsEncryptionSettings;
|
|
2220
|
-
ImageBasedTrickPlay?: HlsImageBasedTrickPlay
|
|
2212
|
+
ImageBasedTrickPlay?: HlsImageBasedTrickPlay;
|
|
2221
2213
|
ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings;
|
|
2222
|
-
ManifestCompression?: HlsManifestCompression
|
|
2223
|
-
ManifestDurationFormat?: HlsManifestDurationFormat
|
|
2214
|
+
ManifestCompression?: HlsManifestCompression;
|
|
2215
|
+
ManifestDurationFormat?: HlsManifestDurationFormat;
|
|
2224
2216
|
MinFinalSegmentLength?: number;
|
|
2225
2217
|
MinSegmentLength?: number;
|
|
2226
|
-
OutputSelection?: HlsOutputSelection
|
|
2227
|
-
ProgramDateTime?: HlsProgramDateTime
|
|
2218
|
+
OutputSelection?: HlsOutputSelection;
|
|
2219
|
+
ProgramDateTime?: HlsProgramDateTime;
|
|
2228
2220
|
ProgramDateTimePeriod?: number;
|
|
2229
|
-
ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest
|
|
2230
|
-
SegmentControl?: HlsSegmentControl
|
|
2221
|
+
ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest;
|
|
2222
|
+
SegmentControl?: HlsSegmentControl;
|
|
2231
2223
|
SegmentLength?: number;
|
|
2232
|
-
SegmentLengthControl?: HlsSegmentLengthControl
|
|
2224
|
+
SegmentLengthControl?: HlsSegmentLengthControl;
|
|
2233
2225
|
SegmentsPerSubdirectory?: number;
|
|
2234
|
-
StreamInfResolution?: HlsStreamInfResolution
|
|
2235
|
-
TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode
|
|
2236
|
-
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame
|
|
2226
|
+
StreamInfResolution?: HlsStreamInfResolution;
|
|
2227
|
+
TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode;
|
|
2228
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame;
|
|
2237
2229
|
TimedMetadataId3Period?: number;
|
|
2238
2230
|
TimestampDeltaMilliseconds?: number;
|
|
2239
2231
|
}
|
|
@@ -2264,13 +2256,13 @@ export type MsSmoothManifestEncoding =
|
|
|
2264
2256
|
(typeof MsSmoothManifestEncoding)[keyof typeof MsSmoothManifestEncoding];
|
|
2265
2257
|
export interface MsSmoothGroupSettings {
|
|
2266
2258
|
AdditionalManifests?: MsSmoothAdditionalManifest[];
|
|
2267
|
-
AudioDeduplication?: MsSmoothAudioDeduplication
|
|
2259
|
+
AudioDeduplication?: MsSmoothAudioDeduplication;
|
|
2268
2260
|
Destination?: string;
|
|
2269
2261
|
DestinationSettings?: DestinationSettings;
|
|
2270
2262
|
Encryption?: MsSmoothEncryptionSettings;
|
|
2271
2263
|
FragmentLength?: number;
|
|
2272
|
-
FragmentLengthControl?: MsSmoothFragmentLengthControl
|
|
2273
|
-
ManifestEncoding?: MsSmoothManifestEncoding
|
|
2264
|
+
FragmentLengthControl?: MsSmoothFragmentLengthControl;
|
|
2265
|
+
ManifestEncoding?: MsSmoothManifestEncoding;
|
|
2274
2266
|
}
|
|
2275
2267
|
export declare const OutputGroupType: {
|
|
2276
2268
|
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
@@ -2287,7 +2279,7 @@ export interface OutputGroupSettings {
|
|
|
2287
2279
|
FileGroupSettings?: FileGroupSettings;
|
|
2288
2280
|
HlsGroupSettings?: HlsGroupSettings;
|
|
2289
2281
|
MsSmoothGroupSettings?: MsSmoothGroupSettings;
|
|
2290
|
-
Type?: OutputGroupType
|
|
2282
|
+
Type?: OutputGroupType;
|
|
2291
2283
|
}
|
|
2292
2284
|
export declare const CmfcAudioDuration: {
|
|
2293
2285
|
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|