@aws-sdk/client-mediaconvert 3.933.0 → 3.935.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-cjs/index.js +2679 -2680
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +2564 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -1173
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +6212 -0
- package/dist-types/models/errors.d.ts +93 -0
- package/dist-types/models/models_0.d.ts +5265 -2628
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +3403 -0
- package/dist-types/ts3.4/models/errors.d.ts +52 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1657 -1528
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-es/models/models_1.js +0 -1179
- package/dist-es/models/models_2.js +0 -311
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/models/models_1.d.ts +0 -6068
- package/dist-types/models/models_2.d.ts +0 -2876
- package/dist-types/ts3.4/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2295
- package/dist-types/ts3.4/models/models_2.d.ts +0 -906
|
@@ -1,2295 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CmafGroupSettings,
|
|
3
|
-
DashIsoGroupSettings,
|
|
4
|
-
DestinationSettings,
|
|
5
|
-
FileGroupSettings,
|
|
6
|
-
FrameMetricType,
|
|
7
|
-
Hdr10Metadata,
|
|
8
|
-
HlsAdditionalManifest,
|
|
9
|
-
HlsAdMarkers,
|
|
10
|
-
HlsAudioOnlyHeader,
|
|
11
|
-
HlsCaptionLanguageMapping,
|
|
12
|
-
HlsCaptionLanguageSetting,
|
|
13
|
-
HlsCaptionSegmentLengthControl,
|
|
14
|
-
HlsClientCache,
|
|
15
|
-
HlsCodecSpecification,
|
|
16
|
-
HlsDirectoryStructure,
|
|
17
|
-
HlsEncryptionSettings,
|
|
18
|
-
HlsImageBasedTrickPlay,
|
|
19
|
-
HlsImageBasedTrickPlaySettings,
|
|
20
|
-
HlsManifestCompression,
|
|
21
|
-
HlsManifestDurationFormat,
|
|
22
|
-
HlsOutputSelection,
|
|
23
|
-
HlsProgramDateTime,
|
|
24
|
-
HlsProgressiveWriteHlsManifest,
|
|
25
|
-
SpekeKeyProvider,
|
|
26
|
-
} from "./models_0";
|
|
27
|
-
export declare const HlsSegmentControl: {
|
|
28
|
-
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
29
|
-
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
30
|
-
};
|
|
31
|
-
export type HlsSegmentControl =
|
|
32
|
-
(typeof HlsSegmentControl)[keyof typeof HlsSegmentControl];
|
|
33
|
-
export declare const HlsSegmentLengthControl: {
|
|
34
|
-
readonly EXACT: "EXACT";
|
|
35
|
-
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
36
|
-
readonly MATCH: "MATCH";
|
|
37
|
-
};
|
|
38
|
-
export type HlsSegmentLengthControl =
|
|
39
|
-
(typeof HlsSegmentLengthControl)[keyof typeof HlsSegmentLengthControl];
|
|
40
|
-
export declare const HlsStreamInfResolution: {
|
|
41
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
42
|
-
readonly INCLUDE: "INCLUDE";
|
|
43
|
-
};
|
|
44
|
-
export type HlsStreamInfResolution =
|
|
45
|
-
(typeof HlsStreamInfResolution)[keyof typeof HlsStreamInfResolution];
|
|
46
|
-
export declare const HlsTargetDurationCompatibilityMode: {
|
|
47
|
-
readonly LEGACY: "LEGACY";
|
|
48
|
-
readonly SPEC_COMPLIANT: "SPEC_COMPLIANT";
|
|
49
|
-
};
|
|
50
|
-
export type HlsTargetDurationCompatibilityMode =
|
|
51
|
-
(typeof HlsTargetDurationCompatibilityMode)[keyof typeof HlsTargetDurationCompatibilityMode];
|
|
52
|
-
export declare const HlsTimedMetadataId3Frame: {
|
|
53
|
-
readonly NONE: "NONE";
|
|
54
|
-
readonly PRIV: "PRIV";
|
|
55
|
-
readonly TDRL: "TDRL";
|
|
56
|
-
};
|
|
57
|
-
export type HlsTimedMetadataId3Frame =
|
|
58
|
-
(typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
|
|
59
|
-
export interface HlsGroupSettings {
|
|
60
|
-
AdMarkers?: HlsAdMarkers[] | undefined;
|
|
61
|
-
AdditionalManifests?: HlsAdditionalManifest[] | undefined;
|
|
62
|
-
AudioOnlyHeader?: HlsAudioOnlyHeader | undefined;
|
|
63
|
-
BaseUrl?: string | undefined;
|
|
64
|
-
CaptionLanguageMappings?: HlsCaptionLanguageMapping[] | undefined;
|
|
65
|
-
CaptionLanguageSetting?: HlsCaptionLanguageSetting | undefined;
|
|
66
|
-
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | undefined;
|
|
67
|
-
ClientCache?: HlsClientCache | undefined;
|
|
68
|
-
CodecSpecification?: HlsCodecSpecification | undefined;
|
|
69
|
-
Destination?: string | undefined;
|
|
70
|
-
DestinationSettings?: DestinationSettings | undefined;
|
|
71
|
-
DirectoryStructure?: HlsDirectoryStructure | undefined;
|
|
72
|
-
Encryption?: HlsEncryptionSettings | undefined;
|
|
73
|
-
ImageBasedTrickPlay?: HlsImageBasedTrickPlay | undefined;
|
|
74
|
-
ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings | undefined;
|
|
75
|
-
ManifestCompression?: HlsManifestCompression | undefined;
|
|
76
|
-
ManifestDurationFormat?: HlsManifestDurationFormat | undefined;
|
|
77
|
-
MinFinalSegmentLength?: number | undefined;
|
|
78
|
-
MinSegmentLength?: number | undefined;
|
|
79
|
-
OutputSelection?: HlsOutputSelection | undefined;
|
|
80
|
-
ProgramDateTime?: HlsProgramDateTime | undefined;
|
|
81
|
-
ProgramDateTimePeriod?: number | undefined;
|
|
82
|
-
ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest | undefined;
|
|
83
|
-
SegmentControl?: HlsSegmentControl | undefined;
|
|
84
|
-
SegmentLength?: number | undefined;
|
|
85
|
-
SegmentLengthControl?: HlsSegmentLengthControl | undefined;
|
|
86
|
-
SegmentsPerSubdirectory?: number | undefined;
|
|
87
|
-
StreamInfResolution?: HlsStreamInfResolution | undefined;
|
|
88
|
-
TargetDurationCompatibilityMode?:
|
|
89
|
-
| HlsTargetDurationCompatibilityMode
|
|
90
|
-
| undefined;
|
|
91
|
-
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | undefined;
|
|
92
|
-
TimedMetadataId3Period?: number | undefined;
|
|
93
|
-
TimestampDeltaMilliseconds?: number | undefined;
|
|
94
|
-
}
|
|
95
|
-
export interface MsSmoothAdditionalManifest {
|
|
96
|
-
ManifestNameModifier?: string | undefined;
|
|
97
|
-
SelectedOutputs?: string[] | undefined;
|
|
98
|
-
}
|
|
99
|
-
export declare const MsSmoothAudioDeduplication: {
|
|
100
|
-
readonly COMBINE_DUPLICATE_STREAMS: "COMBINE_DUPLICATE_STREAMS";
|
|
101
|
-
readonly NONE: "NONE";
|
|
102
|
-
};
|
|
103
|
-
export type MsSmoothAudioDeduplication =
|
|
104
|
-
(typeof MsSmoothAudioDeduplication)[keyof typeof MsSmoothAudioDeduplication];
|
|
105
|
-
export interface MsSmoothEncryptionSettings {
|
|
106
|
-
SpekeKeyProvider?: SpekeKeyProvider | undefined;
|
|
107
|
-
}
|
|
108
|
-
export declare const MsSmoothFragmentLengthControl: {
|
|
109
|
-
readonly EXACT: "EXACT";
|
|
110
|
-
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
111
|
-
};
|
|
112
|
-
export type MsSmoothFragmentLengthControl =
|
|
113
|
-
(typeof MsSmoothFragmentLengthControl)[keyof typeof MsSmoothFragmentLengthControl];
|
|
114
|
-
export declare const MsSmoothManifestEncoding: {
|
|
115
|
-
readonly UTF16: "UTF16";
|
|
116
|
-
readonly UTF8: "UTF8";
|
|
117
|
-
};
|
|
118
|
-
export type MsSmoothManifestEncoding =
|
|
119
|
-
(typeof MsSmoothManifestEncoding)[keyof typeof MsSmoothManifestEncoding];
|
|
120
|
-
export interface MsSmoothGroupSettings {
|
|
121
|
-
AdditionalManifests?: MsSmoothAdditionalManifest[] | undefined;
|
|
122
|
-
AudioDeduplication?: MsSmoothAudioDeduplication | undefined;
|
|
123
|
-
Destination?: string | undefined;
|
|
124
|
-
DestinationSettings?: DestinationSettings | undefined;
|
|
125
|
-
Encryption?: MsSmoothEncryptionSettings | undefined;
|
|
126
|
-
FragmentLength?: number | undefined;
|
|
127
|
-
FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
|
|
128
|
-
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
129
|
-
}
|
|
130
|
-
export declare const OutputGroupType: {
|
|
131
|
-
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
132
|
-
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
133
|
-
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
134
|
-
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
135
|
-
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
136
|
-
};
|
|
137
|
-
export type OutputGroupType =
|
|
138
|
-
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
139
|
-
export interface OutputGroupSettings {
|
|
140
|
-
CmafGroupSettings?: CmafGroupSettings | undefined;
|
|
141
|
-
DashIsoGroupSettings?: DashIsoGroupSettings | undefined;
|
|
142
|
-
FileGroupSettings?: FileGroupSettings | undefined;
|
|
143
|
-
HlsGroupSettings?: HlsGroupSettings | undefined;
|
|
144
|
-
MsSmoothGroupSettings?: MsSmoothGroupSettings | undefined;
|
|
145
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
146
|
-
Type?: OutputGroupType | undefined;
|
|
147
|
-
}
|
|
148
|
-
export declare const CmfcAudioDuration: {
|
|
149
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
150
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
151
|
-
};
|
|
152
|
-
export type CmfcAudioDuration =
|
|
153
|
-
(typeof CmfcAudioDuration)[keyof typeof CmfcAudioDuration];
|
|
154
|
-
export declare const CmfcAudioTrackType: {
|
|
155
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
156
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
157
|
-
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
158
|
-
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
159
|
-
};
|
|
160
|
-
export type CmfcAudioTrackType =
|
|
161
|
-
(typeof CmfcAudioTrackType)[keyof typeof CmfcAudioTrackType];
|
|
162
|
-
export declare const CmfcC2paManifest: {
|
|
163
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
164
|
-
readonly INCLUDE: "INCLUDE";
|
|
165
|
-
};
|
|
166
|
-
export type CmfcC2paManifest =
|
|
167
|
-
(typeof CmfcC2paManifest)[keyof typeof CmfcC2paManifest];
|
|
168
|
-
export declare const CmfcDescriptiveVideoServiceFlag: {
|
|
169
|
-
readonly DONT_FLAG: "DONT_FLAG";
|
|
170
|
-
readonly FLAG: "FLAG";
|
|
171
|
-
};
|
|
172
|
-
export type CmfcDescriptiveVideoServiceFlag =
|
|
173
|
-
(typeof CmfcDescriptiveVideoServiceFlag)[keyof typeof CmfcDescriptiveVideoServiceFlag];
|
|
174
|
-
export declare const CmfcIFrameOnlyManifest: {
|
|
175
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
176
|
-
readonly INCLUDE: "INCLUDE";
|
|
177
|
-
};
|
|
178
|
-
export type CmfcIFrameOnlyManifest =
|
|
179
|
-
(typeof CmfcIFrameOnlyManifest)[keyof typeof CmfcIFrameOnlyManifest];
|
|
180
|
-
export declare const CmfcKlvMetadata: {
|
|
181
|
-
readonly NONE: "NONE";
|
|
182
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
183
|
-
};
|
|
184
|
-
export type CmfcKlvMetadata =
|
|
185
|
-
(typeof CmfcKlvMetadata)[keyof typeof CmfcKlvMetadata];
|
|
186
|
-
export declare const CmfcManifestMetadataSignaling: {
|
|
187
|
-
readonly DISABLED: "DISABLED";
|
|
188
|
-
readonly ENABLED: "ENABLED";
|
|
189
|
-
};
|
|
190
|
-
export type CmfcManifestMetadataSignaling =
|
|
191
|
-
(typeof CmfcManifestMetadataSignaling)[keyof typeof CmfcManifestMetadataSignaling];
|
|
192
|
-
export declare const CmfcScte35Esam: {
|
|
193
|
-
readonly INSERT: "INSERT";
|
|
194
|
-
readonly NONE: "NONE";
|
|
195
|
-
};
|
|
196
|
-
export type CmfcScte35Esam =
|
|
197
|
-
(typeof CmfcScte35Esam)[keyof typeof CmfcScte35Esam];
|
|
198
|
-
export declare const CmfcScte35Source: {
|
|
199
|
-
readonly NONE: "NONE";
|
|
200
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
201
|
-
};
|
|
202
|
-
export type CmfcScte35Source =
|
|
203
|
-
(typeof CmfcScte35Source)[keyof typeof CmfcScte35Source];
|
|
204
|
-
export declare const CmfcTimedMetadata: {
|
|
205
|
-
readonly NONE: "NONE";
|
|
206
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
207
|
-
};
|
|
208
|
-
export type CmfcTimedMetadata =
|
|
209
|
-
(typeof CmfcTimedMetadata)[keyof typeof CmfcTimedMetadata];
|
|
210
|
-
export declare const CmfcTimedMetadataBoxVersion: {
|
|
211
|
-
readonly VERSION_0: "VERSION_0";
|
|
212
|
-
readonly VERSION_1: "VERSION_1";
|
|
213
|
-
};
|
|
214
|
-
export type CmfcTimedMetadataBoxVersion =
|
|
215
|
-
(typeof CmfcTimedMetadataBoxVersion)[keyof typeof CmfcTimedMetadataBoxVersion];
|
|
216
|
-
export interface CmfcSettings {
|
|
217
|
-
AudioDuration?: CmfcAudioDuration | undefined;
|
|
218
|
-
AudioGroupId?: string | undefined;
|
|
219
|
-
AudioRenditionSets?: string | undefined;
|
|
220
|
-
AudioTrackType?: CmfcAudioTrackType | undefined;
|
|
221
|
-
C2paManifest?: CmfcC2paManifest | undefined;
|
|
222
|
-
CertificateSecret?: string | undefined;
|
|
223
|
-
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | undefined;
|
|
224
|
-
IFrameOnlyManifest?: CmfcIFrameOnlyManifest | undefined;
|
|
225
|
-
KlvMetadata?: CmfcKlvMetadata | undefined;
|
|
226
|
-
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling | undefined;
|
|
227
|
-
Scte35Esam?: CmfcScte35Esam | undefined;
|
|
228
|
-
Scte35Source?: CmfcScte35Source | undefined;
|
|
229
|
-
SigningKmsKey?: string | undefined;
|
|
230
|
-
TimedMetadata?: CmfcTimedMetadata | undefined;
|
|
231
|
-
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | undefined;
|
|
232
|
-
TimedMetadataSchemeIdUri?: string | undefined;
|
|
233
|
-
TimedMetadataValue?: string | undefined;
|
|
234
|
-
}
|
|
235
|
-
export declare const ContainerType: {
|
|
236
|
-
readonly CMFC: "CMFC";
|
|
237
|
-
readonly F4V: "F4V";
|
|
238
|
-
readonly GIF: "GIF";
|
|
239
|
-
readonly ISMV: "ISMV";
|
|
240
|
-
readonly M2TS: "M2TS";
|
|
241
|
-
readonly M3U8: "M3U8";
|
|
242
|
-
readonly MOV: "MOV";
|
|
243
|
-
readonly MP4: "MP4";
|
|
244
|
-
readonly MPD: "MPD";
|
|
245
|
-
readonly MXF: "MXF";
|
|
246
|
-
readonly OGG: "OGG";
|
|
247
|
-
readonly RAW: "RAW";
|
|
248
|
-
readonly WEBM: "WEBM";
|
|
249
|
-
readonly Y4M: "Y4M";
|
|
250
|
-
};
|
|
251
|
-
export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
252
|
-
export declare const F4vMoovPlacement: {
|
|
253
|
-
readonly NORMAL: "NORMAL";
|
|
254
|
-
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
255
|
-
};
|
|
256
|
-
export type F4vMoovPlacement =
|
|
257
|
-
(typeof F4vMoovPlacement)[keyof typeof F4vMoovPlacement];
|
|
258
|
-
export interface F4vSettings {
|
|
259
|
-
MoovPlacement?: F4vMoovPlacement | undefined;
|
|
260
|
-
}
|
|
261
|
-
export declare const M2tsAudioBufferModel: {
|
|
262
|
-
readonly ATSC: "ATSC";
|
|
263
|
-
readonly DVB: "DVB";
|
|
264
|
-
};
|
|
265
|
-
export type M2tsAudioBufferModel =
|
|
266
|
-
(typeof M2tsAudioBufferModel)[keyof typeof M2tsAudioBufferModel];
|
|
267
|
-
export declare const M2tsAudioDuration: {
|
|
268
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
269
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
270
|
-
};
|
|
271
|
-
export type M2tsAudioDuration =
|
|
272
|
-
(typeof M2tsAudioDuration)[keyof typeof M2tsAudioDuration];
|
|
273
|
-
export declare const M2tsBufferModel: {
|
|
274
|
-
readonly MULTIPLEX: "MULTIPLEX";
|
|
275
|
-
readonly NONE: "NONE";
|
|
276
|
-
};
|
|
277
|
-
export type M2tsBufferModel =
|
|
278
|
-
(typeof M2tsBufferModel)[keyof typeof M2tsBufferModel];
|
|
279
|
-
export declare const M2tsDataPtsControl: {
|
|
280
|
-
readonly ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO";
|
|
281
|
-
readonly AUTO: "AUTO";
|
|
282
|
-
};
|
|
283
|
-
export type M2tsDataPtsControl =
|
|
284
|
-
(typeof M2tsDataPtsControl)[keyof typeof M2tsDataPtsControl];
|
|
285
|
-
export interface DvbNitSettings {
|
|
286
|
-
NetworkId?: number | undefined;
|
|
287
|
-
NetworkName?: string | undefined;
|
|
288
|
-
NitInterval?: number | undefined;
|
|
289
|
-
}
|
|
290
|
-
export declare const OutputSdt: {
|
|
291
|
-
readonly SDT_FOLLOW: "SDT_FOLLOW";
|
|
292
|
-
readonly SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT";
|
|
293
|
-
readonly SDT_MANUAL: "SDT_MANUAL";
|
|
294
|
-
readonly SDT_NONE: "SDT_NONE";
|
|
295
|
-
};
|
|
296
|
-
export type OutputSdt = (typeof OutputSdt)[keyof typeof OutputSdt];
|
|
297
|
-
export interface DvbSdtSettings {
|
|
298
|
-
OutputSdt?: OutputSdt | undefined;
|
|
299
|
-
SdtInterval?: number | undefined;
|
|
300
|
-
ServiceName?: string | undefined;
|
|
301
|
-
ServiceProviderName?: string | undefined;
|
|
302
|
-
}
|
|
303
|
-
export interface DvbTdtSettings {
|
|
304
|
-
TdtInterval?: number | undefined;
|
|
305
|
-
}
|
|
306
|
-
export declare const M2tsEbpAudioInterval: {
|
|
307
|
-
readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
|
|
308
|
-
readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
|
|
309
|
-
};
|
|
310
|
-
export type M2tsEbpAudioInterval =
|
|
311
|
-
(typeof M2tsEbpAudioInterval)[keyof typeof M2tsEbpAudioInterval];
|
|
312
|
-
export declare const M2tsEbpPlacement: {
|
|
313
|
-
readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
|
|
314
|
-
readonly VIDEO_PID: "VIDEO_PID";
|
|
315
|
-
};
|
|
316
|
-
export type M2tsEbpPlacement =
|
|
317
|
-
(typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
|
|
318
|
-
export declare const M2tsEsRateInPes: {
|
|
319
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
320
|
-
readonly INCLUDE: "INCLUDE";
|
|
321
|
-
};
|
|
322
|
-
export type M2tsEsRateInPes =
|
|
323
|
-
(typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
|
|
324
|
-
export declare const M2tsForceTsVideoEbpOrder: {
|
|
325
|
-
readonly DEFAULT: "DEFAULT";
|
|
326
|
-
readonly FORCE: "FORCE";
|
|
327
|
-
};
|
|
328
|
-
export type M2tsForceTsVideoEbpOrder =
|
|
329
|
-
(typeof M2tsForceTsVideoEbpOrder)[keyof typeof M2tsForceTsVideoEbpOrder];
|
|
330
|
-
export declare const M2tsKlvMetadata: {
|
|
331
|
-
readonly NONE: "NONE";
|
|
332
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
333
|
-
};
|
|
334
|
-
export type M2tsKlvMetadata =
|
|
335
|
-
(typeof M2tsKlvMetadata)[keyof typeof M2tsKlvMetadata];
|
|
336
|
-
export declare const M2tsNielsenId3: {
|
|
337
|
-
readonly INSERT: "INSERT";
|
|
338
|
-
readonly NONE: "NONE";
|
|
339
|
-
};
|
|
340
|
-
export type M2tsNielsenId3 =
|
|
341
|
-
(typeof M2tsNielsenId3)[keyof typeof M2tsNielsenId3];
|
|
342
|
-
export declare const M2tsPcrControl: {
|
|
343
|
-
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
344
|
-
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
345
|
-
};
|
|
346
|
-
export type M2tsPcrControl =
|
|
347
|
-
(typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
|
|
348
|
-
export declare const M2tsPreventBufferUnderflow: {
|
|
349
|
-
readonly DISABLED: "DISABLED";
|
|
350
|
-
readonly ENABLED: "ENABLED";
|
|
351
|
-
};
|
|
352
|
-
export type M2tsPreventBufferUnderflow =
|
|
353
|
-
(typeof M2tsPreventBufferUnderflow)[keyof typeof M2tsPreventBufferUnderflow];
|
|
354
|
-
export declare const TsPtsOffset: {
|
|
355
|
-
readonly AUTO: "AUTO";
|
|
356
|
-
readonly MILLISECONDS: "MILLISECONDS";
|
|
357
|
-
readonly SECONDS: "SECONDS";
|
|
358
|
-
};
|
|
359
|
-
export type TsPtsOffset = (typeof TsPtsOffset)[keyof typeof TsPtsOffset];
|
|
360
|
-
export declare const M2tsRateMode: {
|
|
361
|
-
readonly CBR: "CBR";
|
|
362
|
-
readonly VBR: "VBR";
|
|
363
|
-
};
|
|
364
|
-
export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
|
|
365
|
-
export interface M2tsScte35Esam {
|
|
366
|
-
Scte35EsamPid?: number | undefined;
|
|
367
|
-
}
|
|
368
|
-
export declare const M2tsScte35Source: {
|
|
369
|
-
readonly NONE: "NONE";
|
|
370
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
371
|
-
};
|
|
372
|
-
export type M2tsScte35Source =
|
|
373
|
-
(typeof M2tsScte35Source)[keyof typeof M2tsScte35Source];
|
|
374
|
-
export declare const M2tsSegmentationMarkers: {
|
|
375
|
-
readonly EBP: "EBP";
|
|
376
|
-
readonly EBP_LEGACY: "EBP_LEGACY";
|
|
377
|
-
readonly NONE: "NONE";
|
|
378
|
-
readonly PSI_SEGSTART: "PSI_SEGSTART";
|
|
379
|
-
readonly RAI_ADAPT: "RAI_ADAPT";
|
|
380
|
-
readonly RAI_SEGSTART: "RAI_SEGSTART";
|
|
381
|
-
};
|
|
382
|
-
export type M2tsSegmentationMarkers =
|
|
383
|
-
(typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
384
|
-
export declare const M2tsSegmentationStyle: {
|
|
385
|
-
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
386
|
-
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
387
|
-
};
|
|
388
|
-
export type M2tsSegmentationStyle =
|
|
389
|
-
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
390
|
-
export interface M2tsSettings {
|
|
391
|
-
AudioBufferModel?: M2tsAudioBufferModel | undefined;
|
|
392
|
-
AudioDuration?: M2tsAudioDuration | undefined;
|
|
393
|
-
AudioFramesPerPes?: number | undefined;
|
|
394
|
-
AudioPids?: number[] | undefined;
|
|
395
|
-
AudioPtsOffsetDelta?: number | undefined;
|
|
396
|
-
Bitrate?: number | undefined;
|
|
397
|
-
BufferModel?: M2tsBufferModel | undefined;
|
|
398
|
-
DataPTSControl?: M2tsDataPtsControl | undefined;
|
|
399
|
-
DvbNitSettings?: DvbNitSettings | undefined;
|
|
400
|
-
DvbSdtSettings?: DvbSdtSettings | undefined;
|
|
401
|
-
DvbSubPids?: number[] | undefined;
|
|
402
|
-
DvbTdtSettings?: DvbTdtSettings | undefined;
|
|
403
|
-
DvbTeletextPid?: number | undefined;
|
|
404
|
-
EbpAudioInterval?: M2tsEbpAudioInterval | undefined;
|
|
405
|
-
EbpPlacement?: M2tsEbpPlacement | undefined;
|
|
406
|
-
EsRateInPes?: M2tsEsRateInPes | undefined;
|
|
407
|
-
ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder | undefined;
|
|
408
|
-
FragmentTime?: number | undefined;
|
|
409
|
-
KlvMetadata?: M2tsKlvMetadata | undefined;
|
|
410
|
-
MaxPcrInterval?: number | undefined;
|
|
411
|
-
MinEbpInterval?: number | undefined;
|
|
412
|
-
NielsenId3?: M2tsNielsenId3 | undefined;
|
|
413
|
-
NullPacketBitrate?: number | undefined;
|
|
414
|
-
PatInterval?: number | undefined;
|
|
415
|
-
PcrControl?: M2tsPcrControl | undefined;
|
|
416
|
-
PcrPid?: number | undefined;
|
|
417
|
-
PmtInterval?: number | undefined;
|
|
418
|
-
PmtPid?: number | undefined;
|
|
419
|
-
PreventBufferUnderflow?: M2tsPreventBufferUnderflow | undefined;
|
|
420
|
-
PrivateMetadataPid?: number | undefined;
|
|
421
|
-
ProgramNumber?: number | undefined;
|
|
422
|
-
PtsOffset?: number | undefined;
|
|
423
|
-
PtsOffsetMode?: TsPtsOffset | undefined;
|
|
424
|
-
RateMode?: M2tsRateMode | undefined;
|
|
425
|
-
Scte35Esam?: M2tsScte35Esam | undefined;
|
|
426
|
-
Scte35Pid?: number | undefined;
|
|
427
|
-
Scte35Source?: M2tsScte35Source | undefined;
|
|
428
|
-
SegmentationMarkers?: M2tsSegmentationMarkers | undefined;
|
|
429
|
-
SegmentationStyle?: M2tsSegmentationStyle | undefined;
|
|
430
|
-
SegmentationTime?: number | undefined;
|
|
431
|
-
TimedMetadataPid?: number | undefined;
|
|
432
|
-
TransportStreamId?: number | undefined;
|
|
433
|
-
VideoPid?: number | undefined;
|
|
434
|
-
}
|
|
435
|
-
export declare const M3u8AudioDuration: {
|
|
436
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
437
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
438
|
-
};
|
|
439
|
-
export type M3u8AudioDuration =
|
|
440
|
-
(typeof M3u8AudioDuration)[keyof typeof M3u8AudioDuration];
|
|
441
|
-
export declare const M3u8DataPtsControl: {
|
|
442
|
-
readonly ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO";
|
|
443
|
-
readonly AUTO: "AUTO";
|
|
444
|
-
};
|
|
445
|
-
export type M3u8DataPtsControl =
|
|
446
|
-
(typeof M3u8DataPtsControl)[keyof typeof M3u8DataPtsControl];
|
|
447
|
-
export declare const M3u8NielsenId3: {
|
|
448
|
-
readonly INSERT: "INSERT";
|
|
449
|
-
readonly NONE: "NONE";
|
|
450
|
-
};
|
|
451
|
-
export type M3u8NielsenId3 =
|
|
452
|
-
(typeof M3u8NielsenId3)[keyof typeof M3u8NielsenId3];
|
|
453
|
-
export declare const M3u8PcrControl: {
|
|
454
|
-
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
455
|
-
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
456
|
-
};
|
|
457
|
-
export type M3u8PcrControl =
|
|
458
|
-
(typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
|
|
459
|
-
export declare const M3u8Scte35Source: {
|
|
460
|
-
readonly NONE: "NONE";
|
|
461
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
462
|
-
};
|
|
463
|
-
export type M3u8Scte35Source =
|
|
464
|
-
(typeof M3u8Scte35Source)[keyof typeof M3u8Scte35Source];
|
|
465
|
-
export declare const TimedMetadata: {
|
|
466
|
-
readonly NONE: "NONE";
|
|
467
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
468
|
-
};
|
|
469
|
-
export type TimedMetadata = (typeof TimedMetadata)[keyof typeof TimedMetadata];
|
|
470
|
-
export interface M3u8Settings {
|
|
471
|
-
AudioDuration?: M3u8AudioDuration | undefined;
|
|
472
|
-
AudioFramesPerPes?: number | undefined;
|
|
473
|
-
AudioPids?: number[] | undefined;
|
|
474
|
-
AudioPtsOffsetDelta?: number | undefined;
|
|
475
|
-
DataPTSControl?: M3u8DataPtsControl | undefined;
|
|
476
|
-
MaxPcrInterval?: number | undefined;
|
|
477
|
-
NielsenId3?: M3u8NielsenId3 | undefined;
|
|
478
|
-
PatInterval?: number | undefined;
|
|
479
|
-
PcrControl?: M3u8PcrControl | undefined;
|
|
480
|
-
PcrPid?: number | undefined;
|
|
481
|
-
PmtInterval?: number | undefined;
|
|
482
|
-
PmtPid?: number | undefined;
|
|
483
|
-
PrivateMetadataPid?: number | undefined;
|
|
484
|
-
ProgramNumber?: number | undefined;
|
|
485
|
-
PtsOffset?: number | undefined;
|
|
486
|
-
PtsOffsetMode?: TsPtsOffset | undefined;
|
|
487
|
-
Scte35Pid?: number | undefined;
|
|
488
|
-
Scte35Source?: M3u8Scte35Source | undefined;
|
|
489
|
-
TimedMetadata?: TimedMetadata | undefined;
|
|
490
|
-
TimedMetadataPid?: number | undefined;
|
|
491
|
-
TransportStreamId?: number | undefined;
|
|
492
|
-
VideoPid?: number | undefined;
|
|
493
|
-
}
|
|
494
|
-
export declare const MovClapAtom: {
|
|
495
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
496
|
-
readonly INCLUDE: "INCLUDE";
|
|
497
|
-
};
|
|
498
|
-
export type MovClapAtom = (typeof MovClapAtom)[keyof typeof MovClapAtom];
|
|
499
|
-
export declare const MovCslgAtom: {
|
|
500
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
501
|
-
readonly INCLUDE: "INCLUDE";
|
|
502
|
-
};
|
|
503
|
-
export type MovCslgAtom = (typeof MovCslgAtom)[keyof typeof MovCslgAtom];
|
|
504
|
-
export declare const MovMpeg2FourCCControl: {
|
|
505
|
-
readonly MPEG: "MPEG";
|
|
506
|
-
readonly XDCAM: "XDCAM";
|
|
507
|
-
};
|
|
508
|
-
export type MovMpeg2FourCCControl =
|
|
509
|
-
(typeof MovMpeg2FourCCControl)[keyof typeof MovMpeg2FourCCControl];
|
|
510
|
-
export declare const MovPaddingControl: {
|
|
511
|
-
readonly NONE: "NONE";
|
|
512
|
-
readonly OMNEON: "OMNEON";
|
|
513
|
-
};
|
|
514
|
-
export type MovPaddingControl =
|
|
515
|
-
(typeof MovPaddingControl)[keyof typeof MovPaddingControl];
|
|
516
|
-
export declare const MovReference: {
|
|
517
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
518
|
-
readonly SELF_CONTAINED: "SELF_CONTAINED";
|
|
519
|
-
};
|
|
520
|
-
export type MovReference = (typeof MovReference)[keyof typeof MovReference];
|
|
521
|
-
export interface MovSettings {
|
|
522
|
-
ClapAtom?: MovClapAtom | undefined;
|
|
523
|
-
CslgAtom?: MovCslgAtom | undefined;
|
|
524
|
-
Mpeg2FourCCControl?: MovMpeg2FourCCControl | undefined;
|
|
525
|
-
PaddingControl?: MovPaddingControl | undefined;
|
|
526
|
-
Reference?: MovReference | undefined;
|
|
527
|
-
}
|
|
528
|
-
export declare const Mp4C2paManifest: {
|
|
529
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
530
|
-
readonly INCLUDE: "INCLUDE";
|
|
531
|
-
};
|
|
532
|
-
export type Mp4C2paManifest =
|
|
533
|
-
(typeof Mp4C2paManifest)[keyof typeof Mp4C2paManifest];
|
|
534
|
-
export declare const Mp4CslgAtom: {
|
|
535
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
536
|
-
readonly INCLUDE: "INCLUDE";
|
|
537
|
-
};
|
|
538
|
-
export type Mp4CslgAtom = (typeof Mp4CslgAtom)[keyof typeof Mp4CslgAtom];
|
|
539
|
-
export declare const Mp4FreeSpaceBox: {
|
|
540
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
541
|
-
readonly INCLUDE: "INCLUDE";
|
|
542
|
-
};
|
|
543
|
-
export type Mp4FreeSpaceBox =
|
|
544
|
-
(typeof Mp4FreeSpaceBox)[keyof typeof Mp4FreeSpaceBox];
|
|
545
|
-
export declare const Mp4MoovPlacement: {
|
|
546
|
-
readonly NORMAL: "NORMAL";
|
|
547
|
-
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
548
|
-
};
|
|
549
|
-
export type Mp4MoovPlacement =
|
|
550
|
-
(typeof Mp4MoovPlacement)[keyof typeof Mp4MoovPlacement];
|
|
551
|
-
export interface Mp4Settings {
|
|
552
|
-
AudioDuration?: CmfcAudioDuration | undefined;
|
|
553
|
-
C2paManifest?: Mp4C2paManifest | undefined;
|
|
554
|
-
CertificateSecret?: string | undefined;
|
|
555
|
-
CslgAtom?: Mp4CslgAtom | undefined;
|
|
556
|
-
CttsVersion?: number | undefined;
|
|
557
|
-
FreeSpaceBox?: Mp4FreeSpaceBox | undefined;
|
|
558
|
-
MoovPlacement?: Mp4MoovPlacement | undefined;
|
|
559
|
-
Mp4MajorBrand?: string | undefined;
|
|
560
|
-
SigningKmsKey?: string | undefined;
|
|
561
|
-
}
|
|
562
|
-
export declare const MpdAccessibilityCaptionHints: {
|
|
563
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
564
|
-
readonly INCLUDE: "INCLUDE";
|
|
565
|
-
};
|
|
566
|
-
export type MpdAccessibilityCaptionHints =
|
|
567
|
-
(typeof MpdAccessibilityCaptionHints)[keyof typeof MpdAccessibilityCaptionHints];
|
|
568
|
-
export declare const MpdAudioDuration: {
|
|
569
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
570
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
571
|
-
};
|
|
572
|
-
export type MpdAudioDuration =
|
|
573
|
-
(typeof MpdAudioDuration)[keyof typeof MpdAudioDuration];
|
|
574
|
-
export declare const MpdC2paManifest: {
|
|
575
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
576
|
-
readonly INCLUDE: "INCLUDE";
|
|
577
|
-
};
|
|
578
|
-
export type MpdC2paManifest =
|
|
579
|
-
(typeof MpdC2paManifest)[keyof typeof MpdC2paManifest];
|
|
580
|
-
export declare const MpdCaptionContainerType: {
|
|
581
|
-
readonly FRAGMENTED_MP4: "FRAGMENTED_MP4";
|
|
582
|
-
readonly RAW: "RAW";
|
|
583
|
-
};
|
|
584
|
-
export type MpdCaptionContainerType =
|
|
585
|
-
(typeof MpdCaptionContainerType)[keyof typeof MpdCaptionContainerType];
|
|
586
|
-
export declare const MpdKlvMetadata: {
|
|
587
|
-
readonly NONE: "NONE";
|
|
588
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
589
|
-
};
|
|
590
|
-
export type MpdKlvMetadata =
|
|
591
|
-
(typeof MpdKlvMetadata)[keyof typeof MpdKlvMetadata];
|
|
592
|
-
export declare const MpdManifestMetadataSignaling: {
|
|
593
|
-
readonly DISABLED: "DISABLED";
|
|
594
|
-
readonly ENABLED: "ENABLED";
|
|
595
|
-
};
|
|
596
|
-
export type MpdManifestMetadataSignaling =
|
|
597
|
-
(typeof MpdManifestMetadataSignaling)[keyof typeof MpdManifestMetadataSignaling];
|
|
598
|
-
export declare const MpdScte35Esam: {
|
|
599
|
-
readonly INSERT: "INSERT";
|
|
600
|
-
readonly NONE: "NONE";
|
|
601
|
-
};
|
|
602
|
-
export type MpdScte35Esam = (typeof MpdScte35Esam)[keyof typeof MpdScte35Esam];
|
|
603
|
-
export declare const MpdScte35Source: {
|
|
604
|
-
readonly NONE: "NONE";
|
|
605
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
606
|
-
};
|
|
607
|
-
export type MpdScte35Source =
|
|
608
|
-
(typeof MpdScte35Source)[keyof typeof MpdScte35Source];
|
|
609
|
-
export declare const MpdTimedMetadata: {
|
|
610
|
-
readonly NONE: "NONE";
|
|
611
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
612
|
-
};
|
|
613
|
-
export type MpdTimedMetadata =
|
|
614
|
-
(typeof MpdTimedMetadata)[keyof typeof MpdTimedMetadata];
|
|
615
|
-
export declare const MpdTimedMetadataBoxVersion: {
|
|
616
|
-
readonly VERSION_0: "VERSION_0";
|
|
617
|
-
readonly VERSION_1: "VERSION_1";
|
|
618
|
-
};
|
|
619
|
-
export type MpdTimedMetadataBoxVersion =
|
|
620
|
-
(typeof MpdTimedMetadataBoxVersion)[keyof typeof MpdTimedMetadataBoxVersion];
|
|
621
|
-
export interface MpdSettings {
|
|
622
|
-
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints | undefined;
|
|
623
|
-
AudioDuration?: MpdAudioDuration | undefined;
|
|
624
|
-
C2paManifest?: MpdC2paManifest | undefined;
|
|
625
|
-
CaptionContainerType?: MpdCaptionContainerType | undefined;
|
|
626
|
-
CertificateSecret?: string | undefined;
|
|
627
|
-
KlvMetadata?: MpdKlvMetadata | undefined;
|
|
628
|
-
ManifestMetadataSignaling?: MpdManifestMetadataSignaling | undefined;
|
|
629
|
-
Scte35Esam?: MpdScte35Esam | undefined;
|
|
630
|
-
Scte35Source?: MpdScte35Source | undefined;
|
|
631
|
-
SigningKmsKey?: string | undefined;
|
|
632
|
-
TimedMetadata?: MpdTimedMetadata | undefined;
|
|
633
|
-
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion | undefined;
|
|
634
|
-
TimedMetadataSchemeIdUri?: string | undefined;
|
|
635
|
-
TimedMetadataValue?: string | undefined;
|
|
636
|
-
}
|
|
637
|
-
export declare const MxfAfdSignaling: {
|
|
638
|
-
readonly COPY_FROM_VIDEO: "COPY_FROM_VIDEO";
|
|
639
|
-
readonly NO_COPY: "NO_COPY";
|
|
640
|
-
};
|
|
641
|
-
export type MxfAfdSignaling =
|
|
642
|
-
(typeof MxfAfdSignaling)[keyof typeof MxfAfdSignaling];
|
|
643
|
-
export declare const MxfProfile: {
|
|
644
|
-
readonly D_10: "D_10";
|
|
645
|
-
readonly OP1A: "OP1A";
|
|
646
|
-
readonly XAVC: "XAVC";
|
|
647
|
-
readonly XDCAM: "XDCAM";
|
|
648
|
-
readonly XDCAM_RDD9: "XDCAM_RDD9";
|
|
649
|
-
};
|
|
650
|
-
export type MxfProfile = (typeof MxfProfile)[keyof typeof MxfProfile];
|
|
651
|
-
export declare const MxfXavcDurationMode: {
|
|
652
|
-
readonly ALLOW_ANY_DURATION: "ALLOW_ANY_DURATION";
|
|
653
|
-
readonly DROP_FRAMES_FOR_COMPLIANCE: "DROP_FRAMES_FOR_COMPLIANCE";
|
|
654
|
-
};
|
|
655
|
-
export type MxfXavcDurationMode =
|
|
656
|
-
(typeof MxfXavcDurationMode)[keyof typeof MxfXavcDurationMode];
|
|
657
|
-
export interface MxfXavcProfileSettings {
|
|
658
|
-
DurationMode?: MxfXavcDurationMode | undefined;
|
|
659
|
-
MaxAncDataSize?: number | undefined;
|
|
660
|
-
}
|
|
661
|
-
export interface MxfSettings {
|
|
662
|
-
AfdSignaling?: MxfAfdSignaling | undefined;
|
|
663
|
-
Profile?: MxfProfile | undefined;
|
|
664
|
-
XavcProfileSettings?: MxfXavcProfileSettings | undefined;
|
|
665
|
-
}
|
|
666
|
-
export interface ContainerSettings {
|
|
667
|
-
CmfcSettings?: CmfcSettings | undefined;
|
|
668
|
-
Container?: ContainerType | undefined;
|
|
669
|
-
F4vSettings?: F4vSettings | undefined;
|
|
670
|
-
M2tsSettings?: M2tsSettings | undefined;
|
|
671
|
-
M3u8Settings?: M3u8Settings | undefined;
|
|
672
|
-
MovSettings?: MovSettings | undefined;
|
|
673
|
-
Mp4Settings?: Mp4Settings | undefined;
|
|
674
|
-
MpdSettings?: MpdSettings | undefined;
|
|
675
|
-
MxfSettings?: MxfSettings | undefined;
|
|
676
|
-
}
|
|
677
|
-
export declare const HlsAudioOnlyContainer: {
|
|
678
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
679
|
-
readonly M2TS: "M2TS";
|
|
680
|
-
};
|
|
681
|
-
export type HlsAudioOnlyContainer =
|
|
682
|
-
(typeof HlsAudioOnlyContainer)[keyof typeof HlsAudioOnlyContainer];
|
|
683
|
-
export declare const HlsAudioTrackType: {
|
|
684
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
685
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
686
|
-
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
687
|
-
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
688
|
-
};
|
|
689
|
-
export type HlsAudioTrackType =
|
|
690
|
-
(typeof HlsAudioTrackType)[keyof typeof HlsAudioTrackType];
|
|
691
|
-
export declare const HlsDescriptiveVideoServiceFlag: {
|
|
692
|
-
readonly DONT_FLAG: "DONT_FLAG";
|
|
693
|
-
readonly FLAG: "FLAG";
|
|
694
|
-
};
|
|
695
|
-
export type HlsDescriptiveVideoServiceFlag =
|
|
696
|
-
(typeof HlsDescriptiveVideoServiceFlag)[keyof typeof HlsDescriptiveVideoServiceFlag];
|
|
697
|
-
export declare const HlsIFrameOnlyManifest: {
|
|
698
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
699
|
-
readonly INCLUDE: "INCLUDE";
|
|
700
|
-
readonly INCLUDE_AS_TS: "INCLUDE_AS_TS";
|
|
701
|
-
};
|
|
702
|
-
export type HlsIFrameOnlyManifest =
|
|
703
|
-
(typeof HlsIFrameOnlyManifest)[keyof typeof HlsIFrameOnlyManifest];
|
|
704
|
-
export interface HlsSettings {
|
|
705
|
-
AudioGroupId?: string | undefined;
|
|
706
|
-
AudioOnlyContainer?: HlsAudioOnlyContainer | undefined;
|
|
707
|
-
AudioRenditionSets?: string | undefined;
|
|
708
|
-
AudioTrackType?: HlsAudioTrackType | undefined;
|
|
709
|
-
DescriptiveVideoServiceFlag?: HlsDescriptiveVideoServiceFlag | undefined;
|
|
710
|
-
IFrameOnlyManifest?: HlsIFrameOnlyManifest | undefined;
|
|
711
|
-
SegmentModifier?: string | undefined;
|
|
712
|
-
}
|
|
713
|
-
export interface OutputSettings {
|
|
714
|
-
HlsSettings?: HlsSettings | undefined;
|
|
715
|
-
}
|
|
716
|
-
export declare const AfdSignaling: {
|
|
717
|
-
readonly AUTO: "AUTO";
|
|
718
|
-
readonly FIXED: "FIXED";
|
|
719
|
-
readonly NONE: "NONE";
|
|
720
|
-
};
|
|
721
|
-
export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
|
|
722
|
-
export declare const AntiAlias: {
|
|
723
|
-
readonly DISABLED: "DISABLED";
|
|
724
|
-
readonly ENABLED: "ENABLED";
|
|
725
|
-
};
|
|
726
|
-
export type AntiAlias = (typeof AntiAlias)[keyof typeof AntiAlias];
|
|
727
|
-
export declare const ChromaPositionMode: {
|
|
728
|
-
readonly AUTO: "AUTO";
|
|
729
|
-
readonly FORCE_CENTER: "FORCE_CENTER";
|
|
730
|
-
readonly FORCE_TOP_LEFT: "FORCE_TOP_LEFT";
|
|
731
|
-
};
|
|
732
|
-
export type ChromaPositionMode =
|
|
733
|
-
(typeof ChromaPositionMode)[keyof typeof ChromaPositionMode];
|
|
734
|
-
export declare const Av1AdaptiveQuantization: {
|
|
735
|
-
readonly HIGH: "HIGH";
|
|
736
|
-
readonly HIGHER: "HIGHER";
|
|
737
|
-
readonly LOW: "LOW";
|
|
738
|
-
readonly MAX: "MAX";
|
|
739
|
-
readonly MEDIUM: "MEDIUM";
|
|
740
|
-
readonly OFF: "OFF";
|
|
741
|
-
};
|
|
742
|
-
export type Av1AdaptiveQuantization =
|
|
743
|
-
(typeof Av1AdaptiveQuantization)[keyof typeof Av1AdaptiveQuantization];
|
|
744
|
-
export declare const Av1BitDepth: {
|
|
745
|
-
readonly BIT_10: "BIT_10";
|
|
746
|
-
readonly BIT_8: "BIT_8";
|
|
747
|
-
};
|
|
748
|
-
export type Av1BitDepth = (typeof Av1BitDepth)[keyof typeof Av1BitDepth];
|
|
749
|
-
export declare const Av1FilmGrainSynthesis: {
|
|
750
|
-
readonly DISABLED: "DISABLED";
|
|
751
|
-
readonly ENABLED: "ENABLED";
|
|
752
|
-
};
|
|
753
|
-
export type Av1FilmGrainSynthesis =
|
|
754
|
-
(typeof Av1FilmGrainSynthesis)[keyof typeof Av1FilmGrainSynthesis];
|
|
755
|
-
export declare const Av1FramerateControl: {
|
|
756
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
757
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
758
|
-
};
|
|
759
|
-
export type Av1FramerateControl =
|
|
760
|
-
(typeof Av1FramerateControl)[keyof typeof Av1FramerateControl];
|
|
761
|
-
export declare const Av1FramerateConversionAlgorithm: {
|
|
762
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
763
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
764
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
765
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
766
|
-
};
|
|
767
|
-
export type Av1FramerateConversionAlgorithm =
|
|
768
|
-
(typeof Av1FramerateConversionAlgorithm)[keyof typeof Av1FramerateConversionAlgorithm];
|
|
769
|
-
export interface Av1QvbrSettings {
|
|
770
|
-
QvbrQualityLevel?: number | undefined;
|
|
771
|
-
QvbrQualityLevelFineTune?: number | undefined;
|
|
772
|
-
}
|
|
773
|
-
export declare const Av1RateControlMode: {
|
|
774
|
-
readonly QVBR: "QVBR";
|
|
775
|
-
};
|
|
776
|
-
export type Av1RateControlMode =
|
|
777
|
-
(typeof Av1RateControlMode)[keyof typeof Av1RateControlMode];
|
|
778
|
-
export declare const Av1SpatialAdaptiveQuantization: {
|
|
779
|
-
readonly DISABLED: "DISABLED";
|
|
780
|
-
readonly ENABLED: "ENABLED";
|
|
781
|
-
};
|
|
782
|
-
export type Av1SpatialAdaptiveQuantization =
|
|
783
|
-
(typeof Av1SpatialAdaptiveQuantization)[keyof typeof Av1SpatialAdaptiveQuantization];
|
|
784
|
-
export interface Av1Settings {
|
|
785
|
-
AdaptiveQuantization?: Av1AdaptiveQuantization | undefined;
|
|
786
|
-
BitDepth?: Av1BitDepth | undefined;
|
|
787
|
-
FilmGrainSynthesis?: Av1FilmGrainSynthesis | undefined;
|
|
788
|
-
FramerateControl?: Av1FramerateControl | undefined;
|
|
789
|
-
FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm | undefined;
|
|
790
|
-
FramerateDenominator?: number | undefined;
|
|
791
|
-
FramerateNumerator?: number | undefined;
|
|
792
|
-
GopSize?: number | undefined;
|
|
793
|
-
MaxBitrate?: number | undefined;
|
|
794
|
-
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
795
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
796
|
-
QvbrSettings?: Av1QvbrSettings | undefined;
|
|
797
|
-
RateControlMode?: Av1RateControlMode | undefined;
|
|
798
|
-
Slices?: number | undefined;
|
|
799
|
-
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | undefined;
|
|
800
|
-
}
|
|
801
|
-
export declare const AvcIntraClass: {
|
|
802
|
-
readonly CLASS_100: "CLASS_100";
|
|
803
|
-
readonly CLASS_200: "CLASS_200";
|
|
804
|
-
readonly CLASS_4K_2K: "CLASS_4K_2K";
|
|
805
|
-
readonly CLASS_50: "CLASS_50";
|
|
806
|
-
};
|
|
807
|
-
export type AvcIntraClass = (typeof AvcIntraClass)[keyof typeof AvcIntraClass];
|
|
808
|
-
export declare const AvcIntraUhdQualityTuningLevel: {
|
|
809
|
-
readonly MULTI_PASS: "MULTI_PASS";
|
|
810
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
811
|
-
};
|
|
812
|
-
export type AvcIntraUhdQualityTuningLevel =
|
|
813
|
-
(typeof AvcIntraUhdQualityTuningLevel)[keyof typeof AvcIntraUhdQualityTuningLevel];
|
|
814
|
-
export interface AvcIntraUhdSettings {
|
|
815
|
-
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | undefined;
|
|
816
|
-
}
|
|
817
|
-
export declare const AvcIntraFramerateControl: {
|
|
818
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
819
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
820
|
-
};
|
|
821
|
-
export type AvcIntraFramerateControl =
|
|
822
|
-
(typeof AvcIntraFramerateControl)[keyof typeof AvcIntraFramerateControl];
|
|
823
|
-
export declare const AvcIntraFramerateConversionAlgorithm: {
|
|
824
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
825
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
826
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
827
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
828
|
-
};
|
|
829
|
-
export type AvcIntraFramerateConversionAlgorithm =
|
|
830
|
-
(typeof AvcIntraFramerateConversionAlgorithm)[keyof typeof AvcIntraFramerateConversionAlgorithm];
|
|
831
|
-
export declare const AvcIntraInterlaceMode: {
|
|
832
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
833
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
834
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
835
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
836
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
837
|
-
};
|
|
838
|
-
export type AvcIntraInterlaceMode =
|
|
839
|
-
(typeof AvcIntraInterlaceMode)[keyof typeof AvcIntraInterlaceMode];
|
|
840
|
-
export declare const AvcIntraScanTypeConversionMode: {
|
|
841
|
-
readonly INTERLACED: "INTERLACED";
|
|
842
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
843
|
-
};
|
|
844
|
-
export type AvcIntraScanTypeConversionMode =
|
|
845
|
-
(typeof AvcIntraScanTypeConversionMode)[keyof typeof AvcIntraScanTypeConversionMode];
|
|
846
|
-
export declare const AvcIntraSlowPal: {
|
|
847
|
-
readonly DISABLED: "DISABLED";
|
|
848
|
-
readonly ENABLED: "ENABLED";
|
|
849
|
-
};
|
|
850
|
-
export type AvcIntraSlowPal =
|
|
851
|
-
(typeof AvcIntraSlowPal)[keyof typeof AvcIntraSlowPal];
|
|
852
|
-
export declare const AvcIntraTelecine: {
|
|
853
|
-
readonly HARD: "HARD";
|
|
854
|
-
readonly NONE: "NONE";
|
|
855
|
-
};
|
|
856
|
-
export type AvcIntraTelecine =
|
|
857
|
-
(typeof AvcIntraTelecine)[keyof typeof AvcIntraTelecine];
|
|
858
|
-
export interface AvcIntraSettings {
|
|
859
|
-
AvcIntraClass?: AvcIntraClass | undefined;
|
|
860
|
-
AvcIntraUhdSettings?: AvcIntraUhdSettings | undefined;
|
|
861
|
-
FramerateControl?: AvcIntraFramerateControl | undefined;
|
|
862
|
-
FramerateConversionAlgorithm?:
|
|
863
|
-
| AvcIntraFramerateConversionAlgorithm
|
|
864
|
-
| undefined;
|
|
865
|
-
FramerateDenominator?: number | undefined;
|
|
866
|
-
FramerateNumerator?: number | undefined;
|
|
867
|
-
InterlaceMode?: AvcIntraInterlaceMode | undefined;
|
|
868
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
869
|
-
ScanTypeConversionMode?: AvcIntraScanTypeConversionMode | undefined;
|
|
870
|
-
SlowPal?: AvcIntraSlowPal | undefined;
|
|
871
|
-
Telecine?: AvcIntraTelecine | undefined;
|
|
872
|
-
}
|
|
873
|
-
export declare const VideoCodec: {
|
|
874
|
-
readonly AV1: "AV1";
|
|
875
|
-
readonly AVC_INTRA: "AVC_INTRA";
|
|
876
|
-
readonly FRAME_CAPTURE: "FRAME_CAPTURE";
|
|
877
|
-
readonly GIF: "GIF";
|
|
878
|
-
readonly H_264: "H_264";
|
|
879
|
-
readonly H_265: "H_265";
|
|
880
|
-
readonly MPEG2: "MPEG2";
|
|
881
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
882
|
-
readonly PRORES: "PRORES";
|
|
883
|
-
readonly UNCOMPRESSED: "UNCOMPRESSED";
|
|
884
|
-
readonly VC3: "VC3";
|
|
885
|
-
readonly VP8: "VP8";
|
|
886
|
-
readonly VP9: "VP9";
|
|
887
|
-
readonly XAVC: "XAVC";
|
|
888
|
-
};
|
|
889
|
-
export type VideoCodec = (typeof VideoCodec)[keyof typeof VideoCodec];
|
|
890
|
-
export interface FrameCaptureSettings {
|
|
891
|
-
FramerateDenominator?: number | undefined;
|
|
892
|
-
FramerateNumerator?: number | undefined;
|
|
893
|
-
MaxCaptures?: number | undefined;
|
|
894
|
-
Quality?: number | undefined;
|
|
895
|
-
}
|
|
896
|
-
export declare const GifFramerateControl: {
|
|
897
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
898
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
899
|
-
};
|
|
900
|
-
export type GifFramerateControl =
|
|
901
|
-
(typeof GifFramerateControl)[keyof typeof GifFramerateControl];
|
|
902
|
-
export declare const GifFramerateConversionAlgorithm: {
|
|
903
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
904
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
905
|
-
};
|
|
906
|
-
export type GifFramerateConversionAlgorithm =
|
|
907
|
-
(typeof GifFramerateConversionAlgorithm)[keyof typeof GifFramerateConversionAlgorithm];
|
|
908
|
-
export interface GifSettings {
|
|
909
|
-
FramerateControl?: GifFramerateControl | undefined;
|
|
910
|
-
FramerateConversionAlgorithm?: GifFramerateConversionAlgorithm | undefined;
|
|
911
|
-
FramerateDenominator?: number | undefined;
|
|
912
|
-
FramerateNumerator?: number | undefined;
|
|
913
|
-
}
|
|
914
|
-
export declare const H264AdaptiveQuantization: {
|
|
915
|
-
readonly AUTO: "AUTO";
|
|
916
|
-
readonly HIGH: "HIGH";
|
|
917
|
-
readonly HIGHER: "HIGHER";
|
|
918
|
-
readonly LOW: "LOW";
|
|
919
|
-
readonly MAX: "MAX";
|
|
920
|
-
readonly MEDIUM: "MEDIUM";
|
|
921
|
-
readonly OFF: "OFF";
|
|
922
|
-
};
|
|
923
|
-
export type H264AdaptiveQuantization =
|
|
924
|
-
(typeof H264AdaptiveQuantization)[keyof typeof H264AdaptiveQuantization];
|
|
925
|
-
export declare const BandwidthReductionFilterSharpening: {
|
|
926
|
-
readonly HIGH: "HIGH";
|
|
927
|
-
readonly LOW: "LOW";
|
|
928
|
-
readonly MEDIUM: "MEDIUM";
|
|
929
|
-
readonly OFF: "OFF";
|
|
930
|
-
};
|
|
931
|
-
export type BandwidthReductionFilterSharpening =
|
|
932
|
-
(typeof BandwidthReductionFilterSharpening)[keyof typeof BandwidthReductionFilterSharpening];
|
|
933
|
-
export declare const BandwidthReductionFilterStrength: {
|
|
934
|
-
readonly AUTO: "AUTO";
|
|
935
|
-
readonly HIGH: "HIGH";
|
|
936
|
-
readonly LOW: "LOW";
|
|
937
|
-
readonly MEDIUM: "MEDIUM";
|
|
938
|
-
readonly OFF: "OFF";
|
|
939
|
-
};
|
|
940
|
-
export type BandwidthReductionFilterStrength =
|
|
941
|
-
(typeof BandwidthReductionFilterStrength)[keyof typeof BandwidthReductionFilterStrength];
|
|
942
|
-
export interface BandwidthReductionFilter {
|
|
943
|
-
Sharpening?: BandwidthReductionFilterSharpening | undefined;
|
|
944
|
-
Strength?: BandwidthReductionFilterStrength | undefined;
|
|
945
|
-
}
|
|
946
|
-
export declare const H264CodecLevel: {
|
|
947
|
-
readonly AUTO: "AUTO";
|
|
948
|
-
readonly LEVEL_1: "LEVEL_1";
|
|
949
|
-
readonly LEVEL_1_1: "LEVEL_1_1";
|
|
950
|
-
readonly LEVEL_1_2: "LEVEL_1_2";
|
|
951
|
-
readonly LEVEL_1_3: "LEVEL_1_3";
|
|
952
|
-
readonly LEVEL_2: "LEVEL_2";
|
|
953
|
-
readonly LEVEL_2_1: "LEVEL_2_1";
|
|
954
|
-
readonly LEVEL_2_2: "LEVEL_2_2";
|
|
955
|
-
readonly LEVEL_3: "LEVEL_3";
|
|
956
|
-
readonly LEVEL_3_1: "LEVEL_3_1";
|
|
957
|
-
readonly LEVEL_3_2: "LEVEL_3_2";
|
|
958
|
-
readonly LEVEL_4: "LEVEL_4";
|
|
959
|
-
readonly LEVEL_4_1: "LEVEL_4_1";
|
|
960
|
-
readonly LEVEL_4_2: "LEVEL_4_2";
|
|
961
|
-
readonly LEVEL_5: "LEVEL_5";
|
|
962
|
-
readonly LEVEL_5_1: "LEVEL_5_1";
|
|
963
|
-
readonly LEVEL_5_2: "LEVEL_5_2";
|
|
964
|
-
};
|
|
965
|
-
export type H264CodecLevel =
|
|
966
|
-
(typeof H264CodecLevel)[keyof typeof H264CodecLevel];
|
|
967
|
-
export declare const H264CodecProfile: {
|
|
968
|
-
readonly BASELINE: "BASELINE";
|
|
969
|
-
readonly HIGH: "HIGH";
|
|
970
|
-
readonly HIGH_10BIT: "HIGH_10BIT";
|
|
971
|
-
readonly HIGH_422: "HIGH_422";
|
|
972
|
-
readonly HIGH_422_10BIT: "HIGH_422_10BIT";
|
|
973
|
-
readonly MAIN: "MAIN";
|
|
974
|
-
};
|
|
975
|
-
export type H264CodecProfile =
|
|
976
|
-
(typeof H264CodecProfile)[keyof typeof H264CodecProfile];
|
|
977
|
-
export declare const H264DynamicSubGop: {
|
|
978
|
-
readonly ADAPTIVE: "ADAPTIVE";
|
|
979
|
-
readonly STATIC: "STATIC";
|
|
980
|
-
};
|
|
981
|
-
export type H264DynamicSubGop =
|
|
982
|
-
(typeof H264DynamicSubGop)[keyof typeof H264DynamicSubGop];
|
|
983
|
-
export declare const H264EndOfStreamMarkers: {
|
|
984
|
-
readonly INCLUDE: "INCLUDE";
|
|
985
|
-
readonly SUPPRESS: "SUPPRESS";
|
|
986
|
-
};
|
|
987
|
-
export type H264EndOfStreamMarkers =
|
|
988
|
-
(typeof H264EndOfStreamMarkers)[keyof typeof H264EndOfStreamMarkers];
|
|
989
|
-
export declare const H264EntropyEncoding: {
|
|
990
|
-
readonly CABAC: "CABAC";
|
|
991
|
-
readonly CAVLC: "CAVLC";
|
|
992
|
-
};
|
|
993
|
-
export type H264EntropyEncoding =
|
|
994
|
-
(typeof H264EntropyEncoding)[keyof typeof H264EntropyEncoding];
|
|
995
|
-
export declare const H264FieldEncoding: {
|
|
996
|
-
readonly FORCE_FIELD: "FORCE_FIELD";
|
|
997
|
-
readonly MBAFF: "MBAFF";
|
|
998
|
-
readonly PAFF: "PAFF";
|
|
999
|
-
};
|
|
1000
|
-
export type H264FieldEncoding =
|
|
1001
|
-
(typeof H264FieldEncoding)[keyof typeof H264FieldEncoding];
|
|
1002
|
-
export declare const H264FlickerAdaptiveQuantization: {
|
|
1003
|
-
readonly DISABLED: "DISABLED";
|
|
1004
|
-
readonly ENABLED: "ENABLED";
|
|
1005
|
-
};
|
|
1006
|
-
export type H264FlickerAdaptiveQuantization =
|
|
1007
|
-
(typeof H264FlickerAdaptiveQuantization)[keyof typeof H264FlickerAdaptiveQuantization];
|
|
1008
|
-
export declare const H264FramerateControl: {
|
|
1009
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1010
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1011
|
-
};
|
|
1012
|
-
export type H264FramerateControl =
|
|
1013
|
-
(typeof H264FramerateControl)[keyof typeof H264FramerateControl];
|
|
1014
|
-
export declare const H264FramerateConversionAlgorithm: {
|
|
1015
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1016
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1017
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1018
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1019
|
-
};
|
|
1020
|
-
export type H264FramerateConversionAlgorithm =
|
|
1021
|
-
(typeof H264FramerateConversionAlgorithm)[keyof typeof H264FramerateConversionAlgorithm];
|
|
1022
|
-
export declare const H264GopBReference: {
|
|
1023
|
-
readonly DISABLED: "DISABLED";
|
|
1024
|
-
readonly ENABLED: "ENABLED";
|
|
1025
|
-
};
|
|
1026
|
-
export type H264GopBReference =
|
|
1027
|
-
(typeof H264GopBReference)[keyof typeof H264GopBReference];
|
|
1028
|
-
export declare const H264GopSizeUnits: {
|
|
1029
|
-
readonly AUTO: "AUTO";
|
|
1030
|
-
readonly FRAMES: "FRAMES";
|
|
1031
|
-
readonly SECONDS: "SECONDS";
|
|
1032
|
-
};
|
|
1033
|
-
export type H264GopSizeUnits =
|
|
1034
|
-
(typeof H264GopSizeUnits)[keyof typeof H264GopSizeUnits];
|
|
1035
|
-
export declare const H264InterlaceMode: {
|
|
1036
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
1037
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
1038
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
1039
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1040
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
1041
|
-
};
|
|
1042
|
-
export type H264InterlaceMode =
|
|
1043
|
-
(typeof H264InterlaceMode)[keyof typeof H264InterlaceMode];
|
|
1044
|
-
export declare const H264ParControl: {
|
|
1045
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1046
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1047
|
-
};
|
|
1048
|
-
export type H264ParControl =
|
|
1049
|
-
(typeof H264ParControl)[keyof typeof H264ParControl];
|
|
1050
|
-
export declare const H264QualityTuningLevel: {
|
|
1051
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
1052
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
1053
|
-
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
1054
|
-
};
|
|
1055
|
-
export type H264QualityTuningLevel =
|
|
1056
|
-
(typeof H264QualityTuningLevel)[keyof typeof H264QualityTuningLevel];
|
|
1057
|
-
export interface H264QvbrSettings {
|
|
1058
|
-
MaxAverageBitrate?: number | undefined;
|
|
1059
|
-
QvbrQualityLevel?: number | undefined;
|
|
1060
|
-
QvbrQualityLevelFineTune?: number | undefined;
|
|
1061
|
-
}
|
|
1062
|
-
export declare const H264RateControlMode: {
|
|
1063
|
-
readonly CBR: "CBR";
|
|
1064
|
-
readonly QVBR: "QVBR";
|
|
1065
|
-
readonly VBR: "VBR";
|
|
1066
|
-
};
|
|
1067
|
-
export type H264RateControlMode =
|
|
1068
|
-
(typeof H264RateControlMode)[keyof typeof H264RateControlMode];
|
|
1069
|
-
export declare const H264RepeatPps: {
|
|
1070
|
-
readonly DISABLED: "DISABLED";
|
|
1071
|
-
readonly ENABLED: "ENABLED";
|
|
1072
|
-
};
|
|
1073
|
-
export type H264RepeatPps = (typeof H264RepeatPps)[keyof typeof H264RepeatPps];
|
|
1074
|
-
export declare const H264SaliencyAwareEncoding: {
|
|
1075
|
-
readonly DISABLED: "DISABLED";
|
|
1076
|
-
readonly PREFERRED: "PREFERRED";
|
|
1077
|
-
};
|
|
1078
|
-
export type H264SaliencyAwareEncoding =
|
|
1079
|
-
(typeof H264SaliencyAwareEncoding)[keyof typeof H264SaliencyAwareEncoding];
|
|
1080
|
-
export declare const H264ScanTypeConversionMode: {
|
|
1081
|
-
readonly INTERLACED: "INTERLACED";
|
|
1082
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1083
|
-
};
|
|
1084
|
-
export type H264ScanTypeConversionMode =
|
|
1085
|
-
(typeof H264ScanTypeConversionMode)[keyof typeof H264ScanTypeConversionMode];
|
|
1086
|
-
export declare const H264SceneChangeDetect: {
|
|
1087
|
-
readonly DISABLED: "DISABLED";
|
|
1088
|
-
readonly ENABLED: "ENABLED";
|
|
1089
|
-
readonly TRANSITION_DETECTION: "TRANSITION_DETECTION";
|
|
1090
|
-
};
|
|
1091
|
-
export type H264SceneChangeDetect =
|
|
1092
|
-
(typeof H264SceneChangeDetect)[keyof typeof H264SceneChangeDetect];
|
|
1093
|
-
export declare const H264SlowPal: {
|
|
1094
|
-
readonly DISABLED: "DISABLED";
|
|
1095
|
-
readonly ENABLED: "ENABLED";
|
|
1096
|
-
};
|
|
1097
|
-
export type H264SlowPal = (typeof H264SlowPal)[keyof typeof H264SlowPal];
|
|
1098
|
-
export declare const H264SpatialAdaptiveQuantization: {
|
|
1099
|
-
readonly DISABLED: "DISABLED";
|
|
1100
|
-
readonly ENABLED: "ENABLED";
|
|
1101
|
-
};
|
|
1102
|
-
export type H264SpatialAdaptiveQuantization =
|
|
1103
|
-
(typeof H264SpatialAdaptiveQuantization)[keyof typeof H264SpatialAdaptiveQuantization];
|
|
1104
|
-
export declare const H264Syntax: {
|
|
1105
|
-
readonly DEFAULT: "DEFAULT";
|
|
1106
|
-
readonly RP2027: "RP2027";
|
|
1107
|
-
};
|
|
1108
|
-
export type H264Syntax = (typeof H264Syntax)[keyof typeof H264Syntax];
|
|
1109
|
-
export declare const H264Telecine: {
|
|
1110
|
-
readonly HARD: "HARD";
|
|
1111
|
-
readonly NONE: "NONE";
|
|
1112
|
-
readonly SOFT: "SOFT";
|
|
1113
|
-
};
|
|
1114
|
-
export type H264Telecine = (typeof H264Telecine)[keyof typeof H264Telecine];
|
|
1115
|
-
export declare const H264TemporalAdaptiveQuantization: {
|
|
1116
|
-
readonly DISABLED: "DISABLED";
|
|
1117
|
-
readonly ENABLED: "ENABLED";
|
|
1118
|
-
};
|
|
1119
|
-
export type H264TemporalAdaptiveQuantization =
|
|
1120
|
-
(typeof H264TemporalAdaptiveQuantization)[keyof typeof H264TemporalAdaptiveQuantization];
|
|
1121
|
-
export declare const H264UnregisteredSeiTimecode: {
|
|
1122
|
-
readonly DISABLED: "DISABLED";
|
|
1123
|
-
readonly ENABLED: "ENABLED";
|
|
1124
|
-
};
|
|
1125
|
-
export type H264UnregisteredSeiTimecode =
|
|
1126
|
-
(typeof H264UnregisteredSeiTimecode)[keyof typeof H264UnregisteredSeiTimecode];
|
|
1127
|
-
export declare const H264WriteMp4PackagingType: {
|
|
1128
|
-
readonly AVC1: "AVC1";
|
|
1129
|
-
readonly AVC3: "AVC3";
|
|
1130
|
-
};
|
|
1131
|
-
export type H264WriteMp4PackagingType =
|
|
1132
|
-
(typeof H264WriteMp4PackagingType)[keyof typeof H264WriteMp4PackagingType];
|
|
1133
|
-
export interface H264Settings {
|
|
1134
|
-
AdaptiveQuantization?: H264AdaptiveQuantization | undefined;
|
|
1135
|
-
BandwidthReductionFilter?: BandwidthReductionFilter | undefined;
|
|
1136
|
-
Bitrate?: number | undefined;
|
|
1137
|
-
CodecLevel?: H264CodecLevel | undefined;
|
|
1138
|
-
CodecProfile?: H264CodecProfile | undefined;
|
|
1139
|
-
DynamicSubGop?: H264DynamicSubGop | undefined;
|
|
1140
|
-
EndOfStreamMarkers?: H264EndOfStreamMarkers | undefined;
|
|
1141
|
-
EntropyEncoding?: H264EntropyEncoding | undefined;
|
|
1142
|
-
FieldEncoding?: H264FieldEncoding | undefined;
|
|
1143
|
-
FlickerAdaptiveQuantization?: H264FlickerAdaptiveQuantization | undefined;
|
|
1144
|
-
FramerateControl?: H264FramerateControl | undefined;
|
|
1145
|
-
FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm | undefined;
|
|
1146
|
-
FramerateDenominator?: number | undefined;
|
|
1147
|
-
FramerateNumerator?: number | undefined;
|
|
1148
|
-
GopBReference?: H264GopBReference | undefined;
|
|
1149
|
-
GopClosedCadence?: number | undefined;
|
|
1150
|
-
GopSize?: number | undefined;
|
|
1151
|
-
GopSizeUnits?: H264GopSizeUnits | undefined;
|
|
1152
|
-
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1153
|
-
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1154
|
-
HrdBufferSize?: number | undefined;
|
|
1155
|
-
InterlaceMode?: H264InterlaceMode | undefined;
|
|
1156
|
-
MaxBitrate?: number | undefined;
|
|
1157
|
-
MinIInterval?: number | undefined;
|
|
1158
|
-
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1159
|
-
NumberReferenceFrames?: number | undefined;
|
|
1160
|
-
ParControl?: H264ParControl | undefined;
|
|
1161
|
-
ParDenominator?: number | undefined;
|
|
1162
|
-
ParNumerator?: number | undefined;
|
|
1163
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1164
|
-
QualityTuningLevel?: H264QualityTuningLevel | undefined;
|
|
1165
|
-
QvbrSettings?: H264QvbrSettings | undefined;
|
|
1166
|
-
RateControlMode?: H264RateControlMode | undefined;
|
|
1167
|
-
RepeatPps?: H264RepeatPps | undefined;
|
|
1168
|
-
SaliencyAwareEncoding?: H264SaliencyAwareEncoding | undefined;
|
|
1169
|
-
ScanTypeConversionMode?: H264ScanTypeConversionMode | undefined;
|
|
1170
|
-
SceneChangeDetect?: H264SceneChangeDetect | undefined;
|
|
1171
|
-
Slices?: number | undefined;
|
|
1172
|
-
SlowPal?: H264SlowPal | undefined;
|
|
1173
|
-
Softness?: number | undefined;
|
|
1174
|
-
SpatialAdaptiveQuantization?: H264SpatialAdaptiveQuantization | undefined;
|
|
1175
|
-
Syntax?: H264Syntax | undefined;
|
|
1176
|
-
Telecine?: H264Telecine | undefined;
|
|
1177
|
-
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization | undefined;
|
|
1178
|
-
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | undefined;
|
|
1179
|
-
WriteMp4PackagingType?: H264WriteMp4PackagingType | undefined;
|
|
1180
|
-
}
|
|
1181
|
-
export declare const H265AdaptiveQuantization: {
|
|
1182
|
-
readonly AUTO: "AUTO";
|
|
1183
|
-
readonly HIGH: "HIGH";
|
|
1184
|
-
readonly HIGHER: "HIGHER";
|
|
1185
|
-
readonly LOW: "LOW";
|
|
1186
|
-
readonly MAX: "MAX";
|
|
1187
|
-
readonly MEDIUM: "MEDIUM";
|
|
1188
|
-
readonly OFF: "OFF";
|
|
1189
|
-
};
|
|
1190
|
-
export type H265AdaptiveQuantization =
|
|
1191
|
-
(typeof H265AdaptiveQuantization)[keyof typeof H265AdaptiveQuantization];
|
|
1192
|
-
export declare const H265AlternateTransferFunctionSei: {
|
|
1193
|
-
readonly DISABLED: "DISABLED";
|
|
1194
|
-
readonly ENABLED: "ENABLED";
|
|
1195
|
-
};
|
|
1196
|
-
export type H265AlternateTransferFunctionSei =
|
|
1197
|
-
(typeof H265AlternateTransferFunctionSei)[keyof typeof H265AlternateTransferFunctionSei];
|
|
1198
|
-
export declare const H265CodecLevel: {
|
|
1199
|
-
readonly AUTO: "AUTO";
|
|
1200
|
-
readonly LEVEL_1: "LEVEL_1";
|
|
1201
|
-
readonly LEVEL_2: "LEVEL_2";
|
|
1202
|
-
readonly LEVEL_2_1: "LEVEL_2_1";
|
|
1203
|
-
readonly LEVEL_3: "LEVEL_3";
|
|
1204
|
-
readonly LEVEL_3_1: "LEVEL_3_1";
|
|
1205
|
-
readonly LEVEL_4: "LEVEL_4";
|
|
1206
|
-
readonly LEVEL_4_1: "LEVEL_4_1";
|
|
1207
|
-
readonly LEVEL_5: "LEVEL_5";
|
|
1208
|
-
readonly LEVEL_5_1: "LEVEL_5_1";
|
|
1209
|
-
readonly LEVEL_5_2: "LEVEL_5_2";
|
|
1210
|
-
readonly LEVEL_6: "LEVEL_6";
|
|
1211
|
-
readonly LEVEL_6_1: "LEVEL_6_1";
|
|
1212
|
-
readonly LEVEL_6_2: "LEVEL_6_2";
|
|
1213
|
-
};
|
|
1214
|
-
export type H265CodecLevel =
|
|
1215
|
-
(typeof H265CodecLevel)[keyof typeof H265CodecLevel];
|
|
1216
|
-
export declare const H265CodecProfile: {
|
|
1217
|
-
readonly MAIN10_HIGH: "MAIN10_HIGH";
|
|
1218
|
-
readonly MAIN10_MAIN: "MAIN10_MAIN";
|
|
1219
|
-
readonly MAIN_422_10BIT_HIGH: "MAIN_422_10BIT_HIGH";
|
|
1220
|
-
readonly MAIN_422_10BIT_MAIN: "MAIN_422_10BIT_MAIN";
|
|
1221
|
-
readonly MAIN_422_8BIT_HIGH: "MAIN_422_8BIT_HIGH";
|
|
1222
|
-
readonly MAIN_422_8BIT_MAIN: "MAIN_422_8BIT_MAIN";
|
|
1223
|
-
readonly MAIN_HIGH: "MAIN_HIGH";
|
|
1224
|
-
readonly MAIN_MAIN: "MAIN_MAIN";
|
|
1225
|
-
};
|
|
1226
|
-
export type H265CodecProfile =
|
|
1227
|
-
(typeof H265CodecProfile)[keyof typeof H265CodecProfile];
|
|
1228
|
-
export declare const H265Deblocking: {
|
|
1229
|
-
readonly DISABLED: "DISABLED";
|
|
1230
|
-
readonly ENABLED: "ENABLED";
|
|
1231
|
-
};
|
|
1232
|
-
export type H265Deblocking =
|
|
1233
|
-
(typeof H265Deblocking)[keyof typeof H265Deblocking];
|
|
1234
|
-
export declare const H265DynamicSubGop: {
|
|
1235
|
-
readonly ADAPTIVE: "ADAPTIVE";
|
|
1236
|
-
readonly STATIC: "STATIC";
|
|
1237
|
-
};
|
|
1238
|
-
export type H265DynamicSubGop =
|
|
1239
|
-
(typeof H265DynamicSubGop)[keyof typeof H265DynamicSubGop];
|
|
1240
|
-
export declare const H265EndOfStreamMarkers: {
|
|
1241
|
-
readonly INCLUDE: "INCLUDE";
|
|
1242
|
-
readonly SUPPRESS: "SUPPRESS";
|
|
1243
|
-
};
|
|
1244
|
-
export type H265EndOfStreamMarkers =
|
|
1245
|
-
(typeof H265EndOfStreamMarkers)[keyof typeof H265EndOfStreamMarkers];
|
|
1246
|
-
export declare const H265FlickerAdaptiveQuantization: {
|
|
1247
|
-
readonly DISABLED: "DISABLED";
|
|
1248
|
-
readonly ENABLED: "ENABLED";
|
|
1249
|
-
};
|
|
1250
|
-
export type H265FlickerAdaptiveQuantization =
|
|
1251
|
-
(typeof H265FlickerAdaptiveQuantization)[keyof typeof H265FlickerAdaptiveQuantization];
|
|
1252
|
-
export declare const H265FramerateControl: {
|
|
1253
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1254
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1255
|
-
};
|
|
1256
|
-
export type H265FramerateControl =
|
|
1257
|
-
(typeof H265FramerateControl)[keyof typeof H265FramerateControl];
|
|
1258
|
-
export declare const H265FramerateConversionAlgorithm: {
|
|
1259
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1260
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1261
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1262
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1263
|
-
};
|
|
1264
|
-
export type H265FramerateConversionAlgorithm =
|
|
1265
|
-
(typeof H265FramerateConversionAlgorithm)[keyof typeof H265FramerateConversionAlgorithm];
|
|
1266
|
-
export declare const H265GopBReference: {
|
|
1267
|
-
readonly DISABLED: "DISABLED";
|
|
1268
|
-
readonly ENABLED: "ENABLED";
|
|
1269
|
-
};
|
|
1270
|
-
export type H265GopBReference =
|
|
1271
|
-
(typeof H265GopBReference)[keyof typeof H265GopBReference];
|
|
1272
|
-
export declare const H265GopSizeUnits: {
|
|
1273
|
-
readonly AUTO: "AUTO";
|
|
1274
|
-
readonly FRAMES: "FRAMES";
|
|
1275
|
-
readonly SECONDS: "SECONDS";
|
|
1276
|
-
};
|
|
1277
|
-
export type H265GopSizeUnits =
|
|
1278
|
-
(typeof H265GopSizeUnits)[keyof typeof H265GopSizeUnits];
|
|
1279
|
-
export declare const H265InterlaceMode: {
|
|
1280
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
1281
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
1282
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
1283
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1284
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
1285
|
-
};
|
|
1286
|
-
export type H265InterlaceMode =
|
|
1287
|
-
(typeof H265InterlaceMode)[keyof typeof H265InterlaceMode];
|
|
1288
|
-
export declare const H265ParControl: {
|
|
1289
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1290
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1291
|
-
};
|
|
1292
|
-
export type H265ParControl =
|
|
1293
|
-
(typeof H265ParControl)[keyof typeof H265ParControl];
|
|
1294
|
-
export declare const H265QualityTuningLevel: {
|
|
1295
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
1296
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
1297
|
-
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
1298
|
-
};
|
|
1299
|
-
export type H265QualityTuningLevel =
|
|
1300
|
-
(typeof H265QualityTuningLevel)[keyof typeof H265QualityTuningLevel];
|
|
1301
|
-
export interface H265QvbrSettings {
|
|
1302
|
-
MaxAverageBitrate?: number | undefined;
|
|
1303
|
-
QvbrQualityLevel?: number | undefined;
|
|
1304
|
-
QvbrQualityLevelFineTune?: number | undefined;
|
|
1305
|
-
}
|
|
1306
|
-
export declare const H265RateControlMode: {
|
|
1307
|
-
readonly CBR: "CBR";
|
|
1308
|
-
readonly QVBR: "QVBR";
|
|
1309
|
-
readonly VBR: "VBR";
|
|
1310
|
-
};
|
|
1311
|
-
export type H265RateControlMode =
|
|
1312
|
-
(typeof H265RateControlMode)[keyof typeof H265RateControlMode];
|
|
1313
|
-
export declare const H265SampleAdaptiveOffsetFilterMode: {
|
|
1314
|
-
readonly ADAPTIVE: "ADAPTIVE";
|
|
1315
|
-
readonly DEFAULT: "DEFAULT";
|
|
1316
|
-
readonly OFF: "OFF";
|
|
1317
|
-
};
|
|
1318
|
-
export type H265SampleAdaptiveOffsetFilterMode =
|
|
1319
|
-
(typeof H265SampleAdaptiveOffsetFilterMode)[keyof typeof H265SampleAdaptiveOffsetFilterMode];
|
|
1320
|
-
export declare const H265ScanTypeConversionMode: {
|
|
1321
|
-
readonly INTERLACED: "INTERLACED";
|
|
1322
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1323
|
-
};
|
|
1324
|
-
export type H265ScanTypeConversionMode =
|
|
1325
|
-
(typeof H265ScanTypeConversionMode)[keyof typeof H265ScanTypeConversionMode];
|
|
1326
|
-
export declare const H265SceneChangeDetect: {
|
|
1327
|
-
readonly DISABLED: "DISABLED";
|
|
1328
|
-
readonly ENABLED: "ENABLED";
|
|
1329
|
-
readonly TRANSITION_DETECTION: "TRANSITION_DETECTION";
|
|
1330
|
-
};
|
|
1331
|
-
export type H265SceneChangeDetect =
|
|
1332
|
-
(typeof H265SceneChangeDetect)[keyof typeof H265SceneChangeDetect];
|
|
1333
|
-
export declare const H265SlowPal: {
|
|
1334
|
-
readonly DISABLED: "DISABLED";
|
|
1335
|
-
readonly ENABLED: "ENABLED";
|
|
1336
|
-
};
|
|
1337
|
-
export type H265SlowPal = (typeof H265SlowPal)[keyof typeof H265SlowPal];
|
|
1338
|
-
export declare const H265SpatialAdaptiveQuantization: {
|
|
1339
|
-
readonly DISABLED: "DISABLED";
|
|
1340
|
-
readonly ENABLED: "ENABLED";
|
|
1341
|
-
};
|
|
1342
|
-
export type H265SpatialAdaptiveQuantization =
|
|
1343
|
-
(typeof H265SpatialAdaptiveQuantization)[keyof typeof H265SpatialAdaptiveQuantization];
|
|
1344
|
-
export declare const H265Telecine: {
|
|
1345
|
-
readonly HARD: "HARD";
|
|
1346
|
-
readonly NONE: "NONE";
|
|
1347
|
-
readonly SOFT: "SOFT";
|
|
1348
|
-
};
|
|
1349
|
-
export type H265Telecine = (typeof H265Telecine)[keyof typeof H265Telecine];
|
|
1350
|
-
export declare const H265TemporalAdaptiveQuantization: {
|
|
1351
|
-
readonly DISABLED: "DISABLED";
|
|
1352
|
-
readonly ENABLED: "ENABLED";
|
|
1353
|
-
};
|
|
1354
|
-
export type H265TemporalAdaptiveQuantization =
|
|
1355
|
-
(typeof H265TemporalAdaptiveQuantization)[keyof typeof H265TemporalAdaptiveQuantization];
|
|
1356
|
-
export declare const H265TemporalIds: {
|
|
1357
|
-
readonly DISABLED: "DISABLED";
|
|
1358
|
-
readonly ENABLED: "ENABLED";
|
|
1359
|
-
};
|
|
1360
|
-
export type H265TemporalIds =
|
|
1361
|
-
(typeof H265TemporalIds)[keyof typeof H265TemporalIds];
|
|
1362
|
-
export declare const H265Tiles: {
|
|
1363
|
-
readonly DISABLED: "DISABLED";
|
|
1364
|
-
readonly ENABLED: "ENABLED";
|
|
1365
|
-
};
|
|
1366
|
-
export type H265Tiles = (typeof H265Tiles)[keyof typeof H265Tiles];
|
|
1367
|
-
export declare const H265UnregisteredSeiTimecode: {
|
|
1368
|
-
readonly DISABLED: "DISABLED";
|
|
1369
|
-
readonly ENABLED: "ENABLED";
|
|
1370
|
-
};
|
|
1371
|
-
export type H265UnregisteredSeiTimecode =
|
|
1372
|
-
(typeof H265UnregisteredSeiTimecode)[keyof typeof H265UnregisteredSeiTimecode];
|
|
1373
|
-
export declare const H265WriteMp4PackagingType: {
|
|
1374
|
-
readonly HEV1: "HEV1";
|
|
1375
|
-
readonly HVC1: "HVC1";
|
|
1376
|
-
};
|
|
1377
|
-
export type H265WriteMp4PackagingType =
|
|
1378
|
-
(typeof H265WriteMp4PackagingType)[keyof typeof H265WriteMp4PackagingType];
|
|
1379
|
-
export interface H265Settings {
|
|
1380
|
-
AdaptiveQuantization?: H265AdaptiveQuantization | undefined;
|
|
1381
|
-
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei | undefined;
|
|
1382
|
-
BandwidthReductionFilter?: BandwidthReductionFilter | undefined;
|
|
1383
|
-
Bitrate?: number | undefined;
|
|
1384
|
-
CodecLevel?: H265CodecLevel | undefined;
|
|
1385
|
-
CodecProfile?: H265CodecProfile | undefined;
|
|
1386
|
-
Deblocking?: H265Deblocking | undefined;
|
|
1387
|
-
DynamicSubGop?: H265DynamicSubGop | undefined;
|
|
1388
|
-
EndOfStreamMarkers?: H265EndOfStreamMarkers | undefined;
|
|
1389
|
-
FlickerAdaptiveQuantization?: H265FlickerAdaptiveQuantization | undefined;
|
|
1390
|
-
FramerateControl?: H265FramerateControl | undefined;
|
|
1391
|
-
FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm | undefined;
|
|
1392
|
-
FramerateDenominator?: number | undefined;
|
|
1393
|
-
FramerateNumerator?: number | undefined;
|
|
1394
|
-
GopBReference?: H265GopBReference | undefined;
|
|
1395
|
-
GopClosedCadence?: number | undefined;
|
|
1396
|
-
GopSize?: number | undefined;
|
|
1397
|
-
GopSizeUnits?: H265GopSizeUnits | undefined;
|
|
1398
|
-
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1399
|
-
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1400
|
-
HrdBufferSize?: number | undefined;
|
|
1401
|
-
InterlaceMode?: H265InterlaceMode | undefined;
|
|
1402
|
-
MaxBitrate?: number | undefined;
|
|
1403
|
-
MinIInterval?: number | undefined;
|
|
1404
|
-
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1405
|
-
NumberReferenceFrames?: number | undefined;
|
|
1406
|
-
ParControl?: H265ParControl | undefined;
|
|
1407
|
-
ParDenominator?: number | undefined;
|
|
1408
|
-
ParNumerator?: number | undefined;
|
|
1409
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1410
|
-
QualityTuningLevel?: H265QualityTuningLevel | undefined;
|
|
1411
|
-
QvbrSettings?: H265QvbrSettings | undefined;
|
|
1412
|
-
RateControlMode?: H265RateControlMode | undefined;
|
|
1413
|
-
SampleAdaptiveOffsetFilterMode?:
|
|
1414
|
-
| H265SampleAdaptiveOffsetFilterMode
|
|
1415
|
-
| undefined;
|
|
1416
|
-
ScanTypeConversionMode?: H265ScanTypeConversionMode | undefined;
|
|
1417
|
-
SceneChangeDetect?: H265SceneChangeDetect | undefined;
|
|
1418
|
-
Slices?: number | undefined;
|
|
1419
|
-
SlowPal?: H265SlowPal | undefined;
|
|
1420
|
-
SpatialAdaptiveQuantization?: H265SpatialAdaptiveQuantization | undefined;
|
|
1421
|
-
Telecine?: H265Telecine | undefined;
|
|
1422
|
-
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization | undefined;
|
|
1423
|
-
TemporalIds?: H265TemporalIds | undefined;
|
|
1424
|
-
Tiles?: H265Tiles | undefined;
|
|
1425
|
-
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode | undefined;
|
|
1426
|
-
WriteMp4PackagingType?: H265WriteMp4PackagingType | undefined;
|
|
1427
|
-
}
|
|
1428
|
-
export declare const Mpeg2AdaptiveQuantization: {
|
|
1429
|
-
readonly HIGH: "HIGH";
|
|
1430
|
-
readonly LOW: "LOW";
|
|
1431
|
-
readonly MEDIUM: "MEDIUM";
|
|
1432
|
-
readonly OFF: "OFF";
|
|
1433
|
-
};
|
|
1434
|
-
export type Mpeg2AdaptiveQuantization =
|
|
1435
|
-
(typeof Mpeg2AdaptiveQuantization)[keyof typeof Mpeg2AdaptiveQuantization];
|
|
1436
|
-
export declare const Mpeg2CodecLevel: {
|
|
1437
|
-
readonly AUTO: "AUTO";
|
|
1438
|
-
readonly HIGH: "HIGH";
|
|
1439
|
-
readonly HIGH1440: "HIGH1440";
|
|
1440
|
-
readonly LOW: "LOW";
|
|
1441
|
-
readonly MAIN: "MAIN";
|
|
1442
|
-
};
|
|
1443
|
-
export type Mpeg2CodecLevel =
|
|
1444
|
-
(typeof Mpeg2CodecLevel)[keyof typeof Mpeg2CodecLevel];
|
|
1445
|
-
export declare const Mpeg2CodecProfile: {
|
|
1446
|
-
readonly MAIN: "MAIN";
|
|
1447
|
-
readonly PROFILE_422: "PROFILE_422";
|
|
1448
|
-
};
|
|
1449
|
-
export type Mpeg2CodecProfile =
|
|
1450
|
-
(typeof Mpeg2CodecProfile)[keyof typeof Mpeg2CodecProfile];
|
|
1451
|
-
export declare const Mpeg2DynamicSubGop: {
|
|
1452
|
-
readonly ADAPTIVE: "ADAPTIVE";
|
|
1453
|
-
readonly STATIC: "STATIC";
|
|
1454
|
-
};
|
|
1455
|
-
export type Mpeg2DynamicSubGop =
|
|
1456
|
-
(typeof Mpeg2DynamicSubGop)[keyof typeof Mpeg2DynamicSubGop];
|
|
1457
|
-
export declare const Mpeg2FramerateControl: {
|
|
1458
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1459
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1460
|
-
};
|
|
1461
|
-
export type Mpeg2FramerateControl =
|
|
1462
|
-
(typeof Mpeg2FramerateControl)[keyof typeof Mpeg2FramerateControl];
|
|
1463
|
-
export declare const Mpeg2FramerateConversionAlgorithm: {
|
|
1464
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1465
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1466
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1467
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1468
|
-
};
|
|
1469
|
-
export type Mpeg2FramerateConversionAlgorithm =
|
|
1470
|
-
(typeof Mpeg2FramerateConversionAlgorithm)[keyof typeof Mpeg2FramerateConversionAlgorithm];
|
|
1471
|
-
export declare const Mpeg2GopSizeUnits: {
|
|
1472
|
-
readonly FRAMES: "FRAMES";
|
|
1473
|
-
readonly SECONDS: "SECONDS";
|
|
1474
|
-
};
|
|
1475
|
-
export type Mpeg2GopSizeUnits =
|
|
1476
|
-
(typeof Mpeg2GopSizeUnits)[keyof typeof Mpeg2GopSizeUnits];
|
|
1477
|
-
export declare const Mpeg2InterlaceMode: {
|
|
1478
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
1479
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
1480
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
1481
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1482
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
1483
|
-
};
|
|
1484
|
-
export type Mpeg2InterlaceMode =
|
|
1485
|
-
(typeof Mpeg2InterlaceMode)[keyof typeof Mpeg2InterlaceMode];
|
|
1486
|
-
export declare const Mpeg2IntraDcPrecision: {
|
|
1487
|
-
readonly AUTO: "AUTO";
|
|
1488
|
-
readonly INTRA_DC_PRECISION_10: "INTRA_DC_PRECISION_10";
|
|
1489
|
-
readonly INTRA_DC_PRECISION_11: "INTRA_DC_PRECISION_11";
|
|
1490
|
-
readonly INTRA_DC_PRECISION_8: "INTRA_DC_PRECISION_8";
|
|
1491
|
-
readonly INTRA_DC_PRECISION_9: "INTRA_DC_PRECISION_9";
|
|
1492
|
-
};
|
|
1493
|
-
export type Mpeg2IntraDcPrecision =
|
|
1494
|
-
(typeof Mpeg2IntraDcPrecision)[keyof typeof Mpeg2IntraDcPrecision];
|
|
1495
|
-
export declare const Mpeg2ParControl: {
|
|
1496
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1497
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1498
|
-
};
|
|
1499
|
-
export type Mpeg2ParControl =
|
|
1500
|
-
(typeof Mpeg2ParControl)[keyof typeof Mpeg2ParControl];
|
|
1501
|
-
export declare const Mpeg2QualityTuningLevel: {
|
|
1502
|
-
readonly MULTI_PASS: "MULTI_PASS";
|
|
1503
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
1504
|
-
};
|
|
1505
|
-
export type Mpeg2QualityTuningLevel =
|
|
1506
|
-
(typeof Mpeg2QualityTuningLevel)[keyof typeof Mpeg2QualityTuningLevel];
|
|
1507
|
-
export declare const Mpeg2RateControlMode: {
|
|
1508
|
-
readonly CBR: "CBR";
|
|
1509
|
-
readonly VBR: "VBR";
|
|
1510
|
-
};
|
|
1511
|
-
export type Mpeg2RateControlMode =
|
|
1512
|
-
(typeof Mpeg2RateControlMode)[keyof typeof Mpeg2RateControlMode];
|
|
1513
|
-
export declare const Mpeg2ScanTypeConversionMode: {
|
|
1514
|
-
readonly INTERLACED: "INTERLACED";
|
|
1515
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1516
|
-
};
|
|
1517
|
-
export type Mpeg2ScanTypeConversionMode =
|
|
1518
|
-
(typeof Mpeg2ScanTypeConversionMode)[keyof typeof Mpeg2ScanTypeConversionMode];
|
|
1519
|
-
export declare const Mpeg2SceneChangeDetect: {
|
|
1520
|
-
readonly DISABLED: "DISABLED";
|
|
1521
|
-
readonly ENABLED: "ENABLED";
|
|
1522
|
-
};
|
|
1523
|
-
export type Mpeg2SceneChangeDetect =
|
|
1524
|
-
(typeof Mpeg2SceneChangeDetect)[keyof typeof Mpeg2SceneChangeDetect];
|
|
1525
|
-
export declare const Mpeg2SlowPal: {
|
|
1526
|
-
readonly DISABLED: "DISABLED";
|
|
1527
|
-
readonly ENABLED: "ENABLED";
|
|
1528
|
-
};
|
|
1529
|
-
export type Mpeg2SlowPal = (typeof Mpeg2SlowPal)[keyof typeof Mpeg2SlowPal];
|
|
1530
|
-
export declare const Mpeg2SpatialAdaptiveQuantization: {
|
|
1531
|
-
readonly DISABLED: "DISABLED";
|
|
1532
|
-
readonly ENABLED: "ENABLED";
|
|
1533
|
-
};
|
|
1534
|
-
export type Mpeg2SpatialAdaptiveQuantization =
|
|
1535
|
-
(typeof Mpeg2SpatialAdaptiveQuantization)[keyof typeof Mpeg2SpatialAdaptiveQuantization];
|
|
1536
|
-
export declare const Mpeg2Syntax: {
|
|
1537
|
-
readonly DEFAULT: "DEFAULT";
|
|
1538
|
-
readonly D_10: "D_10";
|
|
1539
|
-
};
|
|
1540
|
-
export type Mpeg2Syntax = (typeof Mpeg2Syntax)[keyof typeof Mpeg2Syntax];
|
|
1541
|
-
export declare const Mpeg2Telecine: {
|
|
1542
|
-
readonly HARD: "HARD";
|
|
1543
|
-
readonly NONE: "NONE";
|
|
1544
|
-
readonly SOFT: "SOFT";
|
|
1545
|
-
};
|
|
1546
|
-
export type Mpeg2Telecine = (typeof Mpeg2Telecine)[keyof typeof Mpeg2Telecine];
|
|
1547
|
-
export declare const Mpeg2TemporalAdaptiveQuantization: {
|
|
1548
|
-
readonly DISABLED: "DISABLED";
|
|
1549
|
-
readonly ENABLED: "ENABLED";
|
|
1550
|
-
};
|
|
1551
|
-
export type Mpeg2TemporalAdaptiveQuantization =
|
|
1552
|
-
(typeof Mpeg2TemporalAdaptiveQuantization)[keyof typeof Mpeg2TemporalAdaptiveQuantization];
|
|
1553
|
-
export interface Mpeg2Settings {
|
|
1554
|
-
AdaptiveQuantization?: Mpeg2AdaptiveQuantization | undefined;
|
|
1555
|
-
Bitrate?: number | undefined;
|
|
1556
|
-
CodecLevel?: Mpeg2CodecLevel | undefined;
|
|
1557
|
-
CodecProfile?: Mpeg2CodecProfile | undefined;
|
|
1558
|
-
DynamicSubGop?: Mpeg2DynamicSubGop | undefined;
|
|
1559
|
-
FramerateControl?: Mpeg2FramerateControl | undefined;
|
|
1560
|
-
FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm | undefined;
|
|
1561
|
-
FramerateDenominator?: number | undefined;
|
|
1562
|
-
FramerateNumerator?: number | undefined;
|
|
1563
|
-
GopClosedCadence?: number | undefined;
|
|
1564
|
-
GopSize?: number | undefined;
|
|
1565
|
-
GopSizeUnits?: Mpeg2GopSizeUnits | undefined;
|
|
1566
|
-
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1567
|
-
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1568
|
-
HrdBufferSize?: number | undefined;
|
|
1569
|
-
InterlaceMode?: Mpeg2InterlaceMode | undefined;
|
|
1570
|
-
IntraDcPrecision?: Mpeg2IntraDcPrecision | undefined;
|
|
1571
|
-
MaxBitrate?: number | undefined;
|
|
1572
|
-
MinIInterval?: number | undefined;
|
|
1573
|
-
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1574
|
-
ParControl?: Mpeg2ParControl | undefined;
|
|
1575
|
-
ParDenominator?: number | undefined;
|
|
1576
|
-
ParNumerator?: number | undefined;
|
|
1577
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1578
|
-
QualityTuningLevel?: Mpeg2QualityTuningLevel | undefined;
|
|
1579
|
-
RateControlMode?: Mpeg2RateControlMode | undefined;
|
|
1580
|
-
ScanTypeConversionMode?: Mpeg2ScanTypeConversionMode | undefined;
|
|
1581
|
-
SceneChangeDetect?: Mpeg2SceneChangeDetect | undefined;
|
|
1582
|
-
SlowPal?: Mpeg2SlowPal | undefined;
|
|
1583
|
-
Softness?: number | undefined;
|
|
1584
|
-
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization | undefined;
|
|
1585
|
-
Syntax?: Mpeg2Syntax | undefined;
|
|
1586
|
-
Telecine?: Mpeg2Telecine | undefined;
|
|
1587
|
-
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export declare const FrameControl: {
|
|
1590
|
-
readonly NEAREST_IDRFRAME: "NEAREST_IDRFRAME";
|
|
1591
|
-
readonly NEAREST_IFRAME: "NEAREST_IFRAME";
|
|
1592
|
-
};
|
|
1593
|
-
export type FrameControl = (typeof FrameControl)[keyof typeof FrameControl];
|
|
1594
|
-
export declare const VideoSelectorMode: {
|
|
1595
|
-
readonly AUTO: "AUTO";
|
|
1596
|
-
readonly REMUX_ALL: "REMUX_ALL";
|
|
1597
|
-
};
|
|
1598
|
-
export type VideoSelectorMode =
|
|
1599
|
-
(typeof VideoSelectorMode)[keyof typeof VideoSelectorMode];
|
|
1600
|
-
export interface PassthroughSettings {
|
|
1601
|
-
FrameControl?: FrameControl | undefined;
|
|
1602
|
-
VideoSelectorMode?: VideoSelectorMode | undefined;
|
|
1603
|
-
}
|
|
1604
|
-
export declare const ProresChromaSampling: {
|
|
1605
|
-
readonly PRESERVE_444_SAMPLING: "PRESERVE_444_SAMPLING";
|
|
1606
|
-
readonly SUBSAMPLE_TO_422: "SUBSAMPLE_TO_422";
|
|
1607
|
-
};
|
|
1608
|
-
export type ProresChromaSampling =
|
|
1609
|
-
(typeof ProresChromaSampling)[keyof typeof ProresChromaSampling];
|
|
1610
|
-
export declare const ProresCodecProfile: {
|
|
1611
|
-
readonly APPLE_PRORES_422: "APPLE_PRORES_422";
|
|
1612
|
-
readonly APPLE_PRORES_422_HQ: "APPLE_PRORES_422_HQ";
|
|
1613
|
-
readonly APPLE_PRORES_422_LT: "APPLE_PRORES_422_LT";
|
|
1614
|
-
readonly APPLE_PRORES_422_PROXY: "APPLE_PRORES_422_PROXY";
|
|
1615
|
-
readonly APPLE_PRORES_4444: "APPLE_PRORES_4444";
|
|
1616
|
-
readonly APPLE_PRORES_4444_XQ: "APPLE_PRORES_4444_XQ";
|
|
1617
|
-
};
|
|
1618
|
-
export type ProresCodecProfile =
|
|
1619
|
-
(typeof ProresCodecProfile)[keyof typeof ProresCodecProfile];
|
|
1620
|
-
export declare const ProresFramerateControl: {
|
|
1621
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1622
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1623
|
-
};
|
|
1624
|
-
export type ProresFramerateControl =
|
|
1625
|
-
(typeof ProresFramerateControl)[keyof typeof ProresFramerateControl];
|
|
1626
|
-
export declare const ProresFramerateConversionAlgorithm: {
|
|
1627
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1628
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1629
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1630
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1631
|
-
};
|
|
1632
|
-
export type ProresFramerateConversionAlgorithm =
|
|
1633
|
-
(typeof ProresFramerateConversionAlgorithm)[keyof typeof ProresFramerateConversionAlgorithm];
|
|
1634
|
-
export declare const ProresInterlaceMode: {
|
|
1635
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
1636
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
1637
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
1638
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1639
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
1640
|
-
};
|
|
1641
|
-
export type ProresInterlaceMode =
|
|
1642
|
-
(typeof ProresInterlaceMode)[keyof typeof ProresInterlaceMode];
|
|
1643
|
-
export declare const ProresParControl: {
|
|
1644
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1645
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1646
|
-
};
|
|
1647
|
-
export type ProresParControl =
|
|
1648
|
-
(typeof ProresParControl)[keyof typeof ProresParControl];
|
|
1649
|
-
export declare const ProresScanTypeConversionMode: {
|
|
1650
|
-
readonly INTERLACED: "INTERLACED";
|
|
1651
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1652
|
-
};
|
|
1653
|
-
export type ProresScanTypeConversionMode =
|
|
1654
|
-
(typeof ProresScanTypeConversionMode)[keyof typeof ProresScanTypeConversionMode];
|
|
1655
|
-
export declare const ProresSlowPal: {
|
|
1656
|
-
readonly DISABLED: "DISABLED";
|
|
1657
|
-
readonly ENABLED: "ENABLED";
|
|
1658
|
-
};
|
|
1659
|
-
export type ProresSlowPal = (typeof ProresSlowPal)[keyof typeof ProresSlowPal];
|
|
1660
|
-
export declare const ProresTelecine: {
|
|
1661
|
-
readonly HARD: "HARD";
|
|
1662
|
-
readonly NONE: "NONE";
|
|
1663
|
-
};
|
|
1664
|
-
export type ProresTelecine =
|
|
1665
|
-
(typeof ProresTelecine)[keyof typeof ProresTelecine];
|
|
1666
|
-
export interface ProresSettings {
|
|
1667
|
-
ChromaSampling?: ProresChromaSampling | undefined;
|
|
1668
|
-
CodecProfile?: ProresCodecProfile | undefined;
|
|
1669
|
-
FramerateControl?: ProresFramerateControl | undefined;
|
|
1670
|
-
FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm | undefined;
|
|
1671
|
-
FramerateDenominator?: number | undefined;
|
|
1672
|
-
FramerateNumerator?: number | undefined;
|
|
1673
|
-
InterlaceMode?: ProresInterlaceMode | undefined;
|
|
1674
|
-
ParControl?: ProresParControl | undefined;
|
|
1675
|
-
ParDenominator?: number | undefined;
|
|
1676
|
-
ParNumerator?: number | undefined;
|
|
1677
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1678
|
-
ScanTypeConversionMode?: ProresScanTypeConversionMode | undefined;
|
|
1679
|
-
SlowPal?: ProresSlowPal | undefined;
|
|
1680
|
-
Telecine?: ProresTelecine | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export declare const UncompressedFourcc: {
|
|
1683
|
-
readonly I420: "I420";
|
|
1684
|
-
readonly I422: "I422";
|
|
1685
|
-
readonly I444: "I444";
|
|
1686
|
-
};
|
|
1687
|
-
export type UncompressedFourcc =
|
|
1688
|
-
(typeof UncompressedFourcc)[keyof typeof UncompressedFourcc];
|
|
1689
|
-
export declare const UncompressedFramerateControl: {
|
|
1690
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1691
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1692
|
-
};
|
|
1693
|
-
export type UncompressedFramerateControl =
|
|
1694
|
-
(typeof UncompressedFramerateControl)[keyof typeof UncompressedFramerateControl];
|
|
1695
|
-
export declare const UncompressedFramerateConversionAlgorithm: {
|
|
1696
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1697
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1698
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1699
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1700
|
-
};
|
|
1701
|
-
export type UncompressedFramerateConversionAlgorithm =
|
|
1702
|
-
(typeof UncompressedFramerateConversionAlgorithm)[keyof typeof UncompressedFramerateConversionAlgorithm];
|
|
1703
|
-
export declare const UncompressedInterlaceMode: {
|
|
1704
|
-
readonly INTERLACED: "INTERLACED";
|
|
1705
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1706
|
-
};
|
|
1707
|
-
export type UncompressedInterlaceMode =
|
|
1708
|
-
(typeof UncompressedInterlaceMode)[keyof typeof UncompressedInterlaceMode];
|
|
1709
|
-
export declare const UncompressedScanTypeConversionMode: {
|
|
1710
|
-
readonly INTERLACED: "INTERLACED";
|
|
1711
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1712
|
-
};
|
|
1713
|
-
export type UncompressedScanTypeConversionMode =
|
|
1714
|
-
(typeof UncompressedScanTypeConversionMode)[keyof typeof UncompressedScanTypeConversionMode];
|
|
1715
|
-
export declare const UncompressedSlowPal: {
|
|
1716
|
-
readonly DISABLED: "DISABLED";
|
|
1717
|
-
readonly ENABLED: "ENABLED";
|
|
1718
|
-
};
|
|
1719
|
-
export type UncompressedSlowPal =
|
|
1720
|
-
(typeof UncompressedSlowPal)[keyof typeof UncompressedSlowPal];
|
|
1721
|
-
export declare const UncompressedTelecine: {
|
|
1722
|
-
readonly HARD: "HARD";
|
|
1723
|
-
readonly NONE: "NONE";
|
|
1724
|
-
};
|
|
1725
|
-
export type UncompressedTelecine =
|
|
1726
|
-
(typeof UncompressedTelecine)[keyof typeof UncompressedTelecine];
|
|
1727
|
-
export interface UncompressedSettings {
|
|
1728
|
-
Fourcc?: UncompressedFourcc | undefined;
|
|
1729
|
-
FramerateControl?: UncompressedFramerateControl | undefined;
|
|
1730
|
-
FramerateConversionAlgorithm?:
|
|
1731
|
-
| UncompressedFramerateConversionAlgorithm
|
|
1732
|
-
| undefined;
|
|
1733
|
-
FramerateDenominator?: number | undefined;
|
|
1734
|
-
FramerateNumerator?: number | undefined;
|
|
1735
|
-
InterlaceMode?: UncompressedInterlaceMode | undefined;
|
|
1736
|
-
ScanTypeConversionMode?: UncompressedScanTypeConversionMode | undefined;
|
|
1737
|
-
SlowPal?: UncompressedSlowPal | undefined;
|
|
1738
|
-
Telecine?: UncompressedTelecine | undefined;
|
|
1739
|
-
}
|
|
1740
|
-
export declare const Vc3FramerateControl: {
|
|
1741
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1742
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1743
|
-
};
|
|
1744
|
-
export type Vc3FramerateControl =
|
|
1745
|
-
(typeof Vc3FramerateControl)[keyof typeof Vc3FramerateControl];
|
|
1746
|
-
export declare const Vc3FramerateConversionAlgorithm: {
|
|
1747
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1748
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1749
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1750
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1751
|
-
};
|
|
1752
|
-
export type Vc3FramerateConversionAlgorithm =
|
|
1753
|
-
(typeof Vc3FramerateConversionAlgorithm)[keyof typeof Vc3FramerateConversionAlgorithm];
|
|
1754
|
-
export declare const Vc3InterlaceMode: {
|
|
1755
|
-
readonly INTERLACED: "INTERLACED";
|
|
1756
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1757
|
-
};
|
|
1758
|
-
export type Vc3InterlaceMode =
|
|
1759
|
-
(typeof Vc3InterlaceMode)[keyof typeof Vc3InterlaceMode];
|
|
1760
|
-
export declare const Vc3ScanTypeConversionMode: {
|
|
1761
|
-
readonly INTERLACED: "INTERLACED";
|
|
1762
|
-
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
1763
|
-
};
|
|
1764
|
-
export type Vc3ScanTypeConversionMode =
|
|
1765
|
-
(typeof Vc3ScanTypeConversionMode)[keyof typeof Vc3ScanTypeConversionMode];
|
|
1766
|
-
export declare const Vc3SlowPal: {
|
|
1767
|
-
readonly DISABLED: "DISABLED";
|
|
1768
|
-
readonly ENABLED: "ENABLED";
|
|
1769
|
-
};
|
|
1770
|
-
export type Vc3SlowPal = (typeof Vc3SlowPal)[keyof typeof Vc3SlowPal];
|
|
1771
|
-
export declare const Vc3Telecine: {
|
|
1772
|
-
readonly HARD: "HARD";
|
|
1773
|
-
readonly NONE: "NONE";
|
|
1774
|
-
};
|
|
1775
|
-
export type Vc3Telecine = (typeof Vc3Telecine)[keyof typeof Vc3Telecine];
|
|
1776
|
-
export declare const Vc3Class: {
|
|
1777
|
-
readonly CLASS_145_8BIT: "CLASS_145_8BIT";
|
|
1778
|
-
readonly CLASS_220_10BIT: "CLASS_220_10BIT";
|
|
1779
|
-
readonly CLASS_220_8BIT: "CLASS_220_8BIT";
|
|
1780
|
-
};
|
|
1781
|
-
export type Vc3Class = (typeof Vc3Class)[keyof typeof Vc3Class];
|
|
1782
|
-
export interface Vc3Settings {
|
|
1783
|
-
FramerateControl?: Vc3FramerateControl | undefined;
|
|
1784
|
-
FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm | undefined;
|
|
1785
|
-
FramerateDenominator?: number | undefined;
|
|
1786
|
-
FramerateNumerator?: number | undefined;
|
|
1787
|
-
InterlaceMode?: Vc3InterlaceMode | undefined;
|
|
1788
|
-
ScanTypeConversionMode?: Vc3ScanTypeConversionMode | undefined;
|
|
1789
|
-
SlowPal?: Vc3SlowPal | undefined;
|
|
1790
|
-
Telecine?: Vc3Telecine | undefined;
|
|
1791
|
-
Vc3Class?: Vc3Class | undefined;
|
|
1792
|
-
}
|
|
1793
|
-
export declare const Vp8FramerateControl: {
|
|
1794
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1795
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1796
|
-
};
|
|
1797
|
-
export type Vp8FramerateControl =
|
|
1798
|
-
(typeof Vp8FramerateControl)[keyof typeof Vp8FramerateControl];
|
|
1799
|
-
export declare const Vp8FramerateConversionAlgorithm: {
|
|
1800
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1801
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1802
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1803
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1804
|
-
};
|
|
1805
|
-
export type Vp8FramerateConversionAlgorithm =
|
|
1806
|
-
(typeof Vp8FramerateConversionAlgorithm)[keyof typeof Vp8FramerateConversionAlgorithm];
|
|
1807
|
-
export declare const Vp8ParControl: {
|
|
1808
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1809
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1810
|
-
};
|
|
1811
|
-
export type Vp8ParControl = (typeof Vp8ParControl)[keyof typeof Vp8ParControl];
|
|
1812
|
-
export declare const Vp8QualityTuningLevel: {
|
|
1813
|
-
readonly MULTI_PASS: "MULTI_PASS";
|
|
1814
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
1815
|
-
};
|
|
1816
|
-
export type Vp8QualityTuningLevel =
|
|
1817
|
-
(typeof Vp8QualityTuningLevel)[keyof typeof Vp8QualityTuningLevel];
|
|
1818
|
-
export declare const Vp8RateControlMode: {
|
|
1819
|
-
readonly VBR: "VBR";
|
|
1820
|
-
};
|
|
1821
|
-
export type Vp8RateControlMode =
|
|
1822
|
-
(typeof Vp8RateControlMode)[keyof typeof Vp8RateControlMode];
|
|
1823
|
-
export interface Vp8Settings {
|
|
1824
|
-
Bitrate?: number | undefined;
|
|
1825
|
-
FramerateControl?: Vp8FramerateControl | undefined;
|
|
1826
|
-
FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm | undefined;
|
|
1827
|
-
FramerateDenominator?: number | undefined;
|
|
1828
|
-
FramerateNumerator?: number | undefined;
|
|
1829
|
-
GopSize?: number | undefined;
|
|
1830
|
-
HrdBufferSize?: number | undefined;
|
|
1831
|
-
MaxBitrate?: number | undefined;
|
|
1832
|
-
ParControl?: Vp8ParControl | undefined;
|
|
1833
|
-
ParDenominator?: number | undefined;
|
|
1834
|
-
ParNumerator?: number | undefined;
|
|
1835
|
-
QualityTuningLevel?: Vp8QualityTuningLevel | undefined;
|
|
1836
|
-
RateControlMode?: Vp8RateControlMode | undefined;
|
|
1837
|
-
}
|
|
1838
|
-
export declare const Vp9FramerateControl: {
|
|
1839
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1840
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1841
|
-
};
|
|
1842
|
-
export type Vp9FramerateControl =
|
|
1843
|
-
(typeof Vp9FramerateControl)[keyof typeof Vp9FramerateControl];
|
|
1844
|
-
export declare const Vp9FramerateConversionAlgorithm: {
|
|
1845
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1846
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1847
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1848
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1849
|
-
};
|
|
1850
|
-
export type Vp9FramerateConversionAlgorithm =
|
|
1851
|
-
(typeof Vp9FramerateConversionAlgorithm)[keyof typeof Vp9FramerateConversionAlgorithm];
|
|
1852
|
-
export declare const Vp9ParControl: {
|
|
1853
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1854
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1855
|
-
};
|
|
1856
|
-
export type Vp9ParControl = (typeof Vp9ParControl)[keyof typeof Vp9ParControl];
|
|
1857
|
-
export declare const Vp9QualityTuningLevel: {
|
|
1858
|
-
readonly MULTI_PASS: "MULTI_PASS";
|
|
1859
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
1860
|
-
};
|
|
1861
|
-
export type Vp9QualityTuningLevel =
|
|
1862
|
-
(typeof Vp9QualityTuningLevel)[keyof typeof Vp9QualityTuningLevel];
|
|
1863
|
-
export declare const Vp9RateControlMode: {
|
|
1864
|
-
readonly VBR: "VBR";
|
|
1865
|
-
};
|
|
1866
|
-
export type Vp9RateControlMode =
|
|
1867
|
-
(typeof Vp9RateControlMode)[keyof typeof Vp9RateControlMode];
|
|
1868
|
-
export interface Vp9Settings {
|
|
1869
|
-
Bitrate?: number | undefined;
|
|
1870
|
-
FramerateControl?: Vp9FramerateControl | undefined;
|
|
1871
|
-
FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm | undefined;
|
|
1872
|
-
FramerateDenominator?: number | undefined;
|
|
1873
|
-
FramerateNumerator?: number | undefined;
|
|
1874
|
-
GopSize?: number | undefined;
|
|
1875
|
-
HrdBufferSize?: number | undefined;
|
|
1876
|
-
MaxBitrate?: number | undefined;
|
|
1877
|
-
ParControl?: Vp9ParControl | undefined;
|
|
1878
|
-
ParDenominator?: number | undefined;
|
|
1879
|
-
ParNumerator?: number | undefined;
|
|
1880
|
-
QualityTuningLevel?: Vp9QualityTuningLevel | undefined;
|
|
1881
|
-
RateControlMode?: Vp9RateControlMode | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export declare const XavcAdaptiveQuantization: {
|
|
1884
|
-
readonly AUTO: "AUTO";
|
|
1885
|
-
readonly HIGH: "HIGH";
|
|
1886
|
-
readonly HIGHER: "HIGHER";
|
|
1887
|
-
readonly LOW: "LOW";
|
|
1888
|
-
readonly MAX: "MAX";
|
|
1889
|
-
readonly MEDIUM: "MEDIUM";
|
|
1890
|
-
readonly OFF: "OFF";
|
|
1891
|
-
};
|
|
1892
|
-
export type XavcAdaptiveQuantization =
|
|
1893
|
-
(typeof XavcAdaptiveQuantization)[keyof typeof XavcAdaptiveQuantization];
|
|
1894
|
-
export declare const XavcEntropyEncoding: {
|
|
1895
|
-
readonly AUTO: "AUTO";
|
|
1896
|
-
readonly CABAC: "CABAC";
|
|
1897
|
-
readonly CAVLC: "CAVLC";
|
|
1898
|
-
};
|
|
1899
|
-
export type XavcEntropyEncoding =
|
|
1900
|
-
(typeof XavcEntropyEncoding)[keyof typeof XavcEntropyEncoding];
|
|
1901
|
-
export declare const XavcFramerateControl: {
|
|
1902
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
1903
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
1904
|
-
};
|
|
1905
|
-
export type XavcFramerateControl =
|
|
1906
|
-
(typeof XavcFramerateControl)[keyof typeof XavcFramerateControl];
|
|
1907
|
-
export declare const XavcFramerateConversionAlgorithm: {
|
|
1908
|
-
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
1909
|
-
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
1910
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
1911
|
-
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
1912
|
-
};
|
|
1913
|
-
export type XavcFramerateConversionAlgorithm =
|
|
1914
|
-
(typeof XavcFramerateConversionAlgorithm)[keyof typeof XavcFramerateConversionAlgorithm];
|
|
1915
|
-
export declare const XavcProfile: {
|
|
1916
|
-
readonly XAVC_4K: "XAVC_4K";
|
|
1917
|
-
readonly XAVC_4K_INTRA_CBG: "XAVC_4K_INTRA_CBG";
|
|
1918
|
-
readonly XAVC_4K_INTRA_VBR: "XAVC_4K_INTRA_VBR";
|
|
1919
|
-
readonly XAVC_HD: "XAVC_HD";
|
|
1920
|
-
readonly XAVC_HD_INTRA_CBG: "XAVC_HD_INTRA_CBG";
|
|
1921
|
-
};
|
|
1922
|
-
export type XavcProfile = (typeof XavcProfile)[keyof typeof XavcProfile];
|
|
1923
|
-
export declare const XavcSlowPal: {
|
|
1924
|
-
readonly DISABLED: "DISABLED";
|
|
1925
|
-
readonly ENABLED: "ENABLED";
|
|
1926
|
-
};
|
|
1927
|
-
export type XavcSlowPal = (typeof XavcSlowPal)[keyof typeof XavcSlowPal];
|
|
1928
|
-
export declare const XavcSpatialAdaptiveQuantization: {
|
|
1929
|
-
readonly DISABLED: "DISABLED";
|
|
1930
|
-
readonly ENABLED: "ENABLED";
|
|
1931
|
-
};
|
|
1932
|
-
export type XavcSpatialAdaptiveQuantization =
|
|
1933
|
-
(typeof XavcSpatialAdaptiveQuantization)[keyof typeof XavcSpatialAdaptiveQuantization];
|
|
1934
|
-
export declare const XavcTemporalAdaptiveQuantization: {
|
|
1935
|
-
readonly DISABLED: "DISABLED";
|
|
1936
|
-
readonly ENABLED: "ENABLED";
|
|
1937
|
-
};
|
|
1938
|
-
export type XavcTemporalAdaptiveQuantization =
|
|
1939
|
-
(typeof XavcTemporalAdaptiveQuantization)[keyof typeof XavcTemporalAdaptiveQuantization];
|
|
1940
|
-
export declare const Xavc4kIntraCbgProfileClass: {
|
|
1941
|
-
readonly CLASS_100: "CLASS_100";
|
|
1942
|
-
readonly CLASS_300: "CLASS_300";
|
|
1943
|
-
readonly CLASS_480: "CLASS_480";
|
|
1944
|
-
};
|
|
1945
|
-
export type Xavc4kIntraCbgProfileClass =
|
|
1946
|
-
(typeof Xavc4kIntraCbgProfileClass)[keyof typeof Xavc4kIntraCbgProfileClass];
|
|
1947
|
-
export interface Xavc4kIntraCbgProfileSettings {
|
|
1948
|
-
XavcClass?: Xavc4kIntraCbgProfileClass | undefined;
|
|
1949
|
-
}
|
|
1950
|
-
export declare const Xavc4kIntraVbrProfileClass: {
|
|
1951
|
-
readonly CLASS_100: "CLASS_100";
|
|
1952
|
-
readonly CLASS_300: "CLASS_300";
|
|
1953
|
-
readonly CLASS_480: "CLASS_480";
|
|
1954
|
-
};
|
|
1955
|
-
export type Xavc4kIntraVbrProfileClass =
|
|
1956
|
-
(typeof Xavc4kIntraVbrProfileClass)[keyof typeof Xavc4kIntraVbrProfileClass];
|
|
1957
|
-
export interface Xavc4kIntraVbrProfileSettings {
|
|
1958
|
-
XavcClass?: Xavc4kIntraVbrProfileClass | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
export declare const Xavc4kProfileBitrateClass: {
|
|
1961
|
-
readonly BITRATE_CLASS_100: "BITRATE_CLASS_100";
|
|
1962
|
-
readonly BITRATE_CLASS_140: "BITRATE_CLASS_140";
|
|
1963
|
-
readonly BITRATE_CLASS_200: "BITRATE_CLASS_200";
|
|
1964
|
-
};
|
|
1965
|
-
export type Xavc4kProfileBitrateClass =
|
|
1966
|
-
(typeof Xavc4kProfileBitrateClass)[keyof typeof Xavc4kProfileBitrateClass];
|
|
1967
|
-
export declare const Xavc4kProfileCodecProfile: {
|
|
1968
|
-
readonly HIGH: "HIGH";
|
|
1969
|
-
readonly HIGH_422: "HIGH_422";
|
|
1970
|
-
};
|
|
1971
|
-
export type Xavc4kProfileCodecProfile =
|
|
1972
|
-
(typeof Xavc4kProfileCodecProfile)[keyof typeof Xavc4kProfileCodecProfile];
|
|
1973
|
-
export declare const XavcFlickerAdaptiveQuantization: {
|
|
1974
|
-
readonly DISABLED: "DISABLED";
|
|
1975
|
-
readonly ENABLED: "ENABLED";
|
|
1976
|
-
};
|
|
1977
|
-
export type XavcFlickerAdaptiveQuantization =
|
|
1978
|
-
(typeof XavcFlickerAdaptiveQuantization)[keyof typeof XavcFlickerAdaptiveQuantization];
|
|
1979
|
-
export declare const XavcGopBReference: {
|
|
1980
|
-
readonly DISABLED: "DISABLED";
|
|
1981
|
-
readonly ENABLED: "ENABLED";
|
|
1982
|
-
};
|
|
1983
|
-
export type XavcGopBReference =
|
|
1984
|
-
(typeof XavcGopBReference)[keyof typeof XavcGopBReference];
|
|
1985
|
-
export declare const Xavc4kProfileQualityTuningLevel: {
|
|
1986
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
1987
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
1988
|
-
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
1989
|
-
};
|
|
1990
|
-
export type Xavc4kProfileQualityTuningLevel =
|
|
1991
|
-
(typeof Xavc4kProfileQualityTuningLevel)[keyof typeof Xavc4kProfileQualityTuningLevel];
|
|
1992
|
-
export interface Xavc4kProfileSettings {
|
|
1993
|
-
BitrateClass?: Xavc4kProfileBitrateClass | undefined;
|
|
1994
|
-
CodecProfile?: Xavc4kProfileCodecProfile | undefined;
|
|
1995
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | undefined;
|
|
1996
|
-
GopBReference?: XavcGopBReference | undefined;
|
|
1997
|
-
GopClosedCadence?: number | undefined;
|
|
1998
|
-
HrdBufferSize?: number | undefined;
|
|
1999
|
-
QualityTuningLevel?: Xavc4kProfileQualityTuningLevel | undefined;
|
|
2000
|
-
Slices?: number | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export declare const XavcHdIntraCbgProfileClass: {
|
|
2003
|
-
readonly CLASS_100: "CLASS_100";
|
|
2004
|
-
readonly CLASS_200: "CLASS_200";
|
|
2005
|
-
readonly CLASS_50: "CLASS_50";
|
|
2006
|
-
};
|
|
2007
|
-
export type XavcHdIntraCbgProfileClass =
|
|
2008
|
-
(typeof XavcHdIntraCbgProfileClass)[keyof typeof XavcHdIntraCbgProfileClass];
|
|
2009
|
-
export interface XavcHdIntraCbgProfileSettings {
|
|
2010
|
-
XavcClass?: XavcHdIntraCbgProfileClass | undefined;
|
|
2011
|
-
}
|
|
2012
|
-
export declare const XavcHdProfileBitrateClass: {
|
|
2013
|
-
readonly BITRATE_CLASS_25: "BITRATE_CLASS_25";
|
|
2014
|
-
readonly BITRATE_CLASS_35: "BITRATE_CLASS_35";
|
|
2015
|
-
readonly BITRATE_CLASS_50: "BITRATE_CLASS_50";
|
|
2016
|
-
};
|
|
2017
|
-
export type XavcHdProfileBitrateClass =
|
|
2018
|
-
(typeof XavcHdProfileBitrateClass)[keyof typeof XavcHdProfileBitrateClass];
|
|
2019
|
-
export declare const XavcInterlaceMode: {
|
|
2020
|
-
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2021
|
-
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2022
|
-
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2023
|
-
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2024
|
-
readonly TOP_FIELD: "TOP_FIELD";
|
|
2025
|
-
};
|
|
2026
|
-
export type XavcInterlaceMode =
|
|
2027
|
-
(typeof XavcInterlaceMode)[keyof typeof XavcInterlaceMode];
|
|
2028
|
-
export declare const XavcHdProfileQualityTuningLevel: {
|
|
2029
|
-
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2030
|
-
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2031
|
-
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
2032
|
-
};
|
|
2033
|
-
export type XavcHdProfileQualityTuningLevel =
|
|
2034
|
-
(typeof XavcHdProfileQualityTuningLevel)[keyof typeof XavcHdProfileQualityTuningLevel];
|
|
2035
|
-
export declare const XavcHdProfileTelecine: {
|
|
2036
|
-
readonly HARD: "HARD";
|
|
2037
|
-
readonly NONE: "NONE";
|
|
2038
|
-
};
|
|
2039
|
-
export type XavcHdProfileTelecine =
|
|
2040
|
-
(typeof XavcHdProfileTelecine)[keyof typeof XavcHdProfileTelecine];
|
|
2041
|
-
export interface XavcHdProfileSettings {
|
|
2042
|
-
BitrateClass?: XavcHdProfileBitrateClass | undefined;
|
|
2043
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | undefined;
|
|
2044
|
-
GopBReference?: XavcGopBReference | undefined;
|
|
2045
|
-
GopClosedCadence?: number | undefined;
|
|
2046
|
-
HrdBufferSize?: number | undefined;
|
|
2047
|
-
InterlaceMode?: XavcInterlaceMode | undefined;
|
|
2048
|
-
QualityTuningLevel?: XavcHdProfileQualityTuningLevel | undefined;
|
|
2049
|
-
Slices?: number | undefined;
|
|
2050
|
-
Telecine?: XavcHdProfileTelecine | undefined;
|
|
2051
|
-
}
|
|
2052
|
-
export interface XavcSettings {
|
|
2053
|
-
AdaptiveQuantization?: XavcAdaptiveQuantization | undefined;
|
|
2054
|
-
EntropyEncoding?: XavcEntropyEncoding | undefined;
|
|
2055
|
-
FramerateControl?: XavcFramerateControl | undefined;
|
|
2056
|
-
FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm | undefined;
|
|
2057
|
-
FramerateDenominator?: number | undefined;
|
|
2058
|
-
FramerateNumerator?: number | undefined;
|
|
2059
|
-
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
2060
|
-
Profile?: XavcProfile | undefined;
|
|
2061
|
-
SlowPal?: XavcSlowPal | undefined;
|
|
2062
|
-
Softness?: number | undefined;
|
|
2063
|
-
SpatialAdaptiveQuantization?: XavcSpatialAdaptiveQuantization | undefined;
|
|
2064
|
-
TemporalAdaptiveQuantization?: XavcTemporalAdaptiveQuantization | undefined;
|
|
2065
|
-
Xavc4kIntraCbgProfileSettings?: Xavc4kIntraCbgProfileSettings | undefined;
|
|
2066
|
-
Xavc4kIntraVbrProfileSettings?: Xavc4kIntraVbrProfileSettings | undefined;
|
|
2067
|
-
Xavc4kProfileSettings?: Xavc4kProfileSettings | undefined;
|
|
2068
|
-
XavcHdIntraCbgProfileSettings?: XavcHdIntraCbgProfileSettings | undefined;
|
|
2069
|
-
XavcHdProfileSettings?: XavcHdProfileSettings | undefined;
|
|
2070
|
-
}
|
|
2071
|
-
export interface VideoCodecSettings {
|
|
2072
|
-
Av1Settings?: Av1Settings | undefined;
|
|
2073
|
-
AvcIntraSettings?: AvcIntraSettings | undefined;
|
|
2074
|
-
Codec?: VideoCodec | undefined;
|
|
2075
|
-
FrameCaptureSettings?: FrameCaptureSettings | undefined;
|
|
2076
|
-
GifSettings?: GifSettings | undefined;
|
|
2077
|
-
H264Settings?: H264Settings | undefined;
|
|
2078
|
-
H265Settings?: H265Settings | undefined;
|
|
2079
|
-
Mpeg2Settings?: Mpeg2Settings | undefined;
|
|
2080
|
-
PassthroughSettings?: PassthroughSettings | undefined;
|
|
2081
|
-
ProresSettings?: ProresSettings | undefined;
|
|
2082
|
-
UncompressedSettings?: UncompressedSettings | undefined;
|
|
2083
|
-
Vc3Settings?: Vc3Settings | undefined;
|
|
2084
|
-
Vp8Settings?: Vp8Settings | undefined;
|
|
2085
|
-
Vp9Settings?: Vp9Settings | undefined;
|
|
2086
|
-
XavcSettings?: XavcSettings | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export declare const ColorMetadata: {
|
|
2089
|
-
readonly IGNORE: "IGNORE";
|
|
2090
|
-
readonly INSERT: "INSERT";
|
|
2091
|
-
};
|
|
2092
|
-
export type ColorMetadata = (typeof ColorMetadata)[keyof typeof ColorMetadata];
|
|
2093
|
-
export declare const DropFrameTimecode: {
|
|
2094
|
-
readonly DISABLED: "DISABLED";
|
|
2095
|
-
readonly ENABLED: "ENABLED";
|
|
2096
|
-
};
|
|
2097
|
-
export type DropFrameTimecode =
|
|
2098
|
-
(typeof DropFrameTimecode)[keyof typeof DropFrameTimecode];
|
|
2099
|
-
export declare const RespondToAfd: {
|
|
2100
|
-
readonly NONE: "NONE";
|
|
2101
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2102
|
-
readonly RESPOND: "RESPOND";
|
|
2103
|
-
};
|
|
2104
|
-
export type RespondToAfd = (typeof RespondToAfd)[keyof typeof RespondToAfd];
|
|
2105
|
-
export declare const ScalingBehavior: {
|
|
2106
|
-
readonly DEFAULT: "DEFAULT";
|
|
2107
|
-
readonly FILL: "FILL";
|
|
2108
|
-
readonly FIT: "FIT";
|
|
2109
|
-
readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
|
|
2110
|
-
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
2111
|
-
};
|
|
2112
|
-
export type ScalingBehavior =
|
|
2113
|
-
(typeof ScalingBehavior)[keyof typeof ScalingBehavior];
|
|
2114
|
-
export declare const VideoTimecodeInsertion: {
|
|
2115
|
-
readonly DISABLED: "DISABLED";
|
|
2116
|
-
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
2117
|
-
};
|
|
2118
|
-
export type VideoTimecodeInsertion =
|
|
2119
|
-
(typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
2120
|
-
export declare const TimecodeTrack: {
|
|
2121
|
-
readonly DISABLED: "DISABLED";
|
|
2122
|
-
readonly ENABLED: "ENABLED";
|
|
2123
|
-
};
|
|
2124
|
-
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
2125
|
-
export interface ClipLimits {
|
|
2126
|
-
MaximumRGBTolerance?: number | undefined;
|
|
2127
|
-
MaximumYUV?: number | undefined;
|
|
2128
|
-
MinimumRGBTolerance?: number | undefined;
|
|
2129
|
-
MinimumYUV?: number | undefined;
|
|
2130
|
-
}
|
|
2131
|
-
export declare const ColorSpaceConversion: {
|
|
2132
|
-
readonly FORCE_601: "FORCE_601";
|
|
2133
|
-
readonly FORCE_709: "FORCE_709";
|
|
2134
|
-
readonly FORCE_HDR10: "FORCE_HDR10";
|
|
2135
|
-
readonly FORCE_HLG_2020: "FORCE_HLG_2020";
|
|
2136
|
-
readonly FORCE_P3D65_HDR: "FORCE_P3D65_HDR";
|
|
2137
|
-
readonly FORCE_P3D65_SDR: "FORCE_P3D65_SDR";
|
|
2138
|
-
readonly FORCE_P3DCI: "FORCE_P3DCI";
|
|
2139
|
-
readonly NONE: "NONE";
|
|
2140
|
-
};
|
|
2141
|
-
export type ColorSpaceConversion =
|
|
2142
|
-
(typeof ColorSpaceConversion)[keyof typeof ColorSpaceConversion];
|
|
2143
|
-
export declare const HDRToSDRToneMapper: {
|
|
2144
|
-
readonly PRESERVE_DETAILS: "PRESERVE_DETAILS";
|
|
2145
|
-
readonly VIBRANT: "VIBRANT";
|
|
2146
|
-
};
|
|
2147
|
-
export type HDRToSDRToneMapper =
|
|
2148
|
-
(typeof HDRToSDRToneMapper)[keyof typeof HDRToSDRToneMapper];
|
|
2149
|
-
export declare const SampleRangeConversion: {
|
|
2150
|
-
readonly LIMITED_RANGE_CLIP: "LIMITED_RANGE_CLIP";
|
|
2151
|
-
readonly LIMITED_RANGE_SQUEEZE: "LIMITED_RANGE_SQUEEZE";
|
|
2152
|
-
readonly NONE: "NONE";
|
|
2153
|
-
};
|
|
2154
|
-
export type SampleRangeConversion =
|
|
2155
|
-
(typeof SampleRangeConversion)[keyof typeof SampleRangeConversion];
|
|
2156
|
-
export interface ColorCorrector {
|
|
2157
|
-
Brightness?: number | undefined;
|
|
2158
|
-
ClipLimits?: ClipLimits | undefined;
|
|
2159
|
-
ColorSpaceConversion?: ColorSpaceConversion | undefined;
|
|
2160
|
-
Contrast?: number | undefined;
|
|
2161
|
-
Hdr10Metadata?: Hdr10Metadata | undefined;
|
|
2162
|
-
HdrToSdrToneMapper?: HDRToSDRToneMapper | undefined;
|
|
2163
|
-
Hue?: number | undefined;
|
|
2164
|
-
MaxLuminance?: number | undefined;
|
|
2165
|
-
SampleRangeConversion?: SampleRangeConversion | undefined;
|
|
2166
|
-
Saturation?: number | undefined;
|
|
2167
|
-
SdrReferenceWhiteLevel?: number | undefined;
|
|
2168
|
-
}
|
|
2169
|
-
export declare const DeinterlaceAlgorithm: {
|
|
2170
|
-
readonly BLEND: "BLEND";
|
|
2171
|
-
readonly BLEND_TICKER: "BLEND_TICKER";
|
|
2172
|
-
readonly INTERPOLATE: "INTERPOLATE";
|
|
2173
|
-
readonly INTERPOLATE_TICKER: "INTERPOLATE_TICKER";
|
|
2174
|
-
readonly LINEAR_INTERPOLATION: "LINEAR_INTERPOLATION";
|
|
2175
|
-
};
|
|
2176
|
-
export type DeinterlaceAlgorithm =
|
|
2177
|
-
(typeof DeinterlaceAlgorithm)[keyof typeof DeinterlaceAlgorithm];
|
|
2178
|
-
export declare const DeinterlacerControl: {
|
|
2179
|
-
readonly FORCE_ALL_FRAMES: "FORCE_ALL_FRAMES";
|
|
2180
|
-
readonly NORMAL: "NORMAL";
|
|
2181
|
-
};
|
|
2182
|
-
export type DeinterlacerControl =
|
|
2183
|
-
(typeof DeinterlacerControl)[keyof typeof DeinterlacerControl];
|
|
2184
|
-
export declare const DeinterlacerMode: {
|
|
2185
|
-
readonly ADAPTIVE: "ADAPTIVE";
|
|
2186
|
-
readonly DEINTERLACE: "DEINTERLACE";
|
|
2187
|
-
readonly INVERSE_TELECINE: "INVERSE_TELECINE";
|
|
2188
|
-
};
|
|
2189
|
-
export type DeinterlacerMode =
|
|
2190
|
-
(typeof DeinterlacerMode)[keyof typeof DeinterlacerMode];
|
|
2191
|
-
export interface Deinterlacer {
|
|
2192
|
-
Algorithm?: DeinterlaceAlgorithm | undefined;
|
|
2193
|
-
Control?: DeinterlacerControl | undefined;
|
|
2194
|
-
Mode?: DeinterlacerMode | undefined;
|
|
2195
|
-
}
|
|
2196
|
-
export interface DolbyVisionLevel6Metadata {
|
|
2197
|
-
MaxCll?: number | undefined;
|
|
2198
|
-
MaxFall?: number | undefined;
|
|
2199
|
-
}
|
|
2200
|
-
export declare const DolbyVisionLevel6Mode: {
|
|
2201
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2202
|
-
readonly RECALCULATE: "RECALCULATE";
|
|
2203
|
-
readonly SPECIFY: "SPECIFY";
|
|
2204
|
-
};
|
|
2205
|
-
export type DolbyVisionLevel6Mode =
|
|
2206
|
-
(typeof DolbyVisionLevel6Mode)[keyof typeof DolbyVisionLevel6Mode];
|
|
2207
|
-
export declare const DolbyVisionMapping: {
|
|
2208
|
-
readonly HDR10_1000: "HDR10_1000";
|
|
2209
|
-
readonly HDR10_NOMAP: "HDR10_NOMAP";
|
|
2210
|
-
};
|
|
2211
|
-
export type DolbyVisionMapping =
|
|
2212
|
-
(typeof DolbyVisionMapping)[keyof typeof DolbyVisionMapping];
|
|
2213
|
-
export declare const DolbyVisionProfile: {
|
|
2214
|
-
readonly PROFILE_5: "PROFILE_5";
|
|
2215
|
-
readonly PROFILE_8_1: "PROFILE_8_1";
|
|
2216
|
-
};
|
|
2217
|
-
export type DolbyVisionProfile =
|
|
2218
|
-
(typeof DolbyVisionProfile)[keyof typeof DolbyVisionProfile];
|
|
2219
|
-
export interface DolbyVision {
|
|
2220
|
-
L6Metadata?: DolbyVisionLevel6Metadata | undefined;
|
|
2221
|
-
L6Mode?: DolbyVisionLevel6Mode | undefined;
|
|
2222
|
-
Mapping?: DolbyVisionMapping | undefined;
|
|
2223
|
-
Profile?: DolbyVisionProfile | undefined;
|
|
2224
|
-
}
|
|
2225
|
-
export interface Hdr10Plus {
|
|
2226
|
-
MasteringMonitorNits?: number | undefined;
|
|
2227
|
-
TargetMonitorNits?: number | undefined;
|
|
2228
|
-
}
|
|
2229
|
-
export declare const NoiseReducerFilter: {
|
|
2230
|
-
readonly BILATERAL: "BILATERAL";
|
|
2231
|
-
readonly CONSERVE: "CONSERVE";
|
|
2232
|
-
readonly GAUSSIAN: "GAUSSIAN";
|
|
2233
|
-
readonly LANCZOS: "LANCZOS";
|
|
2234
|
-
readonly MEAN: "MEAN";
|
|
2235
|
-
readonly SHARPEN: "SHARPEN";
|
|
2236
|
-
readonly SPATIAL: "SPATIAL";
|
|
2237
|
-
readonly TEMPORAL: "TEMPORAL";
|
|
2238
|
-
};
|
|
2239
|
-
export type NoiseReducerFilter =
|
|
2240
|
-
(typeof NoiseReducerFilter)[keyof typeof NoiseReducerFilter];
|
|
2241
|
-
export interface NoiseReducerFilterSettings {
|
|
2242
|
-
Strength?: number | undefined;
|
|
2243
|
-
}
|
|
2244
|
-
export interface NoiseReducerSpatialFilterSettings {
|
|
2245
|
-
PostFilterSharpenStrength?: number | undefined;
|
|
2246
|
-
Speed?: number | undefined;
|
|
2247
|
-
Strength?: number | undefined;
|
|
2248
|
-
}
|
|
2249
|
-
export declare const NoiseFilterPostTemporalSharpening: {
|
|
2250
|
-
readonly AUTO: "AUTO";
|
|
2251
|
-
readonly DISABLED: "DISABLED";
|
|
2252
|
-
readonly ENABLED: "ENABLED";
|
|
2253
|
-
};
|
|
2254
|
-
export type NoiseFilterPostTemporalSharpening =
|
|
2255
|
-
(typeof NoiseFilterPostTemporalSharpening)[keyof typeof NoiseFilterPostTemporalSharpening];
|
|
2256
|
-
export declare const NoiseFilterPostTemporalSharpeningStrength: {
|
|
2257
|
-
readonly HIGH: "HIGH";
|
|
2258
|
-
readonly LOW: "LOW";
|
|
2259
|
-
readonly MEDIUM: "MEDIUM";
|
|
2260
|
-
};
|
|
2261
|
-
export type NoiseFilterPostTemporalSharpeningStrength =
|
|
2262
|
-
(typeof NoiseFilterPostTemporalSharpeningStrength)[keyof typeof NoiseFilterPostTemporalSharpeningStrength];
|
|
2263
|
-
export interface NoiseReducerTemporalFilterSettings {
|
|
2264
|
-
AggressiveMode?: number | undefined;
|
|
2265
|
-
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening | undefined;
|
|
2266
|
-
PostTemporalSharpeningStrength?:
|
|
2267
|
-
| NoiseFilterPostTemporalSharpeningStrength
|
|
2268
|
-
| undefined;
|
|
2269
|
-
Speed?: number | undefined;
|
|
2270
|
-
Strength?: number | undefined;
|
|
2271
|
-
}
|
|
2272
|
-
export interface NoiseReducer {
|
|
2273
|
-
Filter?: NoiseReducerFilter | undefined;
|
|
2274
|
-
FilterSettings?: NoiseReducerFilterSettings | undefined;
|
|
2275
|
-
SpatialFilterSettings?: NoiseReducerSpatialFilterSettings | undefined;
|
|
2276
|
-
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings | undefined;
|
|
2277
|
-
}
|
|
2278
|
-
export declare const WatermarkingStrength: {
|
|
2279
|
-
readonly DEFAULT: "DEFAULT";
|
|
2280
|
-
readonly LIGHTER: "LIGHTER";
|
|
2281
|
-
readonly LIGHTEST: "LIGHTEST";
|
|
2282
|
-
readonly STRONGER: "STRONGER";
|
|
2283
|
-
readonly STRONGEST: "STRONGEST";
|
|
2284
|
-
};
|
|
2285
|
-
export type WatermarkingStrength =
|
|
2286
|
-
(typeof WatermarkingStrength)[keyof typeof WatermarkingStrength];
|
|
2287
|
-
export interface NexGuardFileMarkerSettings {
|
|
2288
|
-
License?: string | undefined;
|
|
2289
|
-
Payload?: number | undefined;
|
|
2290
|
-
Preset?: string | undefined;
|
|
2291
|
-
Strength?: WatermarkingStrength | undefined;
|
|
2292
|
-
}
|
|
2293
|
-
export interface PartnerWatermarking {
|
|
2294
|
-
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings | undefined;
|
|
2295
|
-
}
|