@aws-sdk/client-medialive 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 +3869 -3666
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +1725 -0
- package/dist-es/models/errors.js +129 -0
- package/dist-es/models/models_0.js +1 -819
- package/dist-es/models/models_1.js +1 -948
- package/dist-es/schemas/schemas_0.js +203 -5
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputCommand.d.ts +22 -3
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +12 -2
- package/dist-types/commands/CreateSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNodeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +12 -2
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +12 -2
- package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListNetworksCommand.d.ts +1 -1
- package/dist-types/commands/ListNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSdiSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListSignalMapsCommand.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/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +15 -2
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +4397 -0
- package/dist-types/models/errors.d.ts +161 -0
- package/dist-types/models/models_0.d.ts +4543 -1987
- package/dist-types/models/models_1.d.ts +5504 -4165
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSignalMapsCommand.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/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +2324 -0
- package/dist-types/ts3.4/models/errors.d.ts +70 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1324 -1072
- package/dist-types/ts3.4/models/models_1.d.ts +1860 -2074
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -4
- package/dist-es/models/models_2.js +0 -82
- package/dist-es/models/models_3.js +0 -1
- package/dist-types/models/index.d.ts +0 -4
- package/dist-types/models/models_2.d.ts +0 -8184
- package/dist-types/models/models_3.d.ts +0 -154
- package/dist-types/ts3.4/models/index.d.ts +0 -4
- package/dist-types/ts3.4/models/models_2.d.ts +0 -2055
- package/dist-types/ts3.4/models/models_3.d.ts +0 -49
|
@@ -0,0 +1,4397 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const DashRoleAudio: {
|
|
6
|
+
readonly ALTERNATE: "ALTERNATE";
|
|
7
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
8
|
+
readonly DESCRIPTION: "DESCRIPTION";
|
|
9
|
+
readonly DUB: "DUB";
|
|
10
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
11
|
+
readonly ENHANCED_AUDIO_INTELLIGIBILITY: "ENHANCED-AUDIO-INTELLIGIBILITY";
|
|
12
|
+
readonly KARAOKE: "KARAOKE";
|
|
13
|
+
readonly MAIN: "MAIN";
|
|
14
|
+
readonly SUPPLEMENTARY: "SUPPLEMENTARY";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export type DashRoleAudio = (typeof DashRoleAudio)[keyof typeof DashRoleAudio];
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @enum
|
|
23
|
+
*/
|
|
24
|
+
export declare const AudioNormalizationAlgorithm: {
|
|
25
|
+
readonly ITU_1770_1: "ITU_1770_1";
|
|
26
|
+
readonly ITU_1770_2: "ITU_1770_2";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export type AudioNormalizationAlgorithm = (typeof AudioNormalizationAlgorithm)[keyof typeof AudioNormalizationAlgorithm];
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* @enum
|
|
35
|
+
*/
|
|
36
|
+
export declare const AudioNormalizationAlgorithmControl: {
|
|
37
|
+
readonly CORRECT_AUDIO: "CORRECT_AUDIO";
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
export type AudioNormalizationAlgorithmControl = (typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* @enum
|
|
46
|
+
*/
|
|
47
|
+
export declare const AudioType: {
|
|
48
|
+
readonly CLEAN_EFFECTS: "CLEAN_EFFECTS";
|
|
49
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
50
|
+
readonly UNDEFINED: "UNDEFINED";
|
|
51
|
+
readonly VISUAL_IMPAIRED_COMMENTARY: "VISUAL_IMPAIRED_COMMENTARY";
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export type AudioType = (typeof AudioType)[keyof typeof AudioType];
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @enum
|
|
60
|
+
*/
|
|
61
|
+
export declare const AudioDescriptionAudioTypeControl: {
|
|
62
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
63
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export type AudioDescriptionAudioTypeControl = (typeof AudioDescriptionAudioTypeControl)[keyof typeof AudioDescriptionAudioTypeControl];
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* @enum
|
|
72
|
+
*/
|
|
73
|
+
export declare const NielsenWatermarksCbetStepaside: {
|
|
74
|
+
readonly DISABLED: "DISABLED";
|
|
75
|
+
readonly ENABLED: "ENABLED";
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export type NielsenWatermarksCbetStepaside = (typeof NielsenWatermarksCbetStepaside)[keyof typeof NielsenWatermarksCbetStepaside];
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* @enum
|
|
84
|
+
*/
|
|
85
|
+
export declare const NielsenWatermarksDistributionTypes: {
|
|
86
|
+
readonly FINAL_DISTRIBUTOR: "FINAL_DISTRIBUTOR";
|
|
87
|
+
readonly PROGRAM_CONTENT: "PROGRAM_CONTENT";
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export type NielsenWatermarksDistributionTypes = (typeof NielsenWatermarksDistributionTypes)[keyof typeof NielsenWatermarksDistributionTypes];
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* @enum
|
|
96
|
+
*/
|
|
97
|
+
export declare const NielsenWatermarkTimezones: {
|
|
98
|
+
readonly AMERICA_PUERTO_RICO: "AMERICA_PUERTO_RICO";
|
|
99
|
+
readonly US_ALASKA: "US_ALASKA";
|
|
100
|
+
readonly US_ARIZONA: "US_ARIZONA";
|
|
101
|
+
readonly US_CENTRAL: "US_CENTRAL";
|
|
102
|
+
readonly US_EASTERN: "US_EASTERN";
|
|
103
|
+
readonly US_HAWAII: "US_HAWAII";
|
|
104
|
+
readonly US_MOUNTAIN: "US_MOUNTAIN";
|
|
105
|
+
readonly US_PACIFIC: "US_PACIFIC";
|
|
106
|
+
readonly US_SAMOA: "US_SAMOA";
|
|
107
|
+
readonly UTC: "UTC";
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export type NielsenWatermarkTimezones = (typeof NielsenWatermarkTimezones)[keyof typeof NielsenWatermarkTimezones];
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
* @enum
|
|
116
|
+
*/
|
|
117
|
+
export declare const AacCodingMode: {
|
|
118
|
+
readonly AD_RECEIVER_MIX: "AD_RECEIVER_MIX";
|
|
119
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
120
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
121
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
122
|
+
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
* @enum
|
|
131
|
+
*/
|
|
132
|
+
export declare const AacInputType: {
|
|
133
|
+
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
134
|
+
readonly NORMAL: "NORMAL";
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export type AacInputType = (typeof AacInputType)[keyof typeof AacInputType];
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* @enum
|
|
143
|
+
*/
|
|
144
|
+
export declare const AacProfile: {
|
|
145
|
+
readonly HEV1: "HEV1";
|
|
146
|
+
readonly HEV2: "HEV2";
|
|
147
|
+
readonly LC: "LC";
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export type AacProfile = (typeof AacProfile)[keyof typeof AacProfile];
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
* @enum
|
|
156
|
+
*/
|
|
157
|
+
export declare const AacRateControlMode: {
|
|
158
|
+
readonly CBR: "CBR";
|
|
159
|
+
readonly VBR: "VBR";
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
export type AacRateControlMode = (typeof AacRateControlMode)[keyof typeof AacRateControlMode];
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
* @enum
|
|
168
|
+
*/
|
|
169
|
+
export declare const AacRawFormat: {
|
|
170
|
+
readonly LATM_LOAS: "LATM_LOAS";
|
|
171
|
+
readonly NONE: "NONE";
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
export type AacRawFormat = (typeof AacRawFormat)[keyof typeof AacRawFormat];
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @enum
|
|
180
|
+
*/
|
|
181
|
+
export declare const AacSpec: {
|
|
182
|
+
readonly MPEG2: "MPEG2";
|
|
183
|
+
readonly MPEG4: "MPEG4";
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export type AacSpec = (typeof AacSpec)[keyof typeof AacSpec];
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
* @enum
|
|
192
|
+
*/
|
|
193
|
+
export declare const AacVbrQuality: {
|
|
194
|
+
readonly HIGH: "HIGH";
|
|
195
|
+
readonly LOW: "LOW";
|
|
196
|
+
readonly MEDIUM_HIGH: "MEDIUM_HIGH";
|
|
197
|
+
readonly MEDIUM_LOW: "MEDIUM_LOW";
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
* @enum
|
|
206
|
+
*/
|
|
207
|
+
export declare const Ac3AttenuationControl: {
|
|
208
|
+
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
209
|
+
readonly NONE: "NONE";
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export type Ac3AttenuationControl = (typeof Ac3AttenuationControl)[keyof typeof Ac3AttenuationControl];
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
* @enum
|
|
218
|
+
*/
|
|
219
|
+
export declare const Ac3BitstreamMode: {
|
|
220
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
221
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
222
|
+
readonly DIALOGUE: "DIALOGUE";
|
|
223
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
224
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
225
|
+
readonly MUSIC_AND_EFFECTS: "MUSIC_AND_EFFECTS";
|
|
226
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
227
|
+
readonly VOICE_OVER: "VOICE_OVER";
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
export type Ac3BitstreamMode = (typeof Ac3BitstreamMode)[keyof typeof Ac3BitstreamMode];
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
* @enum
|
|
236
|
+
*/
|
|
237
|
+
export declare const Ac3CodingMode: {
|
|
238
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
239
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
240
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
241
|
+
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export type Ac3CodingMode = (typeof Ac3CodingMode)[keyof typeof Ac3CodingMode];
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @enum
|
|
250
|
+
*/
|
|
251
|
+
export declare const Ac3DrcProfile: {
|
|
252
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
253
|
+
readonly NONE: "NONE";
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
export type Ac3DrcProfile = (typeof Ac3DrcProfile)[keyof typeof Ac3DrcProfile];
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
* @enum
|
|
262
|
+
*/
|
|
263
|
+
export declare const Ac3LfeFilter: {
|
|
264
|
+
readonly DISABLED: "DISABLED";
|
|
265
|
+
readonly ENABLED: "ENABLED";
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
export type Ac3LfeFilter = (typeof Ac3LfeFilter)[keyof typeof Ac3LfeFilter];
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
* @enum
|
|
274
|
+
*/
|
|
275
|
+
export declare const Ac3MetadataControl: {
|
|
276
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
277
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
export type Ac3MetadataControl = (typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
283
|
+
/**
|
|
284
|
+
* @public
|
|
285
|
+
* @enum
|
|
286
|
+
*/
|
|
287
|
+
export declare const Eac3AtmosCodingMode: {
|
|
288
|
+
readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
|
|
289
|
+
readonly CODING_MODE_7_1_4: "CODING_MODE_7_1_4";
|
|
290
|
+
readonly CODING_MODE_9_1_6: "CODING_MODE_9_1_6";
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
export type Eac3AtmosCodingMode = (typeof Eac3AtmosCodingMode)[keyof typeof Eac3AtmosCodingMode];
|
|
296
|
+
/**
|
|
297
|
+
* @public
|
|
298
|
+
* @enum
|
|
299
|
+
*/
|
|
300
|
+
export declare const Eac3AtmosDrcLine: {
|
|
301
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
302
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
303
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
304
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
305
|
+
readonly NONE: "NONE";
|
|
306
|
+
readonly SPEECH: "SPEECH";
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
export type Eac3AtmosDrcLine = (typeof Eac3AtmosDrcLine)[keyof typeof Eac3AtmosDrcLine];
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* @enum
|
|
315
|
+
*/
|
|
316
|
+
export declare const Eac3AtmosDrcRf: {
|
|
317
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
318
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
319
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
320
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
321
|
+
readonly NONE: "NONE";
|
|
322
|
+
readonly SPEECH: "SPEECH";
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export type Eac3AtmosDrcRf = (typeof Eac3AtmosDrcRf)[keyof typeof Eac3AtmosDrcRf];
|
|
328
|
+
/**
|
|
329
|
+
* @public
|
|
330
|
+
* @enum
|
|
331
|
+
*/
|
|
332
|
+
export declare const Eac3AttenuationControl: {
|
|
333
|
+
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
334
|
+
readonly NONE: "NONE";
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
export type Eac3AttenuationControl = (typeof Eac3AttenuationControl)[keyof typeof Eac3AttenuationControl];
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* @enum
|
|
343
|
+
*/
|
|
344
|
+
export declare const Eac3BitstreamMode: {
|
|
345
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
346
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
347
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
348
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
349
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
350
|
+
};
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export type Eac3BitstreamMode = (typeof Eac3BitstreamMode)[keyof typeof Eac3BitstreamMode];
|
|
355
|
+
/**
|
|
356
|
+
* @public
|
|
357
|
+
* @enum
|
|
358
|
+
*/
|
|
359
|
+
export declare const Eac3CodingMode: {
|
|
360
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
361
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
362
|
+
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
export type Eac3CodingMode = (typeof Eac3CodingMode)[keyof typeof Eac3CodingMode];
|
|
368
|
+
/**
|
|
369
|
+
* @public
|
|
370
|
+
* @enum
|
|
371
|
+
*/
|
|
372
|
+
export declare const Eac3DcFilter: {
|
|
373
|
+
readonly DISABLED: "DISABLED";
|
|
374
|
+
readonly ENABLED: "ENABLED";
|
|
375
|
+
};
|
|
376
|
+
/**
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
export type Eac3DcFilter = (typeof Eac3DcFilter)[keyof typeof Eac3DcFilter];
|
|
380
|
+
/**
|
|
381
|
+
* @public
|
|
382
|
+
* @enum
|
|
383
|
+
*/
|
|
384
|
+
export declare const Eac3DrcLine: {
|
|
385
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
386
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
387
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
388
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
389
|
+
readonly NONE: "NONE";
|
|
390
|
+
readonly SPEECH: "SPEECH";
|
|
391
|
+
};
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
export type Eac3DrcLine = (typeof Eac3DrcLine)[keyof typeof Eac3DrcLine];
|
|
396
|
+
/**
|
|
397
|
+
* @public
|
|
398
|
+
* @enum
|
|
399
|
+
*/
|
|
400
|
+
export declare const Eac3DrcRf: {
|
|
401
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
402
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
403
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
404
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
405
|
+
readonly NONE: "NONE";
|
|
406
|
+
readonly SPEECH: "SPEECH";
|
|
407
|
+
};
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
export type Eac3DrcRf = (typeof Eac3DrcRf)[keyof typeof Eac3DrcRf];
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
* @enum
|
|
415
|
+
*/
|
|
416
|
+
export declare const Eac3LfeControl: {
|
|
417
|
+
readonly LFE: "LFE";
|
|
418
|
+
readonly NO_LFE: "NO_LFE";
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
export type Eac3LfeControl = (typeof Eac3LfeControl)[keyof typeof Eac3LfeControl];
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
* @enum
|
|
427
|
+
*/
|
|
428
|
+
export declare const Eac3LfeFilter: {
|
|
429
|
+
readonly DISABLED: "DISABLED";
|
|
430
|
+
readonly ENABLED: "ENABLED";
|
|
431
|
+
};
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
export type Eac3LfeFilter = (typeof Eac3LfeFilter)[keyof typeof Eac3LfeFilter];
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
* @enum
|
|
439
|
+
*/
|
|
440
|
+
export declare const Eac3MetadataControl: {
|
|
441
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
442
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
447
|
+
export type Eac3MetadataControl = (typeof Eac3MetadataControl)[keyof typeof Eac3MetadataControl];
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
* @enum
|
|
451
|
+
*/
|
|
452
|
+
export declare const Eac3PassthroughControl: {
|
|
453
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
454
|
+
readonly WHEN_POSSIBLE: "WHEN_POSSIBLE";
|
|
455
|
+
};
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
459
|
+
export type Eac3PassthroughControl = (typeof Eac3PassthroughControl)[keyof typeof Eac3PassthroughControl];
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
* @enum
|
|
463
|
+
*/
|
|
464
|
+
export declare const Eac3PhaseControl: {
|
|
465
|
+
readonly NO_SHIFT: "NO_SHIFT";
|
|
466
|
+
readonly SHIFT_90_DEGREES: "SHIFT_90_DEGREES";
|
|
467
|
+
};
|
|
468
|
+
/**
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
export type Eac3PhaseControl = (typeof Eac3PhaseControl)[keyof typeof Eac3PhaseControl];
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
* @enum
|
|
475
|
+
*/
|
|
476
|
+
export declare const Eac3StereoDownmix: {
|
|
477
|
+
readonly DPL2: "DPL2";
|
|
478
|
+
readonly LO_RO: "LO_RO";
|
|
479
|
+
readonly LT_RT: "LT_RT";
|
|
480
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
export type Eac3StereoDownmix = (typeof Eac3StereoDownmix)[keyof typeof Eac3StereoDownmix];
|
|
486
|
+
/**
|
|
487
|
+
* @public
|
|
488
|
+
* @enum
|
|
489
|
+
*/
|
|
490
|
+
export declare const Eac3SurroundExMode: {
|
|
491
|
+
readonly DISABLED: "DISABLED";
|
|
492
|
+
readonly ENABLED: "ENABLED";
|
|
493
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
export type Eac3SurroundExMode = (typeof Eac3SurroundExMode)[keyof typeof Eac3SurroundExMode];
|
|
499
|
+
/**
|
|
500
|
+
* @public
|
|
501
|
+
* @enum
|
|
502
|
+
*/
|
|
503
|
+
export declare const Eac3SurroundMode: {
|
|
504
|
+
readonly DISABLED: "DISABLED";
|
|
505
|
+
readonly ENABLED: "ENABLED";
|
|
506
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* @public
|
|
510
|
+
*/
|
|
511
|
+
export type Eac3SurroundMode = (typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
* @enum
|
|
515
|
+
*/
|
|
516
|
+
export declare const Mp2CodingMode: {
|
|
517
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
518
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
519
|
+
};
|
|
520
|
+
/**
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
export type Mp2CodingMode = (typeof Mp2CodingMode)[keyof typeof Mp2CodingMode];
|
|
524
|
+
/**
|
|
525
|
+
* @public
|
|
526
|
+
* @enum
|
|
527
|
+
*/
|
|
528
|
+
export declare const WavCodingMode: {
|
|
529
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
530
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
531
|
+
readonly CODING_MODE_4_0: "CODING_MODE_4_0";
|
|
532
|
+
readonly CODING_MODE_8_0: "CODING_MODE_8_0";
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
export type WavCodingMode = (typeof WavCodingMode)[keyof typeof WavCodingMode];
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
* @enum
|
|
541
|
+
*/
|
|
542
|
+
export declare const DvbDashAccessibility: {
|
|
543
|
+
readonly DVBDASH_1_VISUALLY_IMPAIRED: "DVBDASH_1_VISUALLY_IMPAIRED";
|
|
544
|
+
readonly DVBDASH_2_HARD_OF_HEARING: "DVBDASH_2_HARD_OF_HEARING";
|
|
545
|
+
readonly DVBDASH_3_SUPPLEMENTAL_COMMENTARY: "DVBDASH_3_SUPPLEMENTAL_COMMENTARY";
|
|
546
|
+
readonly DVBDASH_4_DIRECTORS_COMMENTARY: "DVBDASH_4_DIRECTORS_COMMENTARY";
|
|
547
|
+
readonly DVBDASH_5_EDUCATIONAL_NOTES: "DVBDASH_5_EDUCATIONAL_NOTES";
|
|
548
|
+
readonly DVBDASH_6_MAIN_PROGRAM: "DVBDASH_6_MAIN_PROGRAM";
|
|
549
|
+
readonly DVBDASH_7_CLEAN_FEED: "DVBDASH_7_CLEAN_FEED";
|
|
550
|
+
};
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
export type DvbDashAccessibility = (typeof DvbDashAccessibility)[keyof typeof DvbDashAccessibility];
|
|
555
|
+
/**
|
|
556
|
+
* @public
|
|
557
|
+
* @enum
|
|
558
|
+
*/
|
|
559
|
+
export declare const AudioDescriptionLanguageCodeControl: {
|
|
560
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
561
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
562
|
+
};
|
|
563
|
+
/**
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
export type AudioDescriptionLanguageCodeControl = (typeof AudioDescriptionLanguageCodeControl)[keyof typeof AudioDescriptionLanguageCodeControl];
|
|
567
|
+
/**
|
|
568
|
+
* @public
|
|
569
|
+
* @enum
|
|
570
|
+
*/
|
|
571
|
+
export declare const AudioLanguageSelectionPolicy: {
|
|
572
|
+
readonly LOOSE: "LOOSE";
|
|
573
|
+
readonly STRICT: "STRICT";
|
|
574
|
+
};
|
|
575
|
+
/**
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
export type AudioLanguageSelectionPolicy = (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
|
|
579
|
+
/**
|
|
580
|
+
* @public
|
|
581
|
+
* @enum
|
|
582
|
+
*/
|
|
583
|
+
export declare const DolbyEProgramSelection: {
|
|
584
|
+
readonly ALL_CHANNELS: "ALL_CHANNELS";
|
|
585
|
+
readonly PROGRAM_1: "PROGRAM_1";
|
|
586
|
+
readonly PROGRAM_2: "PROGRAM_2";
|
|
587
|
+
readonly PROGRAM_3: "PROGRAM_3";
|
|
588
|
+
readonly PROGRAM_4: "PROGRAM_4";
|
|
589
|
+
readonly PROGRAM_5: "PROGRAM_5";
|
|
590
|
+
readonly PROGRAM_6: "PROGRAM_6";
|
|
591
|
+
readonly PROGRAM_7: "PROGRAM_7";
|
|
592
|
+
readonly PROGRAM_8: "PROGRAM_8";
|
|
593
|
+
};
|
|
594
|
+
/**
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
export type DolbyEProgramSelection = (typeof DolbyEProgramSelection)[keyof typeof DolbyEProgramSelection];
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
* @enum
|
|
601
|
+
*/
|
|
602
|
+
export declare const AccessibilityType: {
|
|
603
|
+
readonly DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES";
|
|
604
|
+
readonly IMPLEMENTS_ACCESSIBILITY_FEATURES: "IMPLEMENTS_ACCESSIBILITY_FEATURES";
|
|
605
|
+
};
|
|
606
|
+
/**
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
export type AccessibilityType = (typeof AccessibilityType)[keyof typeof AccessibilityType];
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
* @enum
|
|
613
|
+
*/
|
|
614
|
+
export declare const DashRoleCaption: {
|
|
615
|
+
readonly ALTERNATE: "ALTERNATE";
|
|
616
|
+
readonly CAPTION: "CAPTION";
|
|
617
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
618
|
+
readonly DESCRIPTION: "DESCRIPTION";
|
|
619
|
+
readonly DUB: "DUB";
|
|
620
|
+
readonly EASYREADER: "EASYREADER";
|
|
621
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
622
|
+
readonly FORCED_SUBTITLE: "FORCED-SUBTITLE";
|
|
623
|
+
readonly KARAOKE: "KARAOKE";
|
|
624
|
+
readonly MAIN: "MAIN";
|
|
625
|
+
readonly METADATA: "METADATA";
|
|
626
|
+
readonly SUBTITLE: "SUBTITLE";
|
|
627
|
+
readonly SUPPLEMENTARY: "SUPPLEMENTARY";
|
|
628
|
+
};
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
export type DashRoleCaption = (typeof DashRoleCaption)[keyof typeof DashRoleCaption];
|
|
633
|
+
/**
|
|
634
|
+
* @public
|
|
635
|
+
* @enum
|
|
636
|
+
*/
|
|
637
|
+
export declare const BurnInAlignment: {
|
|
638
|
+
readonly CENTERED: "CENTERED";
|
|
639
|
+
readonly LEFT: "LEFT";
|
|
640
|
+
readonly SMART: "SMART";
|
|
641
|
+
};
|
|
642
|
+
/**
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
export type BurnInAlignment = (typeof BurnInAlignment)[keyof typeof BurnInAlignment];
|
|
646
|
+
/**
|
|
647
|
+
* @public
|
|
648
|
+
* @enum
|
|
649
|
+
*/
|
|
650
|
+
export declare const BurnInBackgroundColor: {
|
|
651
|
+
readonly BLACK: "BLACK";
|
|
652
|
+
readonly NONE: "NONE";
|
|
653
|
+
readonly WHITE: "WHITE";
|
|
654
|
+
};
|
|
655
|
+
/**
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
export type BurnInBackgroundColor = (typeof BurnInBackgroundColor)[keyof typeof BurnInBackgroundColor];
|
|
659
|
+
/**
|
|
660
|
+
* @public
|
|
661
|
+
* @enum
|
|
662
|
+
*/
|
|
663
|
+
export declare const BurnInFontColor: {
|
|
664
|
+
readonly BLACK: "BLACK";
|
|
665
|
+
readonly BLUE: "BLUE";
|
|
666
|
+
readonly GREEN: "GREEN";
|
|
667
|
+
readonly RED: "RED";
|
|
668
|
+
readonly WHITE: "WHITE";
|
|
669
|
+
readonly YELLOW: "YELLOW";
|
|
670
|
+
};
|
|
671
|
+
/**
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
export type BurnInFontColor = (typeof BurnInFontColor)[keyof typeof BurnInFontColor];
|
|
675
|
+
/**
|
|
676
|
+
* @public
|
|
677
|
+
* @enum
|
|
678
|
+
*/
|
|
679
|
+
export declare const BurnInOutlineColor: {
|
|
680
|
+
readonly BLACK: "BLACK";
|
|
681
|
+
readonly BLUE: "BLUE";
|
|
682
|
+
readonly GREEN: "GREEN";
|
|
683
|
+
readonly RED: "RED";
|
|
684
|
+
readonly WHITE: "WHITE";
|
|
685
|
+
readonly YELLOW: "YELLOW";
|
|
686
|
+
};
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export type BurnInOutlineColor = (typeof BurnInOutlineColor)[keyof typeof BurnInOutlineColor];
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
* @enum
|
|
694
|
+
*/
|
|
695
|
+
export declare const BurnInShadowColor: {
|
|
696
|
+
readonly BLACK: "BLACK";
|
|
697
|
+
readonly NONE: "NONE";
|
|
698
|
+
readonly WHITE: "WHITE";
|
|
699
|
+
};
|
|
700
|
+
/**
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
export type BurnInShadowColor = (typeof BurnInShadowColor)[keyof typeof BurnInShadowColor];
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
* @enum
|
|
707
|
+
*/
|
|
708
|
+
export declare const BurnInDestinationSubtitleRows: {
|
|
709
|
+
readonly ROWS_16: "ROWS_16";
|
|
710
|
+
readonly ROWS_20: "ROWS_20";
|
|
711
|
+
readonly ROWS_24: "ROWS_24";
|
|
712
|
+
};
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
*/
|
|
716
|
+
export type BurnInDestinationSubtitleRows = (typeof BurnInDestinationSubtitleRows)[keyof typeof BurnInDestinationSubtitleRows];
|
|
717
|
+
/**
|
|
718
|
+
* @public
|
|
719
|
+
* @enum
|
|
720
|
+
*/
|
|
721
|
+
export declare const BurnInTeletextGridControl: {
|
|
722
|
+
readonly FIXED: "FIXED";
|
|
723
|
+
readonly SCALED: "SCALED";
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
export type BurnInTeletextGridControl = (typeof BurnInTeletextGridControl)[keyof typeof BurnInTeletextGridControl];
|
|
729
|
+
/**
|
|
730
|
+
* @public
|
|
731
|
+
* @enum
|
|
732
|
+
*/
|
|
733
|
+
export declare const DvbSubDestinationAlignment: {
|
|
734
|
+
readonly CENTERED: "CENTERED";
|
|
735
|
+
readonly LEFT: "LEFT";
|
|
736
|
+
readonly SMART: "SMART";
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* @public
|
|
740
|
+
*/
|
|
741
|
+
export type DvbSubDestinationAlignment = (typeof DvbSubDestinationAlignment)[keyof typeof DvbSubDestinationAlignment];
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
* @enum
|
|
745
|
+
*/
|
|
746
|
+
export declare const DvbSubDestinationBackgroundColor: {
|
|
747
|
+
readonly BLACK: "BLACK";
|
|
748
|
+
readonly NONE: "NONE";
|
|
749
|
+
readonly WHITE: "WHITE";
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export type DvbSubDestinationBackgroundColor = (typeof DvbSubDestinationBackgroundColor)[keyof typeof DvbSubDestinationBackgroundColor];
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
* @enum
|
|
758
|
+
*/
|
|
759
|
+
export declare const DvbSubDestinationFontColor: {
|
|
760
|
+
readonly BLACK: "BLACK";
|
|
761
|
+
readonly BLUE: "BLUE";
|
|
762
|
+
readonly GREEN: "GREEN";
|
|
763
|
+
readonly RED: "RED";
|
|
764
|
+
readonly WHITE: "WHITE";
|
|
765
|
+
readonly YELLOW: "YELLOW";
|
|
766
|
+
};
|
|
767
|
+
/**
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
export type DvbSubDestinationFontColor = (typeof DvbSubDestinationFontColor)[keyof typeof DvbSubDestinationFontColor];
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
* @enum
|
|
774
|
+
*/
|
|
775
|
+
export declare const DvbSubDestinationOutlineColor: {
|
|
776
|
+
readonly BLACK: "BLACK";
|
|
777
|
+
readonly BLUE: "BLUE";
|
|
778
|
+
readonly GREEN: "GREEN";
|
|
779
|
+
readonly RED: "RED";
|
|
780
|
+
readonly WHITE: "WHITE";
|
|
781
|
+
readonly YELLOW: "YELLOW";
|
|
782
|
+
};
|
|
783
|
+
/**
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
786
|
+
export type DvbSubDestinationOutlineColor = (typeof DvbSubDestinationOutlineColor)[keyof typeof DvbSubDestinationOutlineColor];
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
* @enum
|
|
790
|
+
*/
|
|
791
|
+
export declare const DvbSubDestinationShadowColor: {
|
|
792
|
+
readonly BLACK: "BLACK";
|
|
793
|
+
readonly NONE: "NONE";
|
|
794
|
+
readonly WHITE: "WHITE";
|
|
795
|
+
};
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
export type DvbSubDestinationShadowColor = (typeof DvbSubDestinationShadowColor)[keyof typeof DvbSubDestinationShadowColor];
|
|
800
|
+
/**
|
|
801
|
+
* @public
|
|
802
|
+
* @enum
|
|
803
|
+
*/
|
|
804
|
+
export declare const DvbSubDestinationSubtitleRows: {
|
|
805
|
+
readonly ROWS_16: "ROWS_16";
|
|
806
|
+
readonly ROWS_20: "ROWS_20";
|
|
807
|
+
readonly ROWS_24: "ROWS_24";
|
|
808
|
+
};
|
|
809
|
+
/**
|
|
810
|
+
* @public
|
|
811
|
+
*/
|
|
812
|
+
export type DvbSubDestinationSubtitleRows = (typeof DvbSubDestinationSubtitleRows)[keyof typeof DvbSubDestinationSubtitleRows];
|
|
813
|
+
/**
|
|
814
|
+
* @public
|
|
815
|
+
* @enum
|
|
816
|
+
*/
|
|
817
|
+
export declare const DvbSubDestinationTeletextGridControl: {
|
|
818
|
+
readonly FIXED: "FIXED";
|
|
819
|
+
readonly SCALED: "SCALED";
|
|
820
|
+
};
|
|
821
|
+
/**
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
824
|
+
export type DvbSubDestinationTeletextGridControl = (typeof DvbSubDestinationTeletextGridControl)[keyof typeof DvbSubDestinationTeletextGridControl];
|
|
825
|
+
/**
|
|
826
|
+
* @public
|
|
827
|
+
* @enum
|
|
828
|
+
*/
|
|
829
|
+
export declare const EbuTtDFillLineGapControl: {
|
|
830
|
+
readonly DISABLED: "DISABLED";
|
|
831
|
+
readonly ENABLED: "ENABLED";
|
|
832
|
+
};
|
|
833
|
+
/**
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
export type EbuTtDFillLineGapControl = (typeof EbuTtDFillLineGapControl)[keyof typeof EbuTtDFillLineGapControl];
|
|
837
|
+
/**
|
|
838
|
+
* @public
|
|
839
|
+
* @enum
|
|
840
|
+
*/
|
|
841
|
+
export declare const EbuTtDDestinationStyleControl: {
|
|
842
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
843
|
+
readonly INCLUDE: "INCLUDE";
|
|
844
|
+
};
|
|
845
|
+
/**
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
export type EbuTtDDestinationStyleControl = (typeof EbuTtDDestinationStyleControl)[keyof typeof EbuTtDDestinationStyleControl];
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
* @enum
|
|
852
|
+
*/
|
|
853
|
+
export declare const TtmlDestinationStyleControl: {
|
|
854
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
855
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
856
|
+
};
|
|
857
|
+
/**
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
export type TtmlDestinationStyleControl = (typeof TtmlDestinationStyleControl)[keyof typeof TtmlDestinationStyleControl];
|
|
861
|
+
/**
|
|
862
|
+
* @public
|
|
863
|
+
* @enum
|
|
864
|
+
*/
|
|
865
|
+
export declare const WebvttDestinationStyleControl: {
|
|
866
|
+
readonly NO_STYLE_DATA: "NO_STYLE_DATA";
|
|
867
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
868
|
+
};
|
|
869
|
+
/**
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
872
|
+
export type WebvttDestinationStyleControl = (typeof WebvttDestinationStyleControl)[keyof typeof WebvttDestinationStyleControl];
|
|
873
|
+
/**
|
|
874
|
+
* @public
|
|
875
|
+
* @enum
|
|
876
|
+
*/
|
|
877
|
+
export declare const DvbSubOcrLanguage: {
|
|
878
|
+
readonly DEU: "DEU";
|
|
879
|
+
readonly ENG: "ENG";
|
|
880
|
+
readonly FRA: "FRA";
|
|
881
|
+
readonly NLD: "NLD";
|
|
882
|
+
readonly POR: "POR";
|
|
883
|
+
readonly SPA: "SPA";
|
|
884
|
+
};
|
|
885
|
+
/**
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
export type DvbSubOcrLanguage = (typeof DvbSubOcrLanguage)[keyof typeof DvbSubOcrLanguage];
|
|
889
|
+
/**
|
|
890
|
+
* @public
|
|
891
|
+
* @enum
|
|
892
|
+
*/
|
|
893
|
+
export declare const EmbeddedConvert608To708: {
|
|
894
|
+
readonly DISABLED: "DISABLED";
|
|
895
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
896
|
+
};
|
|
897
|
+
/**
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
export type EmbeddedConvert608To708 = (typeof EmbeddedConvert608To708)[keyof typeof EmbeddedConvert608To708];
|
|
901
|
+
/**
|
|
902
|
+
* @public
|
|
903
|
+
* @enum
|
|
904
|
+
*/
|
|
905
|
+
export declare const EmbeddedScte20Detection: {
|
|
906
|
+
readonly AUTO: "AUTO";
|
|
907
|
+
readonly OFF: "OFF";
|
|
908
|
+
};
|
|
909
|
+
/**
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
export type EmbeddedScte20Detection = (typeof EmbeddedScte20Detection)[keyof typeof EmbeddedScte20Detection];
|
|
913
|
+
/**
|
|
914
|
+
* @public
|
|
915
|
+
* @enum
|
|
916
|
+
*/
|
|
917
|
+
export declare const Scte20Convert608To708: {
|
|
918
|
+
readonly DISABLED: "DISABLED";
|
|
919
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
920
|
+
};
|
|
921
|
+
/**
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
924
|
+
export type Scte20Convert608To708 = (typeof Scte20Convert608To708)[keyof typeof Scte20Convert608To708];
|
|
925
|
+
/**
|
|
926
|
+
* @public
|
|
927
|
+
* @enum
|
|
928
|
+
*/
|
|
929
|
+
export declare const Scte27OcrLanguage: {
|
|
930
|
+
readonly DEU: "DEU";
|
|
931
|
+
readonly ENG: "ENG";
|
|
932
|
+
readonly FRA: "FRA";
|
|
933
|
+
readonly NLD: "NLD";
|
|
934
|
+
readonly POR: "POR";
|
|
935
|
+
readonly SPA: "SPA";
|
|
936
|
+
};
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
export type Scte27OcrLanguage = (typeof Scte27OcrLanguage)[keyof typeof Scte27OcrLanguage];
|
|
941
|
+
/**
|
|
942
|
+
* @public
|
|
943
|
+
* @enum
|
|
944
|
+
*/
|
|
945
|
+
export declare const ChannelAlertState: {
|
|
946
|
+
readonly CLEARED: "CLEARED";
|
|
947
|
+
readonly SET: "SET";
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
export type ChannelAlertState = (typeof ChannelAlertState)[keyof typeof ChannelAlertState];
|
|
953
|
+
/**
|
|
954
|
+
* @public
|
|
955
|
+
* @enum
|
|
956
|
+
*/
|
|
957
|
+
export declare const ChannelPipelineIdToRestart: {
|
|
958
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
959
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
960
|
+
};
|
|
961
|
+
/**
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
export type ChannelPipelineIdToRestart = (typeof ChannelPipelineIdToRestart)[keyof typeof ChannelPipelineIdToRestart];
|
|
965
|
+
/**
|
|
966
|
+
* @public
|
|
967
|
+
* @enum
|
|
968
|
+
*/
|
|
969
|
+
export declare const CdiInputResolution: {
|
|
970
|
+
readonly FHD: "FHD";
|
|
971
|
+
readonly HD: "HD";
|
|
972
|
+
readonly SD: "SD";
|
|
973
|
+
readonly UHD: "UHD";
|
|
974
|
+
};
|
|
975
|
+
/**
|
|
976
|
+
* @public
|
|
977
|
+
*/
|
|
978
|
+
export type CdiInputResolution = (typeof CdiInputResolution)[keyof typeof CdiInputResolution];
|
|
979
|
+
/**
|
|
980
|
+
* @public
|
|
981
|
+
* @enum
|
|
982
|
+
*/
|
|
983
|
+
export declare const ChannelClass: {
|
|
984
|
+
readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
|
|
985
|
+
readonly STANDARD: "STANDARD";
|
|
986
|
+
};
|
|
987
|
+
/**
|
|
988
|
+
* @public
|
|
989
|
+
*/
|
|
990
|
+
export type ChannelClass = (typeof ChannelClass)[keyof typeof ChannelClass];
|
|
991
|
+
/**
|
|
992
|
+
* @public
|
|
993
|
+
* @enum
|
|
994
|
+
*/
|
|
995
|
+
export declare const InputPreference: {
|
|
996
|
+
readonly EQUAL_INPUT_PREFERENCE: "EQUAL_INPUT_PREFERENCE";
|
|
997
|
+
readonly PRIMARY_INPUT_PREFERRED: "PRIMARY_INPUT_PREFERRED";
|
|
998
|
+
};
|
|
999
|
+
/**
|
|
1000
|
+
* @public
|
|
1001
|
+
*/
|
|
1002
|
+
export type InputPreference = (typeof InputPreference)[keyof typeof InputPreference];
|
|
1003
|
+
/**
|
|
1004
|
+
* @public
|
|
1005
|
+
* @enum
|
|
1006
|
+
*/
|
|
1007
|
+
export declare const InputDeblockFilter: {
|
|
1008
|
+
readonly DISABLED: "DISABLED";
|
|
1009
|
+
readonly ENABLED: "ENABLED";
|
|
1010
|
+
};
|
|
1011
|
+
/**
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
export type InputDeblockFilter = (typeof InputDeblockFilter)[keyof typeof InputDeblockFilter];
|
|
1015
|
+
/**
|
|
1016
|
+
* @public
|
|
1017
|
+
* @enum
|
|
1018
|
+
*/
|
|
1019
|
+
export declare const InputDenoiseFilter: {
|
|
1020
|
+
readonly DISABLED: "DISABLED";
|
|
1021
|
+
readonly ENABLED: "ENABLED";
|
|
1022
|
+
};
|
|
1023
|
+
/**
|
|
1024
|
+
* @public
|
|
1025
|
+
*/
|
|
1026
|
+
export type InputDenoiseFilter = (typeof InputDenoiseFilter)[keyof typeof InputDenoiseFilter];
|
|
1027
|
+
/**
|
|
1028
|
+
* @public
|
|
1029
|
+
* @enum
|
|
1030
|
+
*/
|
|
1031
|
+
export declare const InputFilter: {
|
|
1032
|
+
readonly AUTO: "AUTO";
|
|
1033
|
+
readonly DISABLED: "DISABLED";
|
|
1034
|
+
readonly FORCED: "FORCED";
|
|
1035
|
+
};
|
|
1036
|
+
/**
|
|
1037
|
+
* @public
|
|
1038
|
+
*/
|
|
1039
|
+
export type InputFilter = (typeof InputFilter)[keyof typeof InputFilter];
|
|
1040
|
+
/**
|
|
1041
|
+
* @public
|
|
1042
|
+
* @enum
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const HlsScte35SourceType: {
|
|
1045
|
+
readonly MANIFEST: "MANIFEST";
|
|
1046
|
+
readonly SEGMENTS: "SEGMENTS";
|
|
1047
|
+
};
|
|
1048
|
+
/**
|
|
1049
|
+
* @public
|
|
1050
|
+
*/
|
|
1051
|
+
export type HlsScte35SourceType = (typeof HlsScte35SourceType)[keyof typeof HlsScte35SourceType];
|
|
1052
|
+
/**
|
|
1053
|
+
* @public
|
|
1054
|
+
* @enum
|
|
1055
|
+
*/
|
|
1056
|
+
export declare const NetworkInputServerValidation: {
|
|
1057
|
+
readonly CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
|
|
1058
|
+
readonly CHECK_CRYPTOGRAPHY_ONLY: "CHECK_CRYPTOGRAPHY_ONLY";
|
|
1059
|
+
};
|
|
1060
|
+
/**
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
1063
|
+
export type NetworkInputServerValidation = (typeof NetworkInputServerValidation)[keyof typeof NetworkInputServerValidation];
|
|
1064
|
+
/**
|
|
1065
|
+
* @public
|
|
1066
|
+
* @enum
|
|
1067
|
+
*/
|
|
1068
|
+
export declare const Smpte2038DataPreference: {
|
|
1069
|
+
readonly IGNORE: "IGNORE";
|
|
1070
|
+
readonly PREFER: "PREFER";
|
|
1071
|
+
};
|
|
1072
|
+
/**
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
export type Smpte2038DataPreference = (typeof Smpte2038DataPreference)[keyof typeof Smpte2038DataPreference];
|
|
1076
|
+
/**
|
|
1077
|
+
* @public
|
|
1078
|
+
* @enum
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const InputSourceEndBehavior: {
|
|
1081
|
+
readonly CONTINUE: "CONTINUE";
|
|
1082
|
+
readonly LOOP: "LOOP";
|
|
1083
|
+
};
|
|
1084
|
+
/**
|
|
1085
|
+
* @public
|
|
1086
|
+
*/
|
|
1087
|
+
export type InputSourceEndBehavior = (typeof InputSourceEndBehavior)[keyof typeof InputSourceEndBehavior];
|
|
1088
|
+
/**
|
|
1089
|
+
* @public
|
|
1090
|
+
* @enum
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const VideoSelectorColorSpace: {
|
|
1093
|
+
readonly FOLLOW: "FOLLOW";
|
|
1094
|
+
readonly HDR10: "HDR10";
|
|
1095
|
+
readonly HLG_2020: "HLG_2020";
|
|
1096
|
+
readonly REC_601: "REC_601";
|
|
1097
|
+
readonly REC_709: "REC_709";
|
|
1098
|
+
};
|
|
1099
|
+
/**
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export type VideoSelectorColorSpace = (typeof VideoSelectorColorSpace)[keyof typeof VideoSelectorColorSpace];
|
|
1103
|
+
/**
|
|
1104
|
+
* @public
|
|
1105
|
+
* @enum
|
|
1106
|
+
*/
|
|
1107
|
+
export declare const VideoSelectorColorSpaceUsage: {
|
|
1108
|
+
readonly FALLBACK: "FALLBACK";
|
|
1109
|
+
readonly FORCE: "FORCE";
|
|
1110
|
+
};
|
|
1111
|
+
/**
|
|
1112
|
+
* @public
|
|
1113
|
+
*/
|
|
1114
|
+
export type VideoSelectorColorSpaceUsage = (typeof VideoSelectorColorSpaceUsage)[keyof typeof VideoSelectorColorSpaceUsage];
|
|
1115
|
+
/**
|
|
1116
|
+
* @public
|
|
1117
|
+
* @enum
|
|
1118
|
+
*/
|
|
1119
|
+
export declare const InputCodec: {
|
|
1120
|
+
readonly AVC: "AVC";
|
|
1121
|
+
readonly HEVC: "HEVC";
|
|
1122
|
+
readonly MPEG2: "MPEG2";
|
|
1123
|
+
};
|
|
1124
|
+
/**
|
|
1125
|
+
* @public
|
|
1126
|
+
*/
|
|
1127
|
+
export type InputCodec = (typeof InputCodec)[keyof typeof InputCodec];
|
|
1128
|
+
/**
|
|
1129
|
+
* @public
|
|
1130
|
+
* @enum
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const InputMaximumBitrate: {
|
|
1133
|
+
readonly MAX_10_MBPS: "MAX_10_MBPS";
|
|
1134
|
+
readonly MAX_20_MBPS: "MAX_20_MBPS";
|
|
1135
|
+
readonly MAX_50_MBPS: "MAX_50_MBPS";
|
|
1136
|
+
};
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
export type InputMaximumBitrate = (typeof InputMaximumBitrate)[keyof typeof InputMaximumBitrate];
|
|
1141
|
+
/**
|
|
1142
|
+
* @public
|
|
1143
|
+
* @enum
|
|
1144
|
+
*/
|
|
1145
|
+
export declare const InputResolution: {
|
|
1146
|
+
readonly HD: "HD";
|
|
1147
|
+
readonly SD: "SD";
|
|
1148
|
+
readonly UHD: "UHD";
|
|
1149
|
+
};
|
|
1150
|
+
/**
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1153
|
+
export type InputResolution = (typeof InputResolution)[keyof typeof InputResolution];
|
|
1154
|
+
/**
|
|
1155
|
+
* @public
|
|
1156
|
+
* @enum
|
|
1157
|
+
*/
|
|
1158
|
+
export declare const LogLevel: {
|
|
1159
|
+
readonly DEBUG: "DEBUG";
|
|
1160
|
+
readonly DISABLED: "DISABLED";
|
|
1161
|
+
readonly ERROR: "ERROR";
|
|
1162
|
+
readonly INFO: "INFO";
|
|
1163
|
+
readonly WARNING: "WARNING";
|
|
1164
|
+
};
|
|
1165
|
+
/**
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
1169
|
+
/**
|
|
1170
|
+
* @public
|
|
1171
|
+
* @enum
|
|
1172
|
+
*/
|
|
1173
|
+
export declare const MaintenanceDay: {
|
|
1174
|
+
readonly FRIDAY: "FRIDAY";
|
|
1175
|
+
readonly MONDAY: "MONDAY";
|
|
1176
|
+
readonly SATURDAY: "SATURDAY";
|
|
1177
|
+
readonly SUNDAY: "SUNDAY";
|
|
1178
|
+
readonly THURSDAY: "THURSDAY";
|
|
1179
|
+
readonly TUESDAY: "TUESDAY";
|
|
1180
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
1181
|
+
};
|
|
1182
|
+
/**
|
|
1183
|
+
* @public
|
|
1184
|
+
*/
|
|
1185
|
+
export type MaintenanceDay = (typeof MaintenanceDay)[keyof typeof MaintenanceDay];
|
|
1186
|
+
/**
|
|
1187
|
+
* @public
|
|
1188
|
+
* @enum
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const ChannelState: {
|
|
1191
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1192
|
+
readonly CREATING: "CREATING";
|
|
1193
|
+
readonly DELETED: "DELETED";
|
|
1194
|
+
readonly DELETING: "DELETING";
|
|
1195
|
+
readonly IDLE: "IDLE";
|
|
1196
|
+
readonly RECOVERING: "RECOVERING";
|
|
1197
|
+
readonly RUNNING: "RUNNING";
|
|
1198
|
+
readonly STARTING: "STARTING";
|
|
1199
|
+
readonly STOPPING: "STOPPING";
|
|
1200
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1201
|
+
readonly UPDATING: "UPDATING";
|
|
1202
|
+
};
|
|
1203
|
+
/**
|
|
1204
|
+
* @public
|
|
1205
|
+
*/
|
|
1206
|
+
export type ChannelState = (typeof ChannelState)[keyof typeof ChannelState];
|
|
1207
|
+
/**
|
|
1208
|
+
* @public
|
|
1209
|
+
* @enum
|
|
1210
|
+
*/
|
|
1211
|
+
export declare const CloudWatchAlarmTemplateComparisonOperator: {
|
|
1212
|
+
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
1213
|
+
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
1214
|
+
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
1215
|
+
readonly LessThanThreshold: "LessThanThreshold";
|
|
1216
|
+
};
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
export type CloudWatchAlarmTemplateComparisonOperator = (typeof CloudWatchAlarmTemplateComparisonOperator)[keyof typeof CloudWatchAlarmTemplateComparisonOperator];
|
|
1221
|
+
/**
|
|
1222
|
+
* @public
|
|
1223
|
+
* @enum
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const CloudWatchAlarmTemplateStatistic: {
|
|
1226
|
+
readonly Average: "Average";
|
|
1227
|
+
readonly Maximum: "Maximum";
|
|
1228
|
+
readonly Minimum: "Minimum";
|
|
1229
|
+
readonly SampleCount: "SampleCount";
|
|
1230
|
+
readonly Sum: "Sum";
|
|
1231
|
+
};
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
export type CloudWatchAlarmTemplateStatistic = (typeof CloudWatchAlarmTemplateStatistic)[keyof typeof CloudWatchAlarmTemplateStatistic];
|
|
1236
|
+
/**
|
|
1237
|
+
* @public
|
|
1238
|
+
* @enum
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const CloudWatchAlarmTemplateTargetResourceType: {
|
|
1241
|
+
readonly CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION";
|
|
1242
|
+
readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
|
|
1243
|
+
readonly MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL";
|
|
1244
|
+
readonly MEDIALIVE_INPUT_DEVICE: "MEDIALIVE_INPUT_DEVICE";
|
|
1245
|
+
readonly MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX";
|
|
1246
|
+
readonly MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL";
|
|
1247
|
+
readonly MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT";
|
|
1248
|
+
readonly MEDIATAILOR_PLAYBACK_CONFIGURATION: "MEDIATAILOR_PLAYBACK_CONFIGURATION";
|
|
1249
|
+
readonly S3_BUCKET: "S3_BUCKET";
|
|
1250
|
+
};
|
|
1251
|
+
/**
|
|
1252
|
+
* @public
|
|
1253
|
+
*/
|
|
1254
|
+
export type CloudWatchAlarmTemplateTargetResourceType = (typeof CloudWatchAlarmTemplateTargetResourceType)[keyof typeof CloudWatchAlarmTemplateTargetResourceType];
|
|
1255
|
+
/**
|
|
1256
|
+
* @public
|
|
1257
|
+
* @enum
|
|
1258
|
+
*/
|
|
1259
|
+
export declare const CloudWatchAlarmTemplateTreatMissingData: {
|
|
1260
|
+
readonly breaching: "breaching";
|
|
1261
|
+
readonly ignore: "ignore";
|
|
1262
|
+
readonly missing: "missing";
|
|
1263
|
+
readonly notBreaching: "notBreaching";
|
|
1264
|
+
};
|
|
1265
|
+
/**
|
|
1266
|
+
* @public
|
|
1267
|
+
*/
|
|
1268
|
+
export type CloudWatchAlarmTemplateTreatMissingData = (typeof CloudWatchAlarmTemplateTreatMissingData)[keyof typeof CloudWatchAlarmTemplateTreatMissingData];
|
|
1269
|
+
/**
|
|
1270
|
+
* @public
|
|
1271
|
+
* @enum
|
|
1272
|
+
*/
|
|
1273
|
+
export declare const ClusterAlertState: {
|
|
1274
|
+
readonly CLEARED: "CLEARED";
|
|
1275
|
+
readonly SET: "SET";
|
|
1276
|
+
};
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
*/
|
|
1280
|
+
export type ClusterAlertState = (typeof ClusterAlertState)[keyof typeof ClusterAlertState];
|
|
1281
|
+
/**
|
|
1282
|
+
* @public
|
|
1283
|
+
* @enum
|
|
1284
|
+
*/
|
|
1285
|
+
export declare const ColorSpace: {
|
|
1286
|
+
readonly HDR10: "HDR10";
|
|
1287
|
+
readonly HLG_2020: "HLG_2020";
|
|
1288
|
+
readonly REC_601: "REC_601";
|
|
1289
|
+
readonly REC_709: "REC_709";
|
|
1290
|
+
};
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
|
|
1295
|
+
/**
|
|
1296
|
+
* @public
|
|
1297
|
+
* @enum
|
|
1298
|
+
*/
|
|
1299
|
+
export declare const ChannelPlacementGroupState: {
|
|
1300
|
+
readonly ASSIGNED: "ASSIGNED";
|
|
1301
|
+
readonly ASSIGNING: "ASSIGNING";
|
|
1302
|
+
readonly DELETED: "DELETED";
|
|
1303
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1304
|
+
readonly DELETING: "DELETING";
|
|
1305
|
+
readonly UNASSIGNED: "UNASSIGNED";
|
|
1306
|
+
readonly UNASSIGNING: "UNASSIGNING";
|
|
1307
|
+
};
|
|
1308
|
+
/**
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
1311
|
+
export type ChannelPlacementGroupState = (typeof ChannelPlacementGroupState)[keyof typeof ChannelPlacementGroupState];
|
|
1312
|
+
/**
|
|
1313
|
+
* @public
|
|
1314
|
+
* @enum
|
|
1315
|
+
*/
|
|
1316
|
+
export declare const ClusterType: {
|
|
1317
|
+
readonly ON_PREMISES: "ON_PREMISES";
|
|
1318
|
+
};
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
*/
|
|
1322
|
+
export type ClusterType = (typeof ClusterType)[keyof typeof ClusterType];
|
|
1323
|
+
/**
|
|
1324
|
+
* @public
|
|
1325
|
+
* @enum
|
|
1326
|
+
*/
|
|
1327
|
+
export declare const ClusterState: {
|
|
1328
|
+
readonly ACTIVE: "ACTIVE";
|
|
1329
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1330
|
+
readonly CREATING: "CREATING";
|
|
1331
|
+
readonly DELETED: "DELETED";
|
|
1332
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1333
|
+
readonly DELETING: "DELETING";
|
|
1334
|
+
};
|
|
1335
|
+
/**
|
|
1336
|
+
* @public
|
|
1337
|
+
*/
|
|
1338
|
+
export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState];
|
|
1339
|
+
/**
|
|
1340
|
+
* @public
|
|
1341
|
+
* @enum
|
|
1342
|
+
*/
|
|
1343
|
+
export declare const NetworkState: {
|
|
1344
|
+
readonly ACTIVE: "ACTIVE";
|
|
1345
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1346
|
+
readonly CREATING: "CREATING";
|
|
1347
|
+
readonly DELETED: "DELETED";
|
|
1348
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1349
|
+
readonly DELETING: "DELETING";
|
|
1350
|
+
readonly IDLE: "IDLE";
|
|
1351
|
+
readonly IN_USE: "IN_USE";
|
|
1352
|
+
readonly UPDATING: "UPDATING";
|
|
1353
|
+
};
|
|
1354
|
+
/**
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
export type NetworkState = (typeof NetworkState)[keyof typeof NetworkState];
|
|
1358
|
+
/**
|
|
1359
|
+
* @public
|
|
1360
|
+
* @enum
|
|
1361
|
+
*/
|
|
1362
|
+
export declare const NodeConnectionState: {
|
|
1363
|
+
readonly CONNECTED: "CONNECTED";
|
|
1364
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
1365
|
+
};
|
|
1366
|
+
/**
|
|
1367
|
+
* @public
|
|
1368
|
+
*/
|
|
1369
|
+
export type NodeConnectionState = (typeof NodeConnectionState)[keyof typeof NodeConnectionState];
|
|
1370
|
+
/**
|
|
1371
|
+
* @public
|
|
1372
|
+
* @enum
|
|
1373
|
+
*/
|
|
1374
|
+
export declare const NetworkInterfaceMode: {
|
|
1375
|
+
readonly BRIDGE: "BRIDGE";
|
|
1376
|
+
readonly NAT: "NAT";
|
|
1377
|
+
};
|
|
1378
|
+
/**
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1381
|
+
export type NetworkInterfaceMode = (typeof NetworkInterfaceMode)[keyof typeof NetworkInterfaceMode];
|
|
1382
|
+
/**
|
|
1383
|
+
* @public
|
|
1384
|
+
* @enum
|
|
1385
|
+
*/
|
|
1386
|
+
export declare const NodeRole: {
|
|
1387
|
+
readonly ACTIVE: "ACTIVE";
|
|
1388
|
+
readonly BACKUP: "BACKUP";
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* @public
|
|
1392
|
+
*/
|
|
1393
|
+
export type NodeRole = (typeof NodeRole)[keyof typeof NodeRole];
|
|
1394
|
+
/**
|
|
1395
|
+
* @public
|
|
1396
|
+
* @enum
|
|
1397
|
+
*/
|
|
1398
|
+
export declare const NodeState: {
|
|
1399
|
+
readonly ACTIVATION_FAILED: "ACTIVATION_FAILED";
|
|
1400
|
+
readonly ACTIVE: "ACTIVE";
|
|
1401
|
+
readonly CREATED: "CREATED";
|
|
1402
|
+
readonly DEREGISTERED: "DEREGISTERED";
|
|
1403
|
+
readonly DEREGISTERING: "DEREGISTERING";
|
|
1404
|
+
readonly DEREGISTRATION_FAILED: "DEREGISTRATION_FAILED";
|
|
1405
|
+
readonly DRAINING: "DRAINING";
|
|
1406
|
+
readonly IN_USE: "IN_USE";
|
|
1407
|
+
readonly READY: "READY";
|
|
1408
|
+
readonly READY_TO_ACTIVATE: "READY_TO_ACTIVATE";
|
|
1409
|
+
readonly REGISTERING: "REGISTERING";
|
|
1410
|
+
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
1411
|
+
};
|
|
1412
|
+
/**
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
export type NodeState = (typeof NodeState)[keyof typeof NodeState];
|
|
1416
|
+
/**
|
|
1417
|
+
* @public
|
|
1418
|
+
* @enum
|
|
1419
|
+
*/
|
|
1420
|
+
export declare const EventBridgeRuleTemplateEventType: {
|
|
1421
|
+
readonly MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT";
|
|
1422
|
+
readonly MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE";
|
|
1423
|
+
readonly MEDIACONNECT_OUTPUT_HEALTH: "MEDIACONNECT_OUTPUT_HEALTH";
|
|
1424
|
+
readonly MEDIACONNECT_SOURCE_HEALTH: "MEDIACONNECT_SOURCE_HEALTH";
|
|
1425
|
+
readonly MEDIALIVE_CHANNEL_ALERT: "MEDIALIVE_CHANNEL_ALERT";
|
|
1426
|
+
readonly MEDIALIVE_CHANNEL_INPUT_CHANGE: "MEDIALIVE_CHANNEL_INPUT_CHANGE";
|
|
1427
|
+
readonly MEDIALIVE_CHANNEL_STATE_CHANGE: "MEDIALIVE_CHANNEL_STATE_CHANGE";
|
|
1428
|
+
readonly MEDIALIVE_MULTIPLEX_ALERT: "MEDIALIVE_MULTIPLEX_ALERT";
|
|
1429
|
+
readonly MEDIALIVE_MULTIPLEX_STATE_CHANGE: "MEDIALIVE_MULTIPLEX_STATE_CHANGE";
|
|
1430
|
+
readonly MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION: "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION";
|
|
1431
|
+
readonly MEDIAPACKAGE_INPUT_NOTIFICATION: "MEDIAPACKAGE_INPUT_NOTIFICATION";
|
|
1432
|
+
readonly MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION: "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION";
|
|
1433
|
+
readonly SIGNAL_MAP_ACTIVE_ALARM: "SIGNAL_MAP_ACTIVE_ALARM";
|
|
1434
|
+
};
|
|
1435
|
+
/**
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
export type EventBridgeRuleTemplateEventType = (typeof EventBridgeRuleTemplateEventType)[keyof typeof EventBridgeRuleTemplateEventType];
|
|
1439
|
+
/**
|
|
1440
|
+
* @public
|
|
1441
|
+
* @enum
|
|
1442
|
+
*/
|
|
1443
|
+
export declare const HlsAdMarkers: {
|
|
1444
|
+
readonly ADOBE: "ADOBE";
|
|
1445
|
+
readonly ELEMENTAL: "ELEMENTAL";
|
|
1446
|
+
readonly ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35";
|
|
1447
|
+
};
|
|
1448
|
+
/**
|
|
1449
|
+
* @public
|
|
1450
|
+
*/
|
|
1451
|
+
export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
|
|
1452
|
+
/**
|
|
1453
|
+
* @public
|
|
1454
|
+
* @enum
|
|
1455
|
+
*/
|
|
1456
|
+
export declare const InputClass: {
|
|
1457
|
+
readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
|
|
1458
|
+
readonly STANDARD: "STANDARD";
|
|
1459
|
+
};
|
|
1460
|
+
/**
|
|
1461
|
+
* @public
|
|
1462
|
+
*/
|
|
1463
|
+
export type InputClass = (typeof InputClass)[keyof typeof InputClass];
|
|
1464
|
+
/**
|
|
1465
|
+
* @public
|
|
1466
|
+
* @enum
|
|
1467
|
+
*/
|
|
1468
|
+
export declare const InputNetworkLocation: {
|
|
1469
|
+
readonly AWS: "AWS";
|
|
1470
|
+
readonly ON_PREMISES: "ON_PREMISES";
|
|
1471
|
+
};
|
|
1472
|
+
/**
|
|
1473
|
+
* @public
|
|
1474
|
+
*/
|
|
1475
|
+
export type InputNetworkLocation = (typeof InputNetworkLocation)[keyof typeof InputNetworkLocation];
|
|
1476
|
+
/**
|
|
1477
|
+
* @public
|
|
1478
|
+
* @enum
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const InputSourceType: {
|
|
1481
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
1482
|
+
readonly STATIC: "STATIC";
|
|
1483
|
+
};
|
|
1484
|
+
/**
|
|
1485
|
+
* @public
|
|
1486
|
+
*/
|
|
1487
|
+
export type InputSourceType = (typeof InputSourceType)[keyof typeof InputSourceType];
|
|
1488
|
+
/**
|
|
1489
|
+
* @public
|
|
1490
|
+
* @enum
|
|
1491
|
+
*/
|
|
1492
|
+
export declare const RouterEncryptionType: {
|
|
1493
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
1494
|
+
readonly SECRETS_MANAGER: "SECRETS_MANAGER";
|
|
1495
|
+
};
|
|
1496
|
+
/**
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1499
|
+
export type RouterEncryptionType = (typeof RouterEncryptionType)[keyof typeof RouterEncryptionType];
|
|
1500
|
+
/**
|
|
1501
|
+
* @public
|
|
1502
|
+
* @enum
|
|
1503
|
+
*/
|
|
1504
|
+
export declare const Algorithm: {
|
|
1505
|
+
readonly AES128: "AES128";
|
|
1506
|
+
readonly AES192: "AES192";
|
|
1507
|
+
readonly AES256: "AES256";
|
|
1508
|
+
};
|
|
1509
|
+
/**
|
|
1510
|
+
* @public
|
|
1511
|
+
*/
|
|
1512
|
+
export type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
|
|
1513
|
+
/**
|
|
1514
|
+
* @public
|
|
1515
|
+
* @enum
|
|
1516
|
+
*/
|
|
1517
|
+
export declare const InputState: {
|
|
1518
|
+
readonly ATTACHED: "ATTACHED";
|
|
1519
|
+
readonly CREATING: "CREATING";
|
|
1520
|
+
readonly DELETED: "DELETED";
|
|
1521
|
+
readonly DELETING: "DELETING";
|
|
1522
|
+
readonly DETACHED: "DETACHED";
|
|
1523
|
+
};
|
|
1524
|
+
/**
|
|
1525
|
+
* @public
|
|
1526
|
+
*/
|
|
1527
|
+
export type InputState = (typeof InputState)[keyof typeof InputState];
|
|
1528
|
+
/**
|
|
1529
|
+
* @public
|
|
1530
|
+
* @enum
|
|
1531
|
+
*/
|
|
1532
|
+
export declare const InputType: {
|
|
1533
|
+
readonly AWS_CDI: "AWS_CDI";
|
|
1534
|
+
readonly INPUT_DEVICE: "INPUT_DEVICE";
|
|
1535
|
+
readonly MEDIACONNECT: "MEDIACONNECT";
|
|
1536
|
+
readonly MEDIACONNECT_ROUTER: "MEDIACONNECT_ROUTER";
|
|
1537
|
+
readonly MP4_FILE: "MP4_FILE";
|
|
1538
|
+
readonly MULTICAST: "MULTICAST";
|
|
1539
|
+
readonly RTMP_PULL: "RTMP_PULL";
|
|
1540
|
+
readonly RTMP_PUSH: "RTMP_PUSH";
|
|
1541
|
+
readonly RTP_PUSH: "RTP_PUSH";
|
|
1542
|
+
readonly SDI: "SDI";
|
|
1543
|
+
readonly SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP";
|
|
1544
|
+
readonly SRT_CALLER: "SRT_CALLER";
|
|
1545
|
+
readonly TS_FILE: "TS_FILE";
|
|
1546
|
+
readonly UDP_PUSH: "UDP_PUSH";
|
|
1547
|
+
readonly URL_PULL: "URL_PULL";
|
|
1548
|
+
};
|
|
1549
|
+
/**
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1552
|
+
export type InputType = (typeof InputType)[keyof typeof InputType];
|
|
1553
|
+
/**
|
|
1554
|
+
* @public
|
|
1555
|
+
* @enum
|
|
1556
|
+
*/
|
|
1557
|
+
export declare const InputDeviceConfigurableAudioChannelPairProfile: {
|
|
1558
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
1559
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
1560
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
1561
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
1562
|
+
readonly DISABLED: "DISABLED";
|
|
1563
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
1564
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
1565
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
1566
|
+
};
|
|
1567
|
+
/**
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1570
|
+
export type InputDeviceConfigurableAudioChannelPairProfile = (typeof InputDeviceConfigurableAudioChannelPairProfile)[keyof typeof InputDeviceConfigurableAudioChannelPairProfile];
|
|
1571
|
+
/**
|
|
1572
|
+
* @public
|
|
1573
|
+
* @enum
|
|
1574
|
+
*/
|
|
1575
|
+
export declare const InputDeviceConnectionState: {
|
|
1576
|
+
readonly CONNECTED: "CONNECTED";
|
|
1577
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
1578
|
+
};
|
|
1579
|
+
/**
|
|
1580
|
+
* @public
|
|
1581
|
+
*/
|
|
1582
|
+
export type InputDeviceConnectionState = (typeof InputDeviceConnectionState)[keyof typeof InputDeviceConnectionState];
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
* @enum
|
|
1586
|
+
*/
|
|
1587
|
+
export declare const DeviceSettingsSyncState: {
|
|
1588
|
+
readonly SYNCED: "SYNCED";
|
|
1589
|
+
readonly SYNCING: "SYNCING";
|
|
1590
|
+
};
|
|
1591
|
+
/**
|
|
1592
|
+
* @public
|
|
1593
|
+
*/
|
|
1594
|
+
export type DeviceSettingsSyncState = (typeof DeviceSettingsSyncState)[keyof typeof DeviceSettingsSyncState];
|
|
1595
|
+
/**
|
|
1596
|
+
* @public
|
|
1597
|
+
* @enum
|
|
1598
|
+
*/
|
|
1599
|
+
export declare const DeviceUpdateStatus: {
|
|
1600
|
+
readonly NOT_UP_TO_DATE: "NOT_UP_TO_DATE";
|
|
1601
|
+
readonly UPDATING: "UPDATING";
|
|
1602
|
+
readonly UP_TO_DATE: "UP_TO_DATE";
|
|
1603
|
+
};
|
|
1604
|
+
/**
|
|
1605
|
+
* @public
|
|
1606
|
+
*/
|
|
1607
|
+
export type DeviceUpdateStatus = (typeof DeviceUpdateStatus)[keyof typeof DeviceUpdateStatus];
|
|
1608
|
+
/**
|
|
1609
|
+
* @public
|
|
1610
|
+
* @enum
|
|
1611
|
+
*/
|
|
1612
|
+
export declare const InputDeviceActiveInput: {
|
|
1613
|
+
readonly HDMI: "HDMI";
|
|
1614
|
+
readonly SDI: "SDI";
|
|
1615
|
+
};
|
|
1616
|
+
/**
|
|
1617
|
+
* @public
|
|
1618
|
+
*/
|
|
1619
|
+
export type InputDeviceActiveInput = (typeof InputDeviceActiveInput)[keyof typeof InputDeviceActiveInput];
|
|
1620
|
+
/**
|
|
1621
|
+
* @public
|
|
1622
|
+
* @enum
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const InputDeviceConfiguredInput: {
|
|
1625
|
+
readonly AUTO: "AUTO";
|
|
1626
|
+
readonly HDMI: "HDMI";
|
|
1627
|
+
readonly SDI: "SDI";
|
|
1628
|
+
};
|
|
1629
|
+
/**
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1632
|
+
export type InputDeviceConfiguredInput = (typeof InputDeviceConfiguredInput)[keyof typeof InputDeviceConfiguredInput];
|
|
1633
|
+
/**
|
|
1634
|
+
* @public
|
|
1635
|
+
* @enum
|
|
1636
|
+
*/
|
|
1637
|
+
export declare const InputDeviceState: {
|
|
1638
|
+
readonly IDLE: "IDLE";
|
|
1639
|
+
readonly STREAMING: "STREAMING";
|
|
1640
|
+
};
|
|
1641
|
+
/**
|
|
1642
|
+
* @public
|
|
1643
|
+
*/
|
|
1644
|
+
export type InputDeviceState = (typeof InputDeviceState)[keyof typeof InputDeviceState];
|
|
1645
|
+
/**
|
|
1646
|
+
* @public
|
|
1647
|
+
* @enum
|
|
1648
|
+
*/
|
|
1649
|
+
export declare const InputDeviceScanType: {
|
|
1650
|
+
readonly INTERLACED: "INTERLACED";
|
|
1651
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1652
|
+
};
|
|
1653
|
+
/**
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
export type InputDeviceScanType = (typeof InputDeviceScanType)[keyof typeof InputDeviceScanType];
|
|
1657
|
+
/**
|
|
1658
|
+
* @public
|
|
1659
|
+
* @enum
|
|
1660
|
+
*/
|
|
1661
|
+
export declare const InputDeviceIpScheme: {
|
|
1662
|
+
readonly DHCP: "DHCP";
|
|
1663
|
+
readonly STATIC: "STATIC";
|
|
1664
|
+
};
|
|
1665
|
+
/**
|
|
1666
|
+
* @public
|
|
1667
|
+
*/
|
|
1668
|
+
export type InputDeviceIpScheme = (typeof InputDeviceIpScheme)[keyof typeof InputDeviceIpScheme];
|
|
1669
|
+
/**
|
|
1670
|
+
* @public
|
|
1671
|
+
* @enum
|
|
1672
|
+
*/
|
|
1673
|
+
export declare const InputDeviceOutputType: {
|
|
1674
|
+
readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
|
|
1675
|
+
readonly MEDIALIVE_INPUT: "MEDIALIVE_INPUT";
|
|
1676
|
+
readonly NONE: "NONE";
|
|
1677
|
+
};
|
|
1678
|
+
/**
|
|
1679
|
+
* @public
|
|
1680
|
+
*/
|
|
1681
|
+
export type InputDeviceOutputType = (typeof InputDeviceOutputType)[keyof typeof InputDeviceOutputType];
|
|
1682
|
+
/**
|
|
1683
|
+
* @public
|
|
1684
|
+
* @enum
|
|
1685
|
+
*/
|
|
1686
|
+
export declare const InputDeviceType: {
|
|
1687
|
+
readonly HD: "HD";
|
|
1688
|
+
readonly UHD: "UHD";
|
|
1689
|
+
};
|
|
1690
|
+
/**
|
|
1691
|
+
* @public
|
|
1692
|
+
*/
|
|
1693
|
+
export type InputDeviceType = (typeof InputDeviceType)[keyof typeof InputDeviceType];
|
|
1694
|
+
/**
|
|
1695
|
+
* @public
|
|
1696
|
+
* @enum
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const InputDeviceUhdAudioChannelPairProfile: {
|
|
1699
|
+
readonly CBR_AAC_HQ_192000: "CBR-AAC_HQ-192000";
|
|
1700
|
+
readonly CBR_AAC_HQ_256000: "CBR-AAC_HQ-256000";
|
|
1701
|
+
readonly CBR_AAC_HQ_384000: "CBR-AAC_HQ-384000";
|
|
1702
|
+
readonly CBR_AAC_HQ_512000: "CBR-AAC_HQ-512000";
|
|
1703
|
+
readonly DISABLED: "DISABLED";
|
|
1704
|
+
readonly VBR_AAC_HE_64000: "VBR-AAC_HE-64000";
|
|
1705
|
+
readonly VBR_AAC_HHE_16000: "VBR-AAC_HHE-16000";
|
|
1706
|
+
readonly VBR_AAC_LC_128000: "VBR-AAC_LC-128000";
|
|
1707
|
+
};
|
|
1708
|
+
/**
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1711
|
+
export type InputDeviceUhdAudioChannelPairProfile = (typeof InputDeviceUhdAudioChannelPairProfile)[keyof typeof InputDeviceUhdAudioChannelPairProfile];
|
|
1712
|
+
/**
|
|
1713
|
+
* @public
|
|
1714
|
+
* @enum
|
|
1715
|
+
*/
|
|
1716
|
+
export declare const InputDeviceCodec: {
|
|
1717
|
+
readonly AVC: "AVC";
|
|
1718
|
+
readonly HEVC: "HEVC";
|
|
1719
|
+
};
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
export type InputDeviceCodec = (typeof InputDeviceCodec)[keyof typeof InputDeviceCodec];
|
|
1724
|
+
/**
|
|
1725
|
+
* @public
|
|
1726
|
+
* @enum
|
|
1727
|
+
*/
|
|
1728
|
+
export declare const InputSecurityGroupState: {
|
|
1729
|
+
readonly DELETED: "DELETED";
|
|
1730
|
+
readonly IDLE: "IDLE";
|
|
1731
|
+
readonly IN_USE: "IN_USE";
|
|
1732
|
+
readonly UPDATING: "UPDATING";
|
|
1733
|
+
};
|
|
1734
|
+
/**
|
|
1735
|
+
* @public
|
|
1736
|
+
*/
|
|
1737
|
+
export type InputSecurityGroupState = (typeof InputSecurityGroupState)[keyof typeof InputSecurityGroupState];
|
|
1738
|
+
/**
|
|
1739
|
+
* @public
|
|
1740
|
+
* @enum
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const MultiplexAlertState: {
|
|
1743
|
+
readonly CLEARED: "CLEARED";
|
|
1744
|
+
readonly SET: "SET";
|
|
1745
|
+
};
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1749
|
+
export type MultiplexAlertState = (typeof MultiplexAlertState)[keyof typeof MultiplexAlertState];
|
|
1750
|
+
/**
|
|
1751
|
+
* @public
|
|
1752
|
+
* @enum
|
|
1753
|
+
*/
|
|
1754
|
+
export declare const MultiplexState: {
|
|
1755
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1756
|
+
readonly CREATING: "CREATING";
|
|
1757
|
+
readonly DELETED: "DELETED";
|
|
1758
|
+
readonly DELETING: "DELETING";
|
|
1759
|
+
readonly IDLE: "IDLE";
|
|
1760
|
+
readonly RECOVERING: "RECOVERING";
|
|
1761
|
+
readonly RUNNING: "RUNNING";
|
|
1762
|
+
readonly STARTING: "STARTING";
|
|
1763
|
+
readonly STOPPING: "STOPPING";
|
|
1764
|
+
};
|
|
1765
|
+
/**
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1768
|
+
export type MultiplexState = (typeof MultiplexState)[keyof typeof MultiplexState];
|
|
1769
|
+
/**
|
|
1770
|
+
* @public
|
|
1771
|
+
* @enum
|
|
1772
|
+
*/
|
|
1773
|
+
export declare const OfferingDurationUnits: {
|
|
1774
|
+
readonly MONTHS: "MONTHS";
|
|
1775
|
+
};
|
|
1776
|
+
/**
|
|
1777
|
+
* @public
|
|
1778
|
+
*/
|
|
1779
|
+
export type OfferingDurationUnits = (typeof OfferingDurationUnits)[keyof typeof OfferingDurationUnits];
|
|
1780
|
+
/**
|
|
1781
|
+
* @public
|
|
1782
|
+
* @enum
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const OfferingType: {
|
|
1785
|
+
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
1786
|
+
};
|
|
1787
|
+
/**
|
|
1788
|
+
* @public
|
|
1789
|
+
*/
|
|
1790
|
+
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
1791
|
+
/**
|
|
1792
|
+
* @public
|
|
1793
|
+
* @enum
|
|
1794
|
+
*/
|
|
1795
|
+
export declare const ReservationCodec: {
|
|
1796
|
+
readonly AUDIO: "AUDIO";
|
|
1797
|
+
readonly AV1: "AV1";
|
|
1798
|
+
readonly AVC: "AVC";
|
|
1799
|
+
readonly HEVC: "HEVC";
|
|
1800
|
+
readonly LINK: "LINK";
|
|
1801
|
+
readonly MPEG2: "MPEG2";
|
|
1802
|
+
};
|
|
1803
|
+
/**
|
|
1804
|
+
* @public
|
|
1805
|
+
*/
|
|
1806
|
+
export type ReservationCodec = (typeof ReservationCodec)[keyof typeof ReservationCodec];
|
|
1807
|
+
/**
|
|
1808
|
+
* @public
|
|
1809
|
+
* @enum
|
|
1810
|
+
*/
|
|
1811
|
+
export declare const ReservationMaximumBitrate: {
|
|
1812
|
+
readonly MAX_10_MBPS: "MAX_10_MBPS";
|
|
1813
|
+
readonly MAX_20_MBPS: "MAX_20_MBPS";
|
|
1814
|
+
readonly MAX_50_MBPS: "MAX_50_MBPS";
|
|
1815
|
+
};
|
|
1816
|
+
/**
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1819
|
+
export type ReservationMaximumBitrate = (typeof ReservationMaximumBitrate)[keyof typeof ReservationMaximumBitrate];
|
|
1820
|
+
/**
|
|
1821
|
+
* @public
|
|
1822
|
+
* @enum
|
|
1823
|
+
*/
|
|
1824
|
+
export declare const ReservationMaximumFramerate: {
|
|
1825
|
+
readonly MAX_30_FPS: "MAX_30_FPS";
|
|
1826
|
+
readonly MAX_60_FPS: "MAX_60_FPS";
|
|
1827
|
+
};
|
|
1828
|
+
/**
|
|
1829
|
+
* @public
|
|
1830
|
+
*/
|
|
1831
|
+
export type ReservationMaximumFramerate = (typeof ReservationMaximumFramerate)[keyof typeof ReservationMaximumFramerate];
|
|
1832
|
+
/**
|
|
1833
|
+
* @public
|
|
1834
|
+
* @enum
|
|
1835
|
+
*/
|
|
1836
|
+
export declare const ReservationResolution: {
|
|
1837
|
+
readonly FHD: "FHD";
|
|
1838
|
+
readonly HD: "HD";
|
|
1839
|
+
readonly SD: "SD";
|
|
1840
|
+
readonly UHD: "UHD";
|
|
1841
|
+
};
|
|
1842
|
+
/**
|
|
1843
|
+
* @public
|
|
1844
|
+
*/
|
|
1845
|
+
export type ReservationResolution = (typeof ReservationResolution)[keyof typeof ReservationResolution];
|
|
1846
|
+
/**
|
|
1847
|
+
* @public
|
|
1848
|
+
* @enum
|
|
1849
|
+
*/
|
|
1850
|
+
export declare const ReservationResourceType: {
|
|
1851
|
+
readonly CHANNEL: "CHANNEL";
|
|
1852
|
+
readonly INPUT: "INPUT";
|
|
1853
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1854
|
+
readonly OUTPUT: "OUTPUT";
|
|
1855
|
+
};
|
|
1856
|
+
/**
|
|
1857
|
+
* @public
|
|
1858
|
+
*/
|
|
1859
|
+
export type ReservationResourceType = (typeof ReservationResourceType)[keyof typeof ReservationResourceType];
|
|
1860
|
+
/**
|
|
1861
|
+
* @public
|
|
1862
|
+
* @enum
|
|
1863
|
+
*/
|
|
1864
|
+
export declare const ReservationSpecialFeature: {
|
|
1865
|
+
readonly ADVANCED_AUDIO: "ADVANCED_AUDIO";
|
|
1866
|
+
readonly AUDIO_NORMALIZATION: "AUDIO_NORMALIZATION";
|
|
1867
|
+
readonly MGHD: "MGHD";
|
|
1868
|
+
readonly MGUHD: "MGUHD";
|
|
1869
|
+
};
|
|
1870
|
+
/**
|
|
1871
|
+
* @public
|
|
1872
|
+
*/
|
|
1873
|
+
export type ReservationSpecialFeature = (typeof ReservationSpecialFeature)[keyof typeof ReservationSpecialFeature];
|
|
1874
|
+
/**
|
|
1875
|
+
* @public
|
|
1876
|
+
* @enum
|
|
1877
|
+
*/
|
|
1878
|
+
export declare const ReservationVideoQuality: {
|
|
1879
|
+
readonly ENHANCED: "ENHANCED";
|
|
1880
|
+
readonly PREMIUM: "PREMIUM";
|
|
1881
|
+
readonly STANDARD: "STANDARD";
|
|
1882
|
+
};
|
|
1883
|
+
/**
|
|
1884
|
+
* @public
|
|
1885
|
+
*/
|
|
1886
|
+
export type ReservationVideoQuality = (typeof ReservationVideoQuality)[keyof typeof ReservationVideoQuality];
|
|
1887
|
+
/**
|
|
1888
|
+
* @public
|
|
1889
|
+
* @enum
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const M2tsAbsentInputAudioBehavior: {
|
|
1892
|
+
readonly DROP: "DROP";
|
|
1893
|
+
readonly ENCODE_SILENCE: "ENCODE_SILENCE";
|
|
1894
|
+
};
|
|
1895
|
+
/**
|
|
1896
|
+
* @public
|
|
1897
|
+
*/
|
|
1898
|
+
export type M2tsAbsentInputAudioBehavior = (typeof M2tsAbsentInputAudioBehavior)[keyof typeof M2tsAbsentInputAudioBehavior];
|
|
1899
|
+
/**
|
|
1900
|
+
* @public
|
|
1901
|
+
* @enum
|
|
1902
|
+
*/
|
|
1903
|
+
export declare const M2tsArib: {
|
|
1904
|
+
readonly DISABLED: "DISABLED";
|
|
1905
|
+
readonly ENABLED: "ENABLED";
|
|
1906
|
+
};
|
|
1907
|
+
/**
|
|
1908
|
+
* @public
|
|
1909
|
+
*/
|
|
1910
|
+
export type M2tsArib = (typeof M2tsArib)[keyof typeof M2tsArib];
|
|
1911
|
+
/**
|
|
1912
|
+
* @public
|
|
1913
|
+
* @enum
|
|
1914
|
+
*/
|
|
1915
|
+
export declare const M2tsAribCaptionsPidControl: {
|
|
1916
|
+
readonly AUTO: "AUTO";
|
|
1917
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
1918
|
+
};
|
|
1919
|
+
/**
|
|
1920
|
+
* @public
|
|
1921
|
+
*/
|
|
1922
|
+
export type M2tsAribCaptionsPidControl = (typeof M2tsAribCaptionsPidControl)[keyof typeof M2tsAribCaptionsPidControl];
|
|
1923
|
+
/**
|
|
1924
|
+
* @public
|
|
1925
|
+
* @enum
|
|
1926
|
+
*/
|
|
1927
|
+
export declare const M2tsAudioBufferModel: {
|
|
1928
|
+
readonly ATSC: "ATSC";
|
|
1929
|
+
readonly DVB: "DVB";
|
|
1930
|
+
};
|
|
1931
|
+
/**
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1934
|
+
export type M2tsAudioBufferModel = (typeof M2tsAudioBufferModel)[keyof typeof M2tsAudioBufferModel];
|
|
1935
|
+
/**
|
|
1936
|
+
* @public
|
|
1937
|
+
* @enum
|
|
1938
|
+
*/
|
|
1939
|
+
export declare const M2tsAudioStreamType: {
|
|
1940
|
+
readonly ATSC: "ATSC";
|
|
1941
|
+
readonly DVB: "DVB";
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* @public
|
|
1945
|
+
*/
|
|
1946
|
+
export type M2tsAudioStreamType = (typeof M2tsAudioStreamType)[keyof typeof M2tsAudioStreamType];
|
|
1947
|
+
/**
|
|
1948
|
+
* @public
|
|
1949
|
+
* @enum
|
|
1950
|
+
*/
|
|
1951
|
+
export declare const M2tsBufferModel: {
|
|
1952
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1953
|
+
readonly NONE: "NONE";
|
|
1954
|
+
};
|
|
1955
|
+
/**
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1958
|
+
export type M2tsBufferModel = (typeof M2tsBufferModel)[keyof typeof M2tsBufferModel];
|
|
1959
|
+
/**
|
|
1960
|
+
* @public
|
|
1961
|
+
* @enum
|
|
1962
|
+
*/
|
|
1963
|
+
export declare const M2tsCcDescriptor: {
|
|
1964
|
+
readonly DISABLED: "DISABLED";
|
|
1965
|
+
readonly ENABLED: "ENABLED";
|
|
1966
|
+
};
|
|
1967
|
+
/**
|
|
1968
|
+
* @public
|
|
1969
|
+
*/
|
|
1970
|
+
export type M2tsCcDescriptor = (typeof M2tsCcDescriptor)[keyof typeof M2tsCcDescriptor];
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
* @enum
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const DvbSdtOutputSdt: {
|
|
1976
|
+
readonly SDT_FOLLOW: "SDT_FOLLOW";
|
|
1977
|
+
readonly SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT";
|
|
1978
|
+
readonly SDT_MANUAL: "SDT_MANUAL";
|
|
1979
|
+
readonly SDT_NONE: "SDT_NONE";
|
|
1980
|
+
};
|
|
1981
|
+
/**
|
|
1982
|
+
* @public
|
|
1983
|
+
*/
|
|
1984
|
+
export type DvbSdtOutputSdt = (typeof DvbSdtOutputSdt)[keyof typeof DvbSdtOutputSdt];
|
|
1985
|
+
/**
|
|
1986
|
+
* @public
|
|
1987
|
+
* @enum
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const M2tsEbifControl: {
|
|
1990
|
+
readonly NONE: "NONE";
|
|
1991
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1992
|
+
};
|
|
1993
|
+
/**
|
|
1994
|
+
* @public
|
|
1995
|
+
*/
|
|
1996
|
+
export type M2tsEbifControl = (typeof M2tsEbifControl)[keyof typeof M2tsEbifControl];
|
|
1997
|
+
/**
|
|
1998
|
+
* @public
|
|
1999
|
+
* @enum
|
|
2000
|
+
*/
|
|
2001
|
+
export declare const M2tsAudioInterval: {
|
|
2002
|
+
readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
|
|
2003
|
+
readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
|
|
2004
|
+
};
|
|
2005
|
+
/**
|
|
2006
|
+
* @public
|
|
2007
|
+
*/
|
|
2008
|
+
export type M2tsAudioInterval = (typeof M2tsAudioInterval)[keyof typeof M2tsAudioInterval];
|
|
2009
|
+
/**
|
|
2010
|
+
* @public
|
|
2011
|
+
* @enum
|
|
2012
|
+
*/
|
|
2013
|
+
export declare const M2tsEbpPlacement: {
|
|
2014
|
+
readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
|
|
2015
|
+
readonly VIDEO_PID: "VIDEO_PID";
|
|
2016
|
+
};
|
|
2017
|
+
/**
|
|
2018
|
+
* @public
|
|
2019
|
+
*/
|
|
2020
|
+
export type M2tsEbpPlacement = (typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
|
|
2021
|
+
/**
|
|
2022
|
+
* @public
|
|
2023
|
+
* @enum
|
|
2024
|
+
*/
|
|
2025
|
+
export declare const M2tsEsRateInPes: {
|
|
2026
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
2027
|
+
readonly INCLUDE: "INCLUDE";
|
|
2028
|
+
};
|
|
2029
|
+
/**
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
export type M2tsEsRateInPes = (typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
|
|
2033
|
+
/**
|
|
2034
|
+
* @public
|
|
2035
|
+
* @enum
|
|
2036
|
+
*/
|
|
2037
|
+
export declare const M2tsKlv: {
|
|
2038
|
+
readonly NONE: "NONE";
|
|
2039
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2040
|
+
};
|
|
2041
|
+
/**
|
|
2042
|
+
* @public
|
|
2043
|
+
*/
|
|
2044
|
+
export type M2tsKlv = (typeof M2tsKlv)[keyof typeof M2tsKlv];
|
|
2045
|
+
/**
|
|
2046
|
+
* @public
|
|
2047
|
+
* @enum
|
|
2048
|
+
*/
|
|
2049
|
+
export declare const M2tsNielsenId3Behavior: {
|
|
2050
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2051
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2052
|
+
};
|
|
2053
|
+
/**
|
|
2054
|
+
* @public
|
|
2055
|
+
*/
|
|
2056
|
+
export type M2tsNielsenId3Behavior = (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
|
|
2057
|
+
/**
|
|
2058
|
+
* @public
|
|
2059
|
+
* @enum
|
|
2060
|
+
*/
|
|
2061
|
+
export declare const M2tsPcrControl: {
|
|
2062
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
2063
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
2064
|
+
};
|
|
2065
|
+
/**
|
|
2066
|
+
* @public
|
|
2067
|
+
*/
|
|
2068
|
+
export type M2tsPcrControl = (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
|
|
2069
|
+
/**
|
|
2070
|
+
* @public
|
|
2071
|
+
* @enum
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const M2tsRateMode: {
|
|
2074
|
+
readonly CBR: "CBR";
|
|
2075
|
+
readonly VBR: "VBR";
|
|
2076
|
+
};
|
|
2077
|
+
/**
|
|
2078
|
+
* @public
|
|
2079
|
+
*/
|
|
2080
|
+
export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
|
|
2081
|
+
/**
|
|
2082
|
+
* @public
|
|
2083
|
+
* @enum
|
|
2084
|
+
*/
|
|
2085
|
+
export declare const M2tsScte35Control: {
|
|
2086
|
+
readonly NONE: "NONE";
|
|
2087
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2088
|
+
};
|
|
2089
|
+
/**
|
|
2090
|
+
* @public
|
|
2091
|
+
*/
|
|
2092
|
+
export type M2tsScte35Control = (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
|
|
2093
|
+
/**
|
|
2094
|
+
* @public
|
|
2095
|
+
* @enum
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const M2tsSegmentationMarkers: {
|
|
2098
|
+
readonly EBP: "EBP";
|
|
2099
|
+
readonly EBP_LEGACY: "EBP_LEGACY";
|
|
2100
|
+
readonly NONE: "NONE";
|
|
2101
|
+
readonly PSI_SEGSTART: "PSI_SEGSTART";
|
|
2102
|
+
readonly RAI_ADAPT: "RAI_ADAPT";
|
|
2103
|
+
readonly RAI_SEGSTART: "RAI_SEGSTART";
|
|
2104
|
+
};
|
|
2105
|
+
/**
|
|
2106
|
+
* @public
|
|
2107
|
+
*/
|
|
2108
|
+
export type M2tsSegmentationMarkers = (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
2109
|
+
/**
|
|
2110
|
+
* @public
|
|
2111
|
+
* @enum
|
|
2112
|
+
*/
|
|
2113
|
+
export declare const M2tsSegmentationStyle: {
|
|
2114
|
+
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
2115
|
+
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
2116
|
+
};
|
|
2117
|
+
/**
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
2120
|
+
export type M2tsSegmentationStyle = (typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
2121
|
+
/**
|
|
2122
|
+
* @public
|
|
2123
|
+
* @enum
|
|
2124
|
+
*/
|
|
2125
|
+
export declare const M2tsTimedMetadataBehavior: {
|
|
2126
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2127
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2128
|
+
};
|
|
2129
|
+
/**
|
|
2130
|
+
* @public
|
|
2131
|
+
*/
|
|
2132
|
+
export type M2tsTimedMetadataBehavior = (typeof M2tsTimedMetadataBehavior)[keyof typeof M2tsTimedMetadataBehavior];
|
|
2133
|
+
/**
|
|
2134
|
+
* @public
|
|
2135
|
+
* @enum
|
|
2136
|
+
*/
|
|
2137
|
+
export declare const HlsH265PackagingType: {
|
|
2138
|
+
readonly HEV1: "HEV1";
|
|
2139
|
+
readonly HVC1: "HVC1";
|
|
2140
|
+
};
|
|
2141
|
+
/**
|
|
2142
|
+
* @public
|
|
2143
|
+
*/
|
|
2144
|
+
export type HlsH265PackagingType = (typeof HlsH265PackagingType)[keyof typeof HlsH265PackagingType];
|
|
2145
|
+
/**
|
|
2146
|
+
* @public
|
|
2147
|
+
* @enum
|
|
2148
|
+
*/
|
|
2149
|
+
export declare const AudioOnlyHlsTrackType: {
|
|
2150
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
2151
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
2152
|
+
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
2153
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
2154
|
+
};
|
|
2155
|
+
/**
|
|
2156
|
+
* @public
|
|
2157
|
+
*/
|
|
2158
|
+
export type AudioOnlyHlsTrackType = (typeof AudioOnlyHlsTrackType)[keyof typeof AudioOnlyHlsTrackType];
|
|
2159
|
+
/**
|
|
2160
|
+
* @public
|
|
2161
|
+
* @enum
|
|
2162
|
+
*/
|
|
2163
|
+
export declare const AudioOnlyHlsSegmentType: {
|
|
2164
|
+
readonly AAC: "AAC";
|
|
2165
|
+
readonly FMP4: "FMP4";
|
|
2166
|
+
};
|
|
2167
|
+
/**
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
2170
|
+
export type AudioOnlyHlsSegmentType = (typeof AudioOnlyHlsSegmentType)[keyof typeof AudioOnlyHlsSegmentType];
|
|
2171
|
+
/**
|
|
2172
|
+
* @public
|
|
2173
|
+
* @enum
|
|
2174
|
+
*/
|
|
2175
|
+
export declare const Fmp4NielsenId3Behavior: {
|
|
2176
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2177
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2178
|
+
};
|
|
2179
|
+
/**
|
|
2180
|
+
* @public
|
|
2181
|
+
*/
|
|
2182
|
+
export type Fmp4NielsenId3Behavior = (typeof Fmp4NielsenId3Behavior)[keyof typeof Fmp4NielsenId3Behavior];
|
|
2183
|
+
/**
|
|
2184
|
+
* @public
|
|
2185
|
+
* @enum
|
|
2186
|
+
*/
|
|
2187
|
+
export declare const Fmp4TimedMetadataBehavior: {
|
|
2188
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2189
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2190
|
+
};
|
|
2191
|
+
/**
|
|
2192
|
+
* @public
|
|
2193
|
+
*/
|
|
2194
|
+
export type Fmp4TimedMetadataBehavior = (typeof Fmp4TimedMetadataBehavior)[keyof typeof Fmp4TimedMetadataBehavior];
|
|
2195
|
+
/**
|
|
2196
|
+
* @public
|
|
2197
|
+
* @enum
|
|
2198
|
+
*/
|
|
2199
|
+
export declare const M3u8KlvBehavior: {
|
|
2200
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2201
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2202
|
+
};
|
|
2203
|
+
/**
|
|
2204
|
+
* @public
|
|
2205
|
+
*/
|
|
2206
|
+
export type M3u8KlvBehavior = (typeof M3u8KlvBehavior)[keyof typeof M3u8KlvBehavior];
|
|
2207
|
+
/**
|
|
2208
|
+
* @public
|
|
2209
|
+
* @enum
|
|
2210
|
+
*/
|
|
2211
|
+
export declare const M3u8NielsenId3Behavior: {
|
|
2212
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2213
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2214
|
+
};
|
|
2215
|
+
/**
|
|
2216
|
+
* @public
|
|
2217
|
+
*/
|
|
2218
|
+
export type M3u8NielsenId3Behavior = (typeof M3u8NielsenId3Behavior)[keyof typeof M3u8NielsenId3Behavior];
|
|
2219
|
+
/**
|
|
2220
|
+
* @public
|
|
2221
|
+
* @enum
|
|
2222
|
+
*/
|
|
2223
|
+
export declare const M3u8PcrControl: {
|
|
2224
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
2225
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
2226
|
+
};
|
|
2227
|
+
/**
|
|
2228
|
+
* @public
|
|
2229
|
+
*/
|
|
2230
|
+
export type M3u8PcrControl = (typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
|
|
2231
|
+
/**
|
|
2232
|
+
* @public
|
|
2233
|
+
* @enum
|
|
2234
|
+
*/
|
|
2235
|
+
export declare const M3u8Scte35Behavior: {
|
|
2236
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2237
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2238
|
+
};
|
|
2239
|
+
/**
|
|
2240
|
+
* @public
|
|
2241
|
+
*/
|
|
2242
|
+
export type M3u8Scte35Behavior = (typeof M3u8Scte35Behavior)[keyof typeof M3u8Scte35Behavior];
|
|
2243
|
+
/**
|
|
2244
|
+
* @public
|
|
2245
|
+
* @enum
|
|
2246
|
+
*/
|
|
2247
|
+
export declare const M3u8TimedMetadataBehavior: {
|
|
2248
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2249
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2250
|
+
};
|
|
2251
|
+
/**
|
|
2252
|
+
* @public
|
|
2253
|
+
*/
|
|
2254
|
+
export type M3u8TimedMetadataBehavior = (typeof M3u8TimedMetadataBehavior)[keyof typeof M3u8TimedMetadataBehavior];
|
|
2255
|
+
/**
|
|
2256
|
+
* @public
|
|
2257
|
+
* @enum
|
|
2258
|
+
*/
|
|
2259
|
+
export declare const HlsAutoSelect: {
|
|
2260
|
+
readonly NO: "NO";
|
|
2261
|
+
readonly OMIT: "OMIT";
|
|
2262
|
+
readonly YES: "YES";
|
|
2263
|
+
};
|
|
2264
|
+
/**
|
|
2265
|
+
* @public
|
|
2266
|
+
*/
|
|
2267
|
+
export type HlsAutoSelect = (typeof HlsAutoSelect)[keyof typeof HlsAutoSelect];
|
|
2268
|
+
/**
|
|
2269
|
+
* @public
|
|
2270
|
+
* @enum
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const HlsDefault: {
|
|
2273
|
+
readonly NO: "NO";
|
|
2274
|
+
readonly OMIT: "OMIT";
|
|
2275
|
+
readonly YES: "YES";
|
|
2276
|
+
};
|
|
2277
|
+
/**
|
|
2278
|
+
* @public
|
|
2279
|
+
*/
|
|
2280
|
+
export type HlsDefault = (typeof HlsDefault)[keyof typeof HlsDefault];
|
|
2281
|
+
/**
|
|
2282
|
+
* @public
|
|
2283
|
+
* @enum
|
|
2284
|
+
*/
|
|
2285
|
+
export declare const MsSmoothH265PackagingType: {
|
|
2286
|
+
readonly HEV1: "HEV1";
|
|
2287
|
+
readonly HVC1: "HVC1";
|
|
2288
|
+
};
|
|
2289
|
+
/**
|
|
2290
|
+
* @public
|
|
2291
|
+
*/
|
|
2292
|
+
export type MsSmoothH265PackagingType = (typeof MsSmoothH265PackagingType)[keyof typeof MsSmoothH265PackagingType];
|
|
2293
|
+
/**
|
|
2294
|
+
* @public
|
|
2295
|
+
* @enum
|
|
2296
|
+
*/
|
|
2297
|
+
export declare const RtmpOutputCertificateMode: {
|
|
2298
|
+
readonly SELF_SIGNED: "SELF_SIGNED";
|
|
2299
|
+
readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
|
|
2300
|
+
};
|
|
2301
|
+
/**
|
|
2302
|
+
* @public
|
|
2303
|
+
*/
|
|
2304
|
+
export type RtmpOutputCertificateMode = (typeof RtmpOutputCertificateMode)[keyof typeof RtmpOutputCertificateMode];
|
|
2305
|
+
/**
|
|
2306
|
+
* @public
|
|
2307
|
+
* @enum
|
|
2308
|
+
*/
|
|
2309
|
+
export declare const SrtEncryptionType: {
|
|
2310
|
+
readonly AES128: "AES128";
|
|
2311
|
+
readonly AES192: "AES192";
|
|
2312
|
+
readonly AES256: "AES256";
|
|
2313
|
+
};
|
|
2314
|
+
/**
|
|
2315
|
+
* @public
|
|
2316
|
+
*/
|
|
2317
|
+
export type SrtEncryptionType = (typeof SrtEncryptionType)[keyof typeof SrtEncryptionType];
|
|
2318
|
+
/**
|
|
2319
|
+
* @public
|
|
2320
|
+
* @enum
|
|
2321
|
+
*/
|
|
2322
|
+
export declare const FecOutputIncludeFec: {
|
|
2323
|
+
readonly COLUMN: "COLUMN";
|
|
2324
|
+
readonly COLUMN_AND_ROW: "COLUMN_AND_ROW";
|
|
2325
|
+
};
|
|
2326
|
+
/**
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2329
|
+
export type FecOutputIncludeFec = (typeof FecOutputIncludeFec)[keyof typeof FecOutputIncludeFec];
|
|
2330
|
+
/**
|
|
2331
|
+
* @public
|
|
2332
|
+
* @enum
|
|
2333
|
+
*/
|
|
2334
|
+
export declare const S3CannedAcl: {
|
|
2335
|
+
readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
|
|
2336
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
2337
|
+
readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
|
|
2338
|
+
readonly PUBLIC_READ: "PUBLIC_READ";
|
|
2339
|
+
};
|
|
2340
|
+
/**
|
|
2341
|
+
* @public
|
|
2342
|
+
*/
|
|
2343
|
+
export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];
|
|
2344
|
+
/**
|
|
2345
|
+
* @public
|
|
2346
|
+
* @enum
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const CmafId3Behavior: {
|
|
2349
|
+
readonly DISABLED: "DISABLED";
|
|
2350
|
+
readonly ENABLED: "ENABLED";
|
|
2351
|
+
};
|
|
2352
|
+
/**
|
|
2353
|
+
* @public
|
|
2354
|
+
*/
|
|
2355
|
+
export type CmafId3Behavior = (typeof CmafId3Behavior)[keyof typeof CmafId3Behavior];
|
|
2356
|
+
/**
|
|
2357
|
+
* @public
|
|
2358
|
+
* @enum
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const CmafKLVBehavior: {
|
|
2361
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2362
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2363
|
+
};
|
|
2364
|
+
/**
|
|
2365
|
+
* @public
|
|
2366
|
+
*/
|
|
2367
|
+
export type CmafKLVBehavior = (typeof CmafKLVBehavior)[keyof typeof CmafKLVBehavior];
|
|
2368
|
+
/**
|
|
2369
|
+
* @public
|
|
2370
|
+
* @enum
|
|
2371
|
+
*/
|
|
2372
|
+
export declare const CmafNielsenId3Behavior: {
|
|
2373
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
2374
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2375
|
+
};
|
|
2376
|
+
/**
|
|
2377
|
+
* @public
|
|
2378
|
+
*/
|
|
2379
|
+
export type CmafNielsenId3Behavior = (typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
|
|
2380
|
+
/**
|
|
2381
|
+
* @public
|
|
2382
|
+
* @enum
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const Scte35Type: {
|
|
2385
|
+
readonly NONE: "NONE";
|
|
2386
|
+
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
2387
|
+
};
|
|
2388
|
+
/**
|
|
2389
|
+
* @public
|
|
2390
|
+
*/
|
|
2391
|
+
export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
|
|
2392
|
+
/**
|
|
2393
|
+
* @public
|
|
2394
|
+
* @enum
|
|
2395
|
+
*/
|
|
2396
|
+
export declare const CmafIngestSegmentLengthUnits: {
|
|
2397
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
2398
|
+
readonly SECONDS: "SECONDS";
|
|
2399
|
+
};
|
|
2400
|
+
/**
|
|
2401
|
+
* @public
|
|
2402
|
+
*/
|
|
2403
|
+
export type CmafIngestSegmentLengthUnits = (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
|
|
2404
|
+
/**
|
|
2405
|
+
* @public
|
|
2406
|
+
* @enum
|
|
2407
|
+
*/
|
|
2408
|
+
export declare const CmafTimedMetadataId3Frame: {
|
|
2409
|
+
readonly NONE: "NONE";
|
|
2410
|
+
readonly PRIV: "PRIV";
|
|
2411
|
+
readonly TDRL: "TDRL";
|
|
2412
|
+
};
|
|
2413
|
+
/**
|
|
2414
|
+
* @public
|
|
2415
|
+
*/
|
|
2416
|
+
export type CmafTimedMetadataId3Frame = (typeof CmafTimedMetadataId3Frame)[keyof typeof CmafTimedMetadataId3Frame];
|
|
2417
|
+
/**
|
|
2418
|
+
* @public
|
|
2419
|
+
* @enum
|
|
2420
|
+
*/
|
|
2421
|
+
export declare const CmafTimedMetadataPassthrough: {
|
|
2422
|
+
readonly DISABLED: "DISABLED";
|
|
2423
|
+
readonly ENABLED: "ENABLED";
|
|
2424
|
+
};
|
|
2425
|
+
/**
|
|
2426
|
+
* @public
|
|
2427
|
+
*/
|
|
2428
|
+
export type CmafTimedMetadataPassthrough = (typeof CmafTimedMetadataPassthrough)[keyof typeof CmafTimedMetadataPassthrough];
|
|
2429
|
+
/**
|
|
2430
|
+
* @public
|
|
2431
|
+
* @enum
|
|
2432
|
+
*/
|
|
2433
|
+
export declare const HlsCaptionLanguageSetting: {
|
|
2434
|
+
readonly INSERT: "INSERT";
|
|
2435
|
+
readonly NONE: "NONE";
|
|
2436
|
+
readonly OMIT: "OMIT";
|
|
2437
|
+
};
|
|
2438
|
+
/**
|
|
2439
|
+
* @public
|
|
2440
|
+
*/
|
|
2441
|
+
export type HlsCaptionLanguageSetting = (typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
|
|
2442
|
+
/**
|
|
2443
|
+
* @public
|
|
2444
|
+
* @enum
|
|
2445
|
+
*/
|
|
2446
|
+
export declare const HlsClientCache: {
|
|
2447
|
+
readonly DISABLED: "DISABLED";
|
|
2448
|
+
readonly ENABLED: "ENABLED";
|
|
2449
|
+
};
|
|
2450
|
+
/**
|
|
2451
|
+
* @public
|
|
2452
|
+
*/
|
|
2453
|
+
export type HlsClientCache = (typeof HlsClientCache)[keyof typeof HlsClientCache];
|
|
2454
|
+
/**
|
|
2455
|
+
* @public
|
|
2456
|
+
* @enum
|
|
2457
|
+
*/
|
|
2458
|
+
export declare const HlsCodecSpecification: {
|
|
2459
|
+
readonly RFC_4281: "RFC_4281";
|
|
2460
|
+
readonly RFC_6381: "RFC_6381";
|
|
2461
|
+
};
|
|
2462
|
+
/**
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2465
|
+
export type HlsCodecSpecification = (typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
|
|
2466
|
+
/**
|
|
2467
|
+
* @public
|
|
2468
|
+
* @enum
|
|
2469
|
+
*/
|
|
2470
|
+
export declare const HlsDirectoryStructure: {
|
|
2471
|
+
readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
|
|
2472
|
+
readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
|
|
2473
|
+
};
|
|
2474
|
+
/**
|
|
2475
|
+
* @public
|
|
2476
|
+
*/
|
|
2477
|
+
export type HlsDirectoryStructure = (typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
|
|
2478
|
+
/**
|
|
2479
|
+
* @public
|
|
2480
|
+
* @enum
|
|
2481
|
+
*/
|
|
2482
|
+
export declare const HlsDiscontinuityTags: {
|
|
2483
|
+
readonly INSERT: "INSERT";
|
|
2484
|
+
readonly NEVER_INSERT: "NEVER_INSERT";
|
|
2485
|
+
};
|
|
2486
|
+
/**
|
|
2487
|
+
* @public
|
|
2488
|
+
*/
|
|
2489
|
+
export type HlsDiscontinuityTags = (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
|
|
2490
|
+
/**
|
|
2491
|
+
* @public
|
|
2492
|
+
* @enum
|
|
2493
|
+
*/
|
|
2494
|
+
export declare const HlsEncryptionType: {
|
|
2495
|
+
readonly AES128: "AES128";
|
|
2496
|
+
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
2497
|
+
};
|
|
2498
|
+
/**
|
|
2499
|
+
* @public
|
|
2500
|
+
*/
|
|
2501
|
+
export type HlsEncryptionType = (typeof HlsEncryptionType)[keyof typeof HlsEncryptionType];
|
|
2502
|
+
/**
|
|
2503
|
+
* @public
|
|
2504
|
+
* @enum
|
|
2505
|
+
*/
|
|
2506
|
+
export declare const HlsAkamaiHttpTransferMode: {
|
|
2507
|
+
readonly CHUNKED: "CHUNKED";
|
|
2508
|
+
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
2509
|
+
};
|
|
2510
|
+
/**
|
|
2511
|
+
* @public
|
|
2512
|
+
*/
|
|
2513
|
+
export type HlsAkamaiHttpTransferMode = (typeof HlsAkamaiHttpTransferMode)[keyof typeof HlsAkamaiHttpTransferMode];
|
|
2514
|
+
/**
|
|
2515
|
+
* @public
|
|
2516
|
+
* @enum
|
|
2517
|
+
*/
|
|
2518
|
+
export declare const HlsMediaStoreStorageClass: {
|
|
2519
|
+
readonly TEMPORAL: "TEMPORAL";
|
|
2520
|
+
};
|
|
2521
|
+
/**
|
|
2522
|
+
* @public
|
|
2523
|
+
*/
|
|
2524
|
+
export type HlsMediaStoreStorageClass = (typeof HlsMediaStoreStorageClass)[keyof typeof HlsMediaStoreStorageClass];
|
|
2525
|
+
/**
|
|
2526
|
+
* @public
|
|
2527
|
+
* @enum
|
|
2528
|
+
*/
|
|
2529
|
+
export declare const HlsWebdavHttpTransferMode: {
|
|
2530
|
+
readonly CHUNKED: "CHUNKED";
|
|
2531
|
+
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
2532
|
+
};
|
|
2533
|
+
/**
|
|
2534
|
+
* @public
|
|
2535
|
+
*/
|
|
2536
|
+
export type HlsWebdavHttpTransferMode = (typeof HlsWebdavHttpTransferMode)[keyof typeof HlsWebdavHttpTransferMode];
|
|
2537
|
+
/**
|
|
2538
|
+
* @public
|
|
2539
|
+
* @enum
|
|
2540
|
+
*/
|
|
2541
|
+
export declare const HlsId3SegmentTaggingState: {
|
|
2542
|
+
readonly DISABLED: "DISABLED";
|
|
2543
|
+
readonly ENABLED: "ENABLED";
|
|
2544
|
+
};
|
|
2545
|
+
/**
|
|
2546
|
+
* @public
|
|
2547
|
+
*/
|
|
2548
|
+
export type HlsId3SegmentTaggingState = (typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
2549
|
+
/**
|
|
2550
|
+
* @public
|
|
2551
|
+
* @enum
|
|
2552
|
+
*/
|
|
2553
|
+
export declare const IFrameOnlyPlaylistType: {
|
|
2554
|
+
readonly DISABLED: "DISABLED";
|
|
2555
|
+
readonly STANDARD: "STANDARD";
|
|
2556
|
+
};
|
|
2557
|
+
/**
|
|
2558
|
+
* @public
|
|
2559
|
+
*/
|
|
2560
|
+
export type IFrameOnlyPlaylistType = (typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
2561
|
+
/**
|
|
2562
|
+
* @public
|
|
2563
|
+
* @enum
|
|
2564
|
+
*/
|
|
2565
|
+
export declare const HlsIncompleteSegmentBehavior: {
|
|
2566
|
+
readonly AUTO: "AUTO";
|
|
2567
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
2568
|
+
};
|
|
2569
|
+
/**
|
|
2570
|
+
* @public
|
|
2571
|
+
*/
|
|
2572
|
+
export type HlsIncompleteSegmentBehavior = (typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|
|
2573
|
+
/**
|
|
2574
|
+
* @public
|
|
2575
|
+
* @enum
|
|
2576
|
+
*/
|
|
2577
|
+
export declare const InputLossActionForHlsOut: {
|
|
2578
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
2579
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
2580
|
+
};
|
|
2581
|
+
/**
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2584
|
+
export type InputLossActionForHlsOut = (typeof InputLossActionForHlsOut)[keyof typeof InputLossActionForHlsOut];
|
|
2585
|
+
/**
|
|
2586
|
+
* @public
|
|
2587
|
+
* @enum
|
|
2588
|
+
*/
|
|
2589
|
+
export declare const HlsIvInManifest: {
|
|
2590
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
2591
|
+
readonly INCLUDE: "INCLUDE";
|
|
2592
|
+
};
|
|
2593
|
+
/**
|
|
2594
|
+
* @public
|
|
2595
|
+
*/
|
|
2596
|
+
export type HlsIvInManifest = (typeof HlsIvInManifest)[keyof typeof HlsIvInManifest];
|
|
2597
|
+
/**
|
|
2598
|
+
* @public
|
|
2599
|
+
* @enum
|
|
2600
|
+
*/
|
|
2601
|
+
export declare const HlsIvSource: {
|
|
2602
|
+
readonly EXPLICIT: "EXPLICIT";
|
|
2603
|
+
readonly FOLLOWS_SEGMENT_NUMBER: "FOLLOWS_SEGMENT_NUMBER";
|
|
2604
|
+
};
|
|
2605
|
+
/**
|
|
2606
|
+
* @public
|
|
2607
|
+
*/
|
|
2608
|
+
export type HlsIvSource = (typeof HlsIvSource)[keyof typeof HlsIvSource];
|
|
2609
|
+
/**
|
|
2610
|
+
* @public
|
|
2611
|
+
* @enum
|
|
2612
|
+
*/
|
|
2613
|
+
export declare const HlsManifestCompression: {
|
|
2614
|
+
readonly GZIP: "GZIP";
|
|
2615
|
+
readonly NONE: "NONE";
|
|
2616
|
+
};
|
|
2617
|
+
/**
|
|
2618
|
+
* @public
|
|
2619
|
+
*/
|
|
2620
|
+
export type HlsManifestCompression = (typeof HlsManifestCompression)[keyof typeof HlsManifestCompression];
|
|
2621
|
+
/**
|
|
2622
|
+
* @public
|
|
2623
|
+
* @enum
|
|
2624
|
+
*/
|
|
2625
|
+
export declare const HlsManifestDurationFormat: {
|
|
2626
|
+
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
2627
|
+
readonly INTEGER: "INTEGER";
|
|
2628
|
+
};
|
|
2629
|
+
/**
|
|
2630
|
+
* @public
|
|
2631
|
+
*/
|
|
2632
|
+
export type HlsManifestDurationFormat = (typeof HlsManifestDurationFormat)[keyof typeof HlsManifestDurationFormat];
|
|
2633
|
+
/**
|
|
2634
|
+
* @public
|
|
2635
|
+
* @enum
|
|
2636
|
+
*/
|
|
2637
|
+
export declare const HlsMode: {
|
|
2638
|
+
readonly LIVE: "LIVE";
|
|
2639
|
+
readonly VOD: "VOD";
|
|
2640
|
+
};
|
|
2641
|
+
/**
|
|
2642
|
+
* @public
|
|
2643
|
+
*/
|
|
2644
|
+
export type HlsMode = (typeof HlsMode)[keyof typeof HlsMode];
|
|
2645
|
+
/**
|
|
2646
|
+
* @public
|
|
2647
|
+
* @enum
|
|
2648
|
+
*/
|
|
2649
|
+
export declare const HlsOutputSelection: {
|
|
2650
|
+
readonly MANIFESTS_AND_SEGMENTS: "MANIFESTS_AND_SEGMENTS";
|
|
2651
|
+
readonly SEGMENTS_ONLY: "SEGMENTS_ONLY";
|
|
2652
|
+
readonly VARIANT_MANIFESTS_AND_SEGMENTS: "VARIANT_MANIFESTS_AND_SEGMENTS";
|
|
2653
|
+
};
|
|
2654
|
+
/**
|
|
2655
|
+
* @public
|
|
2656
|
+
*/
|
|
2657
|
+
export type HlsOutputSelection = (typeof HlsOutputSelection)[keyof typeof HlsOutputSelection];
|
|
2658
|
+
/**
|
|
2659
|
+
* @public
|
|
2660
|
+
* @enum
|
|
2661
|
+
*/
|
|
2662
|
+
export declare const HlsProgramDateTime: {
|
|
2663
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
2664
|
+
readonly INCLUDE: "INCLUDE";
|
|
2665
|
+
};
|
|
2666
|
+
/**
|
|
2667
|
+
* @public
|
|
2668
|
+
*/
|
|
2669
|
+
export type HlsProgramDateTime = (typeof HlsProgramDateTime)[keyof typeof HlsProgramDateTime];
|
|
2670
|
+
/**
|
|
2671
|
+
* @public
|
|
2672
|
+
* @enum
|
|
2673
|
+
*/
|
|
2674
|
+
export declare const HlsProgramDateTimeClock: {
|
|
2675
|
+
readonly INITIALIZE_FROM_OUTPUT_TIMECODE: "INITIALIZE_FROM_OUTPUT_TIMECODE";
|
|
2676
|
+
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
2677
|
+
};
|
|
2678
|
+
/**
|
|
2679
|
+
* @public
|
|
2680
|
+
*/
|
|
2681
|
+
export type HlsProgramDateTimeClock = (typeof HlsProgramDateTimeClock)[keyof typeof HlsProgramDateTimeClock];
|
|
2682
|
+
/**
|
|
2683
|
+
* @public
|
|
2684
|
+
* @enum
|
|
2685
|
+
*/
|
|
2686
|
+
export declare const HlsRedundantManifest: {
|
|
2687
|
+
readonly DISABLED: "DISABLED";
|
|
2688
|
+
readonly ENABLED: "ENABLED";
|
|
2689
|
+
};
|
|
2690
|
+
/**
|
|
2691
|
+
* @public
|
|
2692
|
+
*/
|
|
2693
|
+
export type HlsRedundantManifest = (typeof HlsRedundantManifest)[keyof typeof HlsRedundantManifest];
|
|
2694
|
+
/**
|
|
2695
|
+
* @public
|
|
2696
|
+
* @enum
|
|
2697
|
+
*/
|
|
2698
|
+
export declare const HlsSegmentationMode: {
|
|
2699
|
+
readonly USE_INPUT_SEGMENTATION: "USE_INPUT_SEGMENTATION";
|
|
2700
|
+
readonly USE_SEGMENT_DURATION: "USE_SEGMENT_DURATION";
|
|
2701
|
+
};
|
|
2702
|
+
/**
|
|
2703
|
+
* @public
|
|
2704
|
+
*/
|
|
2705
|
+
export type HlsSegmentationMode = (typeof HlsSegmentationMode)[keyof typeof HlsSegmentationMode];
|
|
2706
|
+
/**
|
|
2707
|
+
* @public
|
|
2708
|
+
* @enum
|
|
2709
|
+
*/
|
|
2710
|
+
export declare const HlsStreamInfResolution: {
|
|
2711
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
2712
|
+
readonly INCLUDE: "INCLUDE";
|
|
2713
|
+
};
|
|
2714
|
+
/**
|
|
2715
|
+
* @public
|
|
2716
|
+
*/
|
|
2717
|
+
export type HlsStreamInfResolution = (typeof HlsStreamInfResolution)[keyof typeof HlsStreamInfResolution];
|
|
2718
|
+
/**
|
|
2719
|
+
* @public
|
|
2720
|
+
* @enum
|
|
2721
|
+
*/
|
|
2722
|
+
export declare const HlsTimedMetadataId3Frame: {
|
|
2723
|
+
readonly NONE: "NONE";
|
|
2724
|
+
readonly PRIV: "PRIV";
|
|
2725
|
+
readonly TDRL: "TDRL";
|
|
2726
|
+
};
|
|
2727
|
+
/**
|
|
2728
|
+
* @public
|
|
2729
|
+
*/
|
|
2730
|
+
export type HlsTimedMetadataId3Frame = (typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
|
|
2731
|
+
/**
|
|
2732
|
+
* @public
|
|
2733
|
+
* @enum
|
|
2734
|
+
*/
|
|
2735
|
+
export declare const HlsTsFileMode: {
|
|
2736
|
+
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
2737
|
+
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
2738
|
+
};
|
|
2739
|
+
/**
|
|
2740
|
+
* @public
|
|
2741
|
+
*/
|
|
2742
|
+
export type HlsTsFileMode = (typeof HlsTsFileMode)[keyof typeof HlsTsFileMode];
|
|
2743
|
+
/**
|
|
2744
|
+
* @public
|
|
2745
|
+
* @enum
|
|
2746
|
+
*/
|
|
2747
|
+
export declare const SmoothGroupAudioOnlyTimecodeControl: {
|
|
2748
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2749
|
+
readonly USE_CONFIGURED_CLOCK: "USE_CONFIGURED_CLOCK";
|
|
2750
|
+
};
|
|
2751
|
+
/**
|
|
2752
|
+
* @public
|
|
2753
|
+
*/
|
|
2754
|
+
export type SmoothGroupAudioOnlyTimecodeControl = (typeof SmoothGroupAudioOnlyTimecodeControl)[keyof typeof SmoothGroupAudioOnlyTimecodeControl];
|
|
2755
|
+
/**
|
|
2756
|
+
* @public
|
|
2757
|
+
* @enum
|
|
2758
|
+
*/
|
|
2759
|
+
export declare const SmoothGroupCertificateMode: {
|
|
2760
|
+
readonly SELF_SIGNED: "SELF_SIGNED";
|
|
2761
|
+
readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
|
|
2762
|
+
};
|
|
2763
|
+
/**
|
|
2764
|
+
* @public
|
|
2765
|
+
*/
|
|
2766
|
+
export type SmoothGroupCertificateMode = (typeof SmoothGroupCertificateMode)[keyof typeof SmoothGroupCertificateMode];
|
|
2767
|
+
/**
|
|
2768
|
+
* @public
|
|
2769
|
+
* @enum
|
|
2770
|
+
*/
|
|
2771
|
+
export declare const SmoothGroupEventIdMode: {
|
|
2772
|
+
readonly NO_EVENT_ID: "NO_EVENT_ID";
|
|
2773
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
2774
|
+
readonly USE_TIMESTAMP: "USE_TIMESTAMP";
|
|
2775
|
+
};
|
|
2776
|
+
/**
|
|
2777
|
+
* @public
|
|
2778
|
+
*/
|
|
2779
|
+
export type SmoothGroupEventIdMode = (typeof SmoothGroupEventIdMode)[keyof typeof SmoothGroupEventIdMode];
|
|
2780
|
+
/**
|
|
2781
|
+
* @public
|
|
2782
|
+
* @enum
|
|
2783
|
+
*/
|
|
2784
|
+
export declare const SmoothGroupEventStopBehavior: {
|
|
2785
|
+
readonly NONE: "NONE";
|
|
2786
|
+
readonly SEND_EOS: "SEND_EOS";
|
|
2787
|
+
};
|
|
2788
|
+
/**
|
|
2789
|
+
* @public
|
|
2790
|
+
*/
|
|
2791
|
+
export type SmoothGroupEventStopBehavior = (typeof SmoothGroupEventStopBehavior)[keyof typeof SmoothGroupEventStopBehavior];
|
|
2792
|
+
/**
|
|
2793
|
+
* @public
|
|
2794
|
+
* @enum
|
|
2795
|
+
*/
|
|
2796
|
+
export declare const InputLossActionForMsSmoothOut: {
|
|
2797
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
2798
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
2799
|
+
};
|
|
2800
|
+
/**
|
|
2801
|
+
* @public
|
|
2802
|
+
*/
|
|
2803
|
+
export type InputLossActionForMsSmoothOut = (typeof InputLossActionForMsSmoothOut)[keyof typeof InputLossActionForMsSmoothOut];
|
|
2804
|
+
/**
|
|
2805
|
+
* @public
|
|
2806
|
+
* @enum
|
|
2807
|
+
*/
|
|
2808
|
+
export declare const SmoothGroupSegmentationMode: {
|
|
2809
|
+
readonly USE_INPUT_SEGMENTATION: "USE_INPUT_SEGMENTATION";
|
|
2810
|
+
readonly USE_SEGMENT_DURATION: "USE_SEGMENT_DURATION";
|
|
2811
|
+
};
|
|
2812
|
+
/**
|
|
2813
|
+
* @public
|
|
2814
|
+
*/
|
|
2815
|
+
export type SmoothGroupSegmentationMode = (typeof SmoothGroupSegmentationMode)[keyof typeof SmoothGroupSegmentationMode];
|
|
2816
|
+
/**
|
|
2817
|
+
* @public
|
|
2818
|
+
* @enum
|
|
2819
|
+
*/
|
|
2820
|
+
export declare const SmoothGroupSparseTrackType: {
|
|
2821
|
+
readonly NONE: "NONE";
|
|
2822
|
+
readonly SCTE_35: "SCTE_35";
|
|
2823
|
+
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
2824
|
+
};
|
|
2825
|
+
/**
|
|
2826
|
+
* @public
|
|
2827
|
+
*/
|
|
2828
|
+
export type SmoothGroupSparseTrackType = (typeof SmoothGroupSparseTrackType)[keyof typeof SmoothGroupSparseTrackType];
|
|
2829
|
+
/**
|
|
2830
|
+
* @public
|
|
2831
|
+
* @enum
|
|
2832
|
+
*/
|
|
2833
|
+
export declare const SmoothGroupStreamManifestBehavior: {
|
|
2834
|
+
readonly DO_NOT_SEND: "DO_NOT_SEND";
|
|
2835
|
+
readonly SEND: "SEND";
|
|
2836
|
+
};
|
|
2837
|
+
/**
|
|
2838
|
+
* @public
|
|
2839
|
+
*/
|
|
2840
|
+
export type SmoothGroupStreamManifestBehavior = (typeof SmoothGroupStreamManifestBehavior)[keyof typeof SmoothGroupStreamManifestBehavior];
|
|
2841
|
+
/**
|
|
2842
|
+
* @public
|
|
2843
|
+
* @enum
|
|
2844
|
+
*/
|
|
2845
|
+
export declare const SmoothGroupTimestampOffsetMode: {
|
|
2846
|
+
readonly USE_CONFIGURED_OFFSET: "USE_CONFIGURED_OFFSET";
|
|
2847
|
+
readonly USE_EVENT_START_DATE: "USE_EVENT_START_DATE";
|
|
2848
|
+
};
|
|
2849
|
+
/**
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2852
|
+
export type SmoothGroupTimestampOffsetMode = (typeof SmoothGroupTimestampOffsetMode)[keyof typeof SmoothGroupTimestampOffsetMode];
|
|
2853
|
+
/**
|
|
2854
|
+
* @public
|
|
2855
|
+
* @enum
|
|
2856
|
+
*/
|
|
2857
|
+
export declare const RtmpAdMarkers: {
|
|
2858
|
+
readonly ON_CUE_POINT_SCTE35: "ON_CUE_POINT_SCTE35";
|
|
2859
|
+
};
|
|
2860
|
+
/**
|
|
2861
|
+
* @public
|
|
2862
|
+
*/
|
|
2863
|
+
export type RtmpAdMarkers = (typeof RtmpAdMarkers)[keyof typeof RtmpAdMarkers];
|
|
2864
|
+
/**
|
|
2865
|
+
* @public
|
|
2866
|
+
* @enum
|
|
2867
|
+
*/
|
|
2868
|
+
export declare const AuthenticationScheme: {
|
|
2869
|
+
readonly AKAMAI: "AKAMAI";
|
|
2870
|
+
readonly COMMON: "COMMON";
|
|
2871
|
+
};
|
|
2872
|
+
/**
|
|
2873
|
+
* @public
|
|
2874
|
+
*/
|
|
2875
|
+
export type AuthenticationScheme = (typeof AuthenticationScheme)[keyof typeof AuthenticationScheme];
|
|
2876
|
+
/**
|
|
2877
|
+
* @public
|
|
2878
|
+
* @enum
|
|
2879
|
+
*/
|
|
2880
|
+
export declare const RtmpCacheFullBehavior: {
|
|
2881
|
+
readonly DISCONNECT_IMMEDIATELY: "DISCONNECT_IMMEDIATELY";
|
|
2882
|
+
readonly WAIT_FOR_SERVER: "WAIT_FOR_SERVER";
|
|
2883
|
+
};
|
|
2884
|
+
/**
|
|
2885
|
+
* @public
|
|
2886
|
+
*/
|
|
2887
|
+
export type RtmpCacheFullBehavior = (typeof RtmpCacheFullBehavior)[keyof typeof RtmpCacheFullBehavior];
|
|
2888
|
+
/**
|
|
2889
|
+
* @public
|
|
2890
|
+
* @enum
|
|
2891
|
+
*/
|
|
2892
|
+
export declare const RtmpCaptionData: {
|
|
2893
|
+
readonly ALL: "ALL";
|
|
2894
|
+
readonly FIELD1_608: "FIELD1_608";
|
|
2895
|
+
readonly FIELD1_AND_FIELD2_608: "FIELD1_AND_FIELD2_608";
|
|
2896
|
+
};
|
|
2897
|
+
/**
|
|
2898
|
+
* @public
|
|
2899
|
+
*/
|
|
2900
|
+
export type RtmpCaptionData = (typeof RtmpCaptionData)[keyof typeof RtmpCaptionData];
|
|
2901
|
+
/**
|
|
2902
|
+
* @public
|
|
2903
|
+
* @enum
|
|
2904
|
+
*/
|
|
2905
|
+
export declare const IncludeFillerNalUnits: {
|
|
2906
|
+
readonly AUTO: "AUTO";
|
|
2907
|
+
readonly DROP: "DROP";
|
|
2908
|
+
readonly INCLUDE: "INCLUDE";
|
|
2909
|
+
};
|
|
2910
|
+
/**
|
|
2911
|
+
* @public
|
|
2912
|
+
*/
|
|
2913
|
+
export type IncludeFillerNalUnits = (typeof IncludeFillerNalUnits)[keyof typeof IncludeFillerNalUnits];
|
|
2914
|
+
/**
|
|
2915
|
+
* @public
|
|
2916
|
+
* @enum
|
|
2917
|
+
*/
|
|
2918
|
+
export declare const InputLossActionForRtmpOut: {
|
|
2919
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
2920
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
2921
|
+
};
|
|
2922
|
+
/**
|
|
2923
|
+
* @public
|
|
2924
|
+
*/
|
|
2925
|
+
export type InputLossActionForRtmpOut = (typeof InputLossActionForRtmpOut)[keyof typeof InputLossActionForRtmpOut];
|
|
2926
|
+
/**
|
|
2927
|
+
* @public
|
|
2928
|
+
* @enum
|
|
2929
|
+
*/
|
|
2930
|
+
export declare const InputLossActionForUdpOut: {
|
|
2931
|
+
readonly DROP_PROGRAM: "DROP_PROGRAM";
|
|
2932
|
+
readonly DROP_TS: "DROP_TS";
|
|
2933
|
+
readonly EMIT_PROGRAM: "EMIT_PROGRAM";
|
|
2934
|
+
};
|
|
2935
|
+
/**
|
|
2936
|
+
* @public
|
|
2937
|
+
*/
|
|
2938
|
+
export type InputLossActionForUdpOut = (typeof InputLossActionForUdpOut)[keyof typeof InputLossActionForUdpOut];
|
|
2939
|
+
/**
|
|
2940
|
+
* @public
|
|
2941
|
+
* @enum
|
|
2942
|
+
*/
|
|
2943
|
+
export declare const UdpTimedMetadataId3Frame: {
|
|
2944
|
+
readonly NONE: "NONE";
|
|
2945
|
+
readonly PRIV: "PRIV";
|
|
2946
|
+
readonly TDRL: "TDRL";
|
|
2947
|
+
};
|
|
2948
|
+
/**
|
|
2949
|
+
* @public
|
|
2950
|
+
*/
|
|
2951
|
+
export type UdpTimedMetadataId3Frame = (typeof UdpTimedMetadataId3Frame)[keyof typeof UdpTimedMetadataId3Frame];
|
|
2952
|
+
/**
|
|
2953
|
+
* @public
|
|
2954
|
+
* @enum
|
|
2955
|
+
*/
|
|
2956
|
+
export declare const PipelineId: {
|
|
2957
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
2958
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
2959
|
+
};
|
|
2960
|
+
/**
|
|
2961
|
+
* @public
|
|
2962
|
+
*/
|
|
2963
|
+
export type PipelineId = (typeof PipelineId)[keyof typeof PipelineId];
|
|
2964
|
+
/**
|
|
2965
|
+
* @public
|
|
2966
|
+
* @enum
|
|
2967
|
+
*/
|
|
2968
|
+
export declare const ReservationAutomaticRenewal: {
|
|
2969
|
+
readonly DISABLED: "DISABLED";
|
|
2970
|
+
readonly ENABLED: "ENABLED";
|
|
2971
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
2972
|
+
};
|
|
2973
|
+
/**
|
|
2974
|
+
* @public
|
|
2975
|
+
*/
|
|
2976
|
+
export type ReservationAutomaticRenewal = (typeof ReservationAutomaticRenewal)[keyof typeof ReservationAutomaticRenewal];
|
|
2977
|
+
/**
|
|
2978
|
+
* @public
|
|
2979
|
+
* @enum
|
|
2980
|
+
*/
|
|
2981
|
+
export declare const ReservationState: {
|
|
2982
|
+
readonly ACTIVE: "ACTIVE";
|
|
2983
|
+
readonly CANCELED: "CANCELED";
|
|
2984
|
+
readonly DELETED: "DELETED";
|
|
2985
|
+
readonly EXPIRED: "EXPIRED";
|
|
2986
|
+
};
|
|
2987
|
+
/**
|
|
2988
|
+
* @public
|
|
2989
|
+
*/
|
|
2990
|
+
export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
|
|
2991
|
+
/**
|
|
2992
|
+
* @public
|
|
2993
|
+
* @enum
|
|
2994
|
+
*/
|
|
2995
|
+
export declare const InputTimecodeSource: {
|
|
2996
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
2997
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
2998
|
+
};
|
|
2999
|
+
/**
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
3002
|
+
export type InputTimecodeSource = (typeof InputTimecodeSource)[keyof typeof InputTimecodeSource];
|
|
3003
|
+
/**
|
|
3004
|
+
* @public
|
|
3005
|
+
* @enum
|
|
3006
|
+
*/
|
|
3007
|
+
export declare const LastFrameClippingBehavior: {
|
|
3008
|
+
readonly EXCLUDE_LAST_FRAME: "EXCLUDE_LAST_FRAME";
|
|
3009
|
+
readonly INCLUDE_LAST_FRAME: "INCLUDE_LAST_FRAME";
|
|
3010
|
+
};
|
|
3011
|
+
/**
|
|
3012
|
+
* @public
|
|
3013
|
+
*/
|
|
3014
|
+
export type LastFrameClippingBehavior = (typeof LastFrameClippingBehavior)[keyof typeof LastFrameClippingBehavior];
|
|
3015
|
+
/**
|
|
3016
|
+
* @public
|
|
3017
|
+
* @enum
|
|
3018
|
+
*/
|
|
3019
|
+
export declare const Scte35InputMode: {
|
|
3020
|
+
readonly FIXED: "FIXED";
|
|
3021
|
+
readonly FOLLOW_ACTIVE: "FOLLOW_ACTIVE";
|
|
3022
|
+
};
|
|
3023
|
+
/**
|
|
3024
|
+
* @public
|
|
3025
|
+
*/
|
|
3026
|
+
export type Scte35InputMode = (typeof Scte35InputMode)[keyof typeof Scte35InputMode];
|
|
3027
|
+
/**
|
|
3028
|
+
* @public
|
|
3029
|
+
* @enum
|
|
3030
|
+
*/
|
|
3031
|
+
export declare const Scte35ArchiveAllowedFlag: {
|
|
3032
|
+
readonly ARCHIVE_ALLOWED: "ARCHIVE_ALLOWED";
|
|
3033
|
+
readonly ARCHIVE_NOT_ALLOWED: "ARCHIVE_NOT_ALLOWED";
|
|
3034
|
+
};
|
|
3035
|
+
/**
|
|
3036
|
+
* @public
|
|
3037
|
+
*/
|
|
3038
|
+
export type Scte35ArchiveAllowedFlag = (typeof Scte35ArchiveAllowedFlag)[keyof typeof Scte35ArchiveAllowedFlag];
|
|
3039
|
+
/**
|
|
3040
|
+
* @public
|
|
3041
|
+
* @enum
|
|
3042
|
+
*/
|
|
3043
|
+
export declare const Scte35DeviceRestrictions: {
|
|
3044
|
+
readonly NONE: "NONE";
|
|
3045
|
+
readonly RESTRICT_GROUP0: "RESTRICT_GROUP0";
|
|
3046
|
+
readonly RESTRICT_GROUP1: "RESTRICT_GROUP1";
|
|
3047
|
+
readonly RESTRICT_GROUP2: "RESTRICT_GROUP2";
|
|
3048
|
+
};
|
|
3049
|
+
/**
|
|
3050
|
+
* @public
|
|
3051
|
+
*/
|
|
3052
|
+
export type Scte35DeviceRestrictions = (typeof Scte35DeviceRestrictions)[keyof typeof Scte35DeviceRestrictions];
|
|
3053
|
+
/**
|
|
3054
|
+
* @public
|
|
3055
|
+
* @enum
|
|
3056
|
+
*/
|
|
3057
|
+
export declare const Scte35NoRegionalBlackoutFlag: {
|
|
3058
|
+
readonly NO_REGIONAL_BLACKOUT: "NO_REGIONAL_BLACKOUT";
|
|
3059
|
+
readonly REGIONAL_BLACKOUT: "REGIONAL_BLACKOUT";
|
|
3060
|
+
};
|
|
3061
|
+
/**
|
|
3062
|
+
* @public
|
|
3063
|
+
*/
|
|
3064
|
+
export type Scte35NoRegionalBlackoutFlag = (typeof Scte35NoRegionalBlackoutFlag)[keyof typeof Scte35NoRegionalBlackoutFlag];
|
|
3065
|
+
/**
|
|
3066
|
+
* @public
|
|
3067
|
+
* @enum
|
|
3068
|
+
*/
|
|
3069
|
+
export declare const Scte35WebDeliveryAllowedFlag: {
|
|
3070
|
+
readonly WEB_DELIVERY_ALLOWED: "WEB_DELIVERY_ALLOWED";
|
|
3071
|
+
readonly WEB_DELIVERY_NOT_ALLOWED: "WEB_DELIVERY_NOT_ALLOWED";
|
|
3072
|
+
};
|
|
3073
|
+
/**
|
|
3074
|
+
* @public
|
|
3075
|
+
*/
|
|
3076
|
+
export type Scte35WebDeliveryAllowedFlag = (typeof Scte35WebDeliveryAllowedFlag)[keyof typeof Scte35WebDeliveryAllowedFlag];
|
|
3077
|
+
/**
|
|
3078
|
+
* @public
|
|
3079
|
+
* @enum
|
|
3080
|
+
*/
|
|
3081
|
+
export declare const Scte35SegmentationCancelIndicator: {
|
|
3082
|
+
readonly SEGMENTATION_EVENT_CANCELED: "SEGMENTATION_EVENT_CANCELED";
|
|
3083
|
+
readonly SEGMENTATION_EVENT_NOT_CANCELED: "SEGMENTATION_EVENT_NOT_CANCELED";
|
|
3084
|
+
};
|
|
3085
|
+
/**
|
|
3086
|
+
* @public
|
|
3087
|
+
*/
|
|
3088
|
+
export type Scte35SegmentationCancelIndicator = (typeof Scte35SegmentationCancelIndicator)[keyof typeof Scte35SegmentationCancelIndicator];
|
|
3089
|
+
/**
|
|
3090
|
+
* @public
|
|
3091
|
+
* @enum
|
|
3092
|
+
*/
|
|
3093
|
+
export declare const FollowPoint: {
|
|
3094
|
+
readonly END: "END";
|
|
3095
|
+
readonly START: "START";
|
|
3096
|
+
};
|
|
3097
|
+
/**
|
|
3098
|
+
* @public
|
|
3099
|
+
*/
|
|
3100
|
+
export type FollowPoint = (typeof FollowPoint)[keyof typeof FollowPoint];
|
|
3101
|
+
/**
|
|
3102
|
+
* @public
|
|
3103
|
+
* @enum
|
|
3104
|
+
*/
|
|
3105
|
+
export declare const SdiSourceMode: {
|
|
3106
|
+
readonly INTERLEAVE: "INTERLEAVE";
|
|
3107
|
+
readonly QUADRANT: "QUADRANT";
|
|
3108
|
+
};
|
|
3109
|
+
/**
|
|
3110
|
+
* @public
|
|
3111
|
+
*/
|
|
3112
|
+
export type SdiSourceMode = (typeof SdiSourceMode)[keyof typeof SdiSourceMode];
|
|
3113
|
+
/**
|
|
3114
|
+
* @public
|
|
3115
|
+
* @enum
|
|
3116
|
+
*/
|
|
3117
|
+
export declare const SdiSourceState: {
|
|
3118
|
+
readonly DELETED: "DELETED";
|
|
3119
|
+
readonly IDLE: "IDLE";
|
|
3120
|
+
readonly IN_USE: "IN_USE";
|
|
3121
|
+
};
|
|
3122
|
+
/**
|
|
3123
|
+
* @public
|
|
3124
|
+
*/
|
|
3125
|
+
export type SdiSourceState = (typeof SdiSourceState)[keyof typeof SdiSourceState];
|
|
3126
|
+
/**
|
|
3127
|
+
* @public
|
|
3128
|
+
* @enum
|
|
3129
|
+
*/
|
|
3130
|
+
export declare const SdiSourceType: {
|
|
3131
|
+
readonly QUAD: "QUAD";
|
|
3132
|
+
readonly SINGLE: "SINGLE";
|
|
3133
|
+
};
|
|
3134
|
+
/**
|
|
3135
|
+
* @public
|
|
3136
|
+
*/
|
|
3137
|
+
export type SdiSourceType = (typeof SdiSourceType)[keyof typeof SdiSourceType];
|
|
3138
|
+
/**
|
|
3139
|
+
* @public
|
|
3140
|
+
* @enum
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const SignalMapMonitorDeploymentStatus: {
|
|
3143
|
+
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
3144
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
3145
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
3146
|
+
readonly DEPLOYMENT_COMPLETE: "DEPLOYMENT_COMPLETE";
|
|
3147
|
+
readonly DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED";
|
|
3148
|
+
readonly DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS";
|
|
3149
|
+
readonly DRY_RUN_DEPLOYMENT_COMPLETE: "DRY_RUN_DEPLOYMENT_COMPLETE";
|
|
3150
|
+
readonly DRY_RUN_DEPLOYMENT_FAILED: "DRY_RUN_DEPLOYMENT_FAILED";
|
|
3151
|
+
readonly DRY_RUN_DEPLOYMENT_IN_PROGRESS: "DRY_RUN_DEPLOYMENT_IN_PROGRESS";
|
|
3152
|
+
readonly NOT_DEPLOYED: "NOT_DEPLOYED";
|
|
3153
|
+
};
|
|
3154
|
+
/**
|
|
3155
|
+
* @public
|
|
3156
|
+
*/
|
|
3157
|
+
export type SignalMapMonitorDeploymentStatus = (typeof SignalMapMonitorDeploymentStatus)[keyof typeof SignalMapMonitorDeploymentStatus];
|
|
3158
|
+
/**
|
|
3159
|
+
* @public
|
|
3160
|
+
* @enum
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const SignalMapStatus: {
|
|
3163
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
3164
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
3165
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
3166
|
+
readonly NOT_READY: "NOT_READY";
|
|
3167
|
+
readonly READY: "READY";
|
|
3168
|
+
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
3169
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
3170
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
3171
|
+
readonly UPDATE_REVERTED: "UPDATE_REVERTED";
|
|
3172
|
+
};
|
|
3173
|
+
/**
|
|
3174
|
+
* @public
|
|
3175
|
+
*/
|
|
3176
|
+
export type SignalMapStatus = (typeof SignalMapStatus)[keyof typeof SignalMapStatus];
|
|
3177
|
+
/**
|
|
3178
|
+
* @public
|
|
3179
|
+
* @enum
|
|
3180
|
+
*/
|
|
3181
|
+
export declare const ThumbnailType: {
|
|
3182
|
+
readonly CURRENT_ACTIVE: "CURRENT_ACTIVE";
|
|
3183
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
3184
|
+
};
|
|
3185
|
+
/**
|
|
3186
|
+
* @public
|
|
3187
|
+
*/
|
|
3188
|
+
export type ThumbnailType = (typeof ThumbnailType)[keyof typeof ThumbnailType];
|
|
3189
|
+
/**
|
|
3190
|
+
* @public
|
|
3191
|
+
* @enum
|
|
3192
|
+
*/
|
|
3193
|
+
export declare const InputDeviceTransferType: {
|
|
3194
|
+
readonly INCOMING: "INCOMING";
|
|
3195
|
+
readonly OUTGOING: "OUTGOING";
|
|
3196
|
+
};
|
|
3197
|
+
/**
|
|
3198
|
+
* @public
|
|
3199
|
+
*/
|
|
3200
|
+
export type InputDeviceTransferType = (typeof InputDeviceTransferType)[keyof typeof InputDeviceTransferType];
|
|
3201
|
+
/**
|
|
3202
|
+
* @public
|
|
3203
|
+
* @enum
|
|
3204
|
+
*/
|
|
3205
|
+
export declare const AfdSignaling: {
|
|
3206
|
+
readonly AUTO: "AUTO";
|
|
3207
|
+
readonly FIXED: "FIXED";
|
|
3208
|
+
readonly NONE: "NONE";
|
|
3209
|
+
};
|
|
3210
|
+
/**
|
|
3211
|
+
* @public
|
|
3212
|
+
*/
|
|
3213
|
+
export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
|
|
3214
|
+
/**
|
|
3215
|
+
* @public
|
|
3216
|
+
* @enum
|
|
3217
|
+
*/
|
|
3218
|
+
export declare const FixedAfd: {
|
|
3219
|
+
readonly AFD_0000: "AFD_0000";
|
|
3220
|
+
readonly AFD_0010: "AFD_0010";
|
|
3221
|
+
readonly AFD_0011: "AFD_0011";
|
|
3222
|
+
readonly AFD_0100: "AFD_0100";
|
|
3223
|
+
readonly AFD_1000: "AFD_1000";
|
|
3224
|
+
readonly AFD_1001: "AFD_1001";
|
|
3225
|
+
readonly AFD_1010: "AFD_1010";
|
|
3226
|
+
readonly AFD_1011: "AFD_1011";
|
|
3227
|
+
readonly AFD_1101: "AFD_1101";
|
|
3228
|
+
readonly AFD_1110: "AFD_1110";
|
|
3229
|
+
readonly AFD_1111: "AFD_1111";
|
|
3230
|
+
};
|
|
3231
|
+
/**
|
|
3232
|
+
* @public
|
|
3233
|
+
*/
|
|
3234
|
+
export type FixedAfd = (typeof FixedAfd)[keyof typeof FixedAfd];
|
|
3235
|
+
/**
|
|
3236
|
+
* @public
|
|
3237
|
+
* @enum
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const Av1GopSizeUnits: {
|
|
3240
|
+
readonly FRAMES: "FRAMES";
|
|
3241
|
+
readonly SECONDS: "SECONDS";
|
|
3242
|
+
};
|
|
3243
|
+
/**
|
|
3244
|
+
* @public
|
|
3245
|
+
*/
|
|
3246
|
+
export type Av1GopSizeUnits = (typeof Av1GopSizeUnits)[keyof typeof Av1GopSizeUnits];
|
|
3247
|
+
/**
|
|
3248
|
+
* @public
|
|
3249
|
+
* @enum
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const Av1Level: {
|
|
3252
|
+
readonly AV1_LEVEL_2: "AV1_LEVEL_2";
|
|
3253
|
+
readonly AV1_LEVEL_2_1: "AV1_LEVEL_2_1";
|
|
3254
|
+
readonly AV1_LEVEL_3: "AV1_LEVEL_3";
|
|
3255
|
+
readonly AV1_LEVEL_3_1: "AV1_LEVEL_3_1";
|
|
3256
|
+
readonly AV1_LEVEL_4: "AV1_LEVEL_4";
|
|
3257
|
+
readonly AV1_LEVEL_4_1: "AV1_LEVEL_4_1";
|
|
3258
|
+
readonly AV1_LEVEL_5: "AV1_LEVEL_5";
|
|
3259
|
+
readonly AV1_LEVEL_5_1: "AV1_LEVEL_5_1";
|
|
3260
|
+
readonly AV1_LEVEL_5_2: "AV1_LEVEL_5_2";
|
|
3261
|
+
readonly AV1_LEVEL_5_3: "AV1_LEVEL_5_3";
|
|
3262
|
+
readonly AV1_LEVEL_6: "AV1_LEVEL_6";
|
|
3263
|
+
readonly AV1_LEVEL_6_1: "AV1_LEVEL_6_1";
|
|
3264
|
+
readonly AV1_LEVEL_6_2: "AV1_LEVEL_6_2";
|
|
3265
|
+
readonly AV1_LEVEL_6_3: "AV1_LEVEL_6_3";
|
|
3266
|
+
readonly AV1_LEVEL_AUTO: "AV1_LEVEL_AUTO";
|
|
3267
|
+
};
|
|
3268
|
+
/**
|
|
3269
|
+
* @public
|
|
3270
|
+
*/
|
|
3271
|
+
export type Av1Level = (typeof Av1Level)[keyof typeof Av1Level];
|
|
3272
|
+
/**
|
|
3273
|
+
* @public
|
|
3274
|
+
* @enum
|
|
3275
|
+
*/
|
|
3276
|
+
export declare const Av1LookAheadRateControl: {
|
|
3277
|
+
readonly HIGH: "HIGH";
|
|
3278
|
+
readonly LOW: "LOW";
|
|
3279
|
+
readonly MEDIUM: "MEDIUM";
|
|
3280
|
+
};
|
|
3281
|
+
/**
|
|
3282
|
+
* @public
|
|
3283
|
+
*/
|
|
3284
|
+
export type Av1LookAheadRateControl = (typeof Av1LookAheadRateControl)[keyof typeof Av1LookAheadRateControl];
|
|
3285
|
+
/**
|
|
3286
|
+
* @public
|
|
3287
|
+
* @enum
|
|
3288
|
+
*/
|
|
3289
|
+
export declare const Av1RateControlMode: {
|
|
3290
|
+
readonly CBR: "CBR";
|
|
3291
|
+
readonly QVBR: "QVBR";
|
|
3292
|
+
};
|
|
3293
|
+
/**
|
|
3294
|
+
* @public
|
|
3295
|
+
*/
|
|
3296
|
+
export type Av1RateControlMode = (typeof Av1RateControlMode)[keyof typeof Av1RateControlMode];
|
|
3297
|
+
/**
|
|
3298
|
+
* @public
|
|
3299
|
+
* @enum
|
|
3300
|
+
*/
|
|
3301
|
+
export declare const Av1SceneChangeDetect: {
|
|
3302
|
+
readonly DISABLED: "DISABLED";
|
|
3303
|
+
readonly ENABLED: "ENABLED";
|
|
3304
|
+
};
|
|
3305
|
+
/**
|
|
3306
|
+
* @public
|
|
3307
|
+
*/
|
|
3308
|
+
export type Av1SceneChangeDetect = (typeof Av1SceneChangeDetect)[keyof typeof Av1SceneChangeDetect];
|
|
3309
|
+
/**
|
|
3310
|
+
* @public
|
|
3311
|
+
* @enum
|
|
3312
|
+
*/
|
|
3313
|
+
export declare const Av1SpatialAq: {
|
|
3314
|
+
readonly DISABLED: "DISABLED";
|
|
3315
|
+
readonly ENABLED: "ENABLED";
|
|
3316
|
+
};
|
|
3317
|
+
/**
|
|
3318
|
+
* @public
|
|
3319
|
+
*/
|
|
3320
|
+
export type Av1SpatialAq = (typeof Av1SpatialAq)[keyof typeof Av1SpatialAq];
|
|
3321
|
+
/**
|
|
3322
|
+
* @public
|
|
3323
|
+
* @enum
|
|
3324
|
+
*/
|
|
3325
|
+
export declare const Av1TemporalAq: {
|
|
3326
|
+
readonly DISABLED: "DISABLED";
|
|
3327
|
+
readonly ENABLED: "ENABLED";
|
|
3328
|
+
};
|
|
3329
|
+
/**
|
|
3330
|
+
* @public
|
|
3331
|
+
*/
|
|
3332
|
+
export type Av1TemporalAq = (typeof Av1TemporalAq)[keyof typeof Av1TemporalAq];
|
|
3333
|
+
/**
|
|
3334
|
+
* @public
|
|
3335
|
+
* @enum
|
|
3336
|
+
*/
|
|
3337
|
+
export declare const TimecodeBurninFontSize: {
|
|
3338
|
+
readonly EXTRA_SMALL_10: "EXTRA_SMALL_10";
|
|
3339
|
+
readonly LARGE_48: "LARGE_48";
|
|
3340
|
+
readonly MEDIUM_32: "MEDIUM_32";
|
|
3341
|
+
readonly SMALL_16: "SMALL_16";
|
|
3342
|
+
};
|
|
3343
|
+
/**
|
|
3344
|
+
* @public
|
|
3345
|
+
*/
|
|
3346
|
+
export type TimecodeBurninFontSize = (typeof TimecodeBurninFontSize)[keyof typeof TimecodeBurninFontSize];
|
|
3347
|
+
/**
|
|
3348
|
+
* @public
|
|
3349
|
+
* @enum
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const TimecodeBurninPosition: {
|
|
3352
|
+
readonly BOTTOM_CENTER: "BOTTOM_CENTER";
|
|
3353
|
+
readonly BOTTOM_LEFT: "BOTTOM_LEFT";
|
|
3354
|
+
readonly BOTTOM_RIGHT: "BOTTOM_RIGHT";
|
|
3355
|
+
readonly MIDDLE_CENTER: "MIDDLE_CENTER";
|
|
3356
|
+
readonly MIDDLE_LEFT: "MIDDLE_LEFT";
|
|
3357
|
+
readonly MIDDLE_RIGHT: "MIDDLE_RIGHT";
|
|
3358
|
+
readonly TOP_CENTER: "TOP_CENTER";
|
|
3359
|
+
readonly TOP_LEFT: "TOP_LEFT";
|
|
3360
|
+
readonly TOP_RIGHT: "TOP_RIGHT";
|
|
3361
|
+
};
|
|
3362
|
+
/**
|
|
3363
|
+
* @public
|
|
3364
|
+
*/
|
|
3365
|
+
export type TimecodeBurninPosition = (typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
3366
|
+
/**
|
|
3367
|
+
* @public
|
|
3368
|
+
* @enum
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const FrameCaptureIntervalUnit: {
|
|
3371
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
3372
|
+
readonly SECONDS: "SECONDS";
|
|
3373
|
+
};
|
|
3374
|
+
/**
|
|
3375
|
+
* @public
|
|
3376
|
+
*/
|
|
3377
|
+
export type FrameCaptureIntervalUnit = (typeof FrameCaptureIntervalUnit)[keyof typeof FrameCaptureIntervalUnit];
|
|
3378
|
+
/**
|
|
3379
|
+
* @public
|
|
3380
|
+
* @enum
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const H264AdaptiveQuantization: {
|
|
3383
|
+
readonly AUTO: "AUTO";
|
|
3384
|
+
readonly HIGH: "HIGH";
|
|
3385
|
+
readonly HIGHER: "HIGHER";
|
|
3386
|
+
readonly LOW: "LOW";
|
|
3387
|
+
readonly MAX: "MAX";
|
|
3388
|
+
readonly MEDIUM: "MEDIUM";
|
|
3389
|
+
readonly OFF: "OFF";
|
|
3390
|
+
};
|
|
3391
|
+
/**
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
export type H264AdaptiveQuantization = (typeof H264AdaptiveQuantization)[keyof typeof H264AdaptiveQuantization];
|
|
3395
|
+
/**
|
|
3396
|
+
* @public
|
|
3397
|
+
* @enum
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const H264ColorMetadata: {
|
|
3400
|
+
readonly IGNORE: "IGNORE";
|
|
3401
|
+
readonly INSERT: "INSERT";
|
|
3402
|
+
};
|
|
3403
|
+
/**
|
|
3404
|
+
* @public
|
|
3405
|
+
*/
|
|
3406
|
+
export type H264ColorMetadata = (typeof H264ColorMetadata)[keyof typeof H264ColorMetadata];
|
|
3407
|
+
/**
|
|
3408
|
+
* @public
|
|
3409
|
+
* @enum
|
|
3410
|
+
*/
|
|
3411
|
+
export declare const H264EntropyEncoding: {
|
|
3412
|
+
readonly CABAC: "CABAC";
|
|
3413
|
+
readonly CAVLC: "CAVLC";
|
|
3414
|
+
};
|
|
3415
|
+
/**
|
|
3416
|
+
* @public
|
|
3417
|
+
*/
|
|
3418
|
+
export type H264EntropyEncoding = (typeof H264EntropyEncoding)[keyof typeof H264EntropyEncoding];
|
|
3419
|
+
/**
|
|
3420
|
+
* @public
|
|
3421
|
+
* @enum
|
|
3422
|
+
*/
|
|
3423
|
+
export declare const BandwidthReductionPostFilterSharpening: {
|
|
3424
|
+
readonly DISABLED: "DISABLED";
|
|
3425
|
+
readonly SHARPENING_1: "SHARPENING_1";
|
|
3426
|
+
readonly SHARPENING_2: "SHARPENING_2";
|
|
3427
|
+
readonly SHARPENING_3: "SHARPENING_3";
|
|
3428
|
+
};
|
|
3429
|
+
/**
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
export type BandwidthReductionPostFilterSharpening = (typeof BandwidthReductionPostFilterSharpening)[keyof typeof BandwidthReductionPostFilterSharpening];
|
|
3433
|
+
/**
|
|
3434
|
+
* @public
|
|
3435
|
+
* @enum
|
|
3436
|
+
*/
|
|
3437
|
+
export declare const BandwidthReductionFilterStrength: {
|
|
3438
|
+
readonly AUTO: "AUTO";
|
|
3439
|
+
readonly STRENGTH_1: "STRENGTH_1";
|
|
3440
|
+
readonly STRENGTH_2: "STRENGTH_2";
|
|
3441
|
+
readonly STRENGTH_3: "STRENGTH_3";
|
|
3442
|
+
readonly STRENGTH_4: "STRENGTH_4";
|
|
3443
|
+
};
|
|
3444
|
+
/**
|
|
3445
|
+
* @public
|
|
3446
|
+
*/
|
|
3447
|
+
export type BandwidthReductionFilterStrength = (typeof BandwidthReductionFilterStrength)[keyof typeof BandwidthReductionFilterStrength];
|
|
3448
|
+
/**
|
|
3449
|
+
* @public
|
|
3450
|
+
* @enum
|
|
3451
|
+
*/
|
|
3452
|
+
export declare const TemporalFilterPostFilterSharpening: {
|
|
3453
|
+
readonly AUTO: "AUTO";
|
|
3454
|
+
readonly DISABLED: "DISABLED";
|
|
3455
|
+
readonly ENABLED: "ENABLED";
|
|
3456
|
+
};
|
|
3457
|
+
/**
|
|
3458
|
+
* @public
|
|
3459
|
+
*/
|
|
3460
|
+
export type TemporalFilterPostFilterSharpening = (typeof TemporalFilterPostFilterSharpening)[keyof typeof TemporalFilterPostFilterSharpening];
|
|
3461
|
+
/**
|
|
3462
|
+
* @public
|
|
3463
|
+
* @enum
|
|
3464
|
+
*/
|
|
3465
|
+
export declare const TemporalFilterStrength: {
|
|
3466
|
+
readonly AUTO: "AUTO";
|
|
3467
|
+
readonly STRENGTH_1: "STRENGTH_1";
|
|
3468
|
+
readonly STRENGTH_10: "STRENGTH_10";
|
|
3469
|
+
readonly STRENGTH_11: "STRENGTH_11";
|
|
3470
|
+
readonly STRENGTH_12: "STRENGTH_12";
|
|
3471
|
+
readonly STRENGTH_13: "STRENGTH_13";
|
|
3472
|
+
readonly STRENGTH_14: "STRENGTH_14";
|
|
3473
|
+
readonly STRENGTH_15: "STRENGTH_15";
|
|
3474
|
+
readonly STRENGTH_16: "STRENGTH_16";
|
|
3475
|
+
readonly STRENGTH_2: "STRENGTH_2";
|
|
3476
|
+
readonly STRENGTH_3: "STRENGTH_3";
|
|
3477
|
+
readonly STRENGTH_4: "STRENGTH_4";
|
|
3478
|
+
readonly STRENGTH_5: "STRENGTH_5";
|
|
3479
|
+
readonly STRENGTH_6: "STRENGTH_6";
|
|
3480
|
+
readonly STRENGTH_7: "STRENGTH_7";
|
|
3481
|
+
readonly STRENGTH_8: "STRENGTH_8";
|
|
3482
|
+
readonly STRENGTH_9: "STRENGTH_9";
|
|
3483
|
+
};
|
|
3484
|
+
/**
|
|
3485
|
+
* @public
|
|
3486
|
+
*/
|
|
3487
|
+
export type TemporalFilterStrength = (typeof TemporalFilterStrength)[keyof typeof TemporalFilterStrength];
|
|
3488
|
+
/**
|
|
3489
|
+
* @public
|
|
3490
|
+
* @enum
|
|
3491
|
+
*/
|
|
3492
|
+
export declare const H264FlickerAq: {
|
|
3493
|
+
readonly DISABLED: "DISABLED";
|
|
3494
|
+
readonly ENABLED: "ENABLED";
|
|
3495
|
+
};
|
|
3496
|
+
/**
|
|
3497
|
+
* @public
|
|
3498
|
+
*/
|
|
3499
|
+
export type H264FlickerAq = (typeof H264FlickerAq)[keyof typeof H264FlickerAq];
|
|
3500
|
+
/**
|
|
3501
|
+
* @public
|
|
3502
|
+
* @enum
|
|
3503
|
+
*/
|
|
3504
|
+
export declare const H264ForceFieldPictures: {
|
|
3505
|
+
readonly DISABLED: "DISABLED";
|
|
3506
|
+
readonly ENABLED: "ENABLED";
|
|
3507
|
+
};
|
|
3508
|
+
/**
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
export type H264ForceFieldPictures = (typeof H264ForceFieldPictures)[keyof typeof H264ForceFieldPictures];
|
|
3512
|
+
/**
|
|
3513
|
+
* @public
|
|
3514
|
+
* @enum
|
|
3515
|
+
*/
|
|
3516
|
+
export declare const H264FramerateControl: {
|
|
3517
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
3518
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
3519
|
+
};
|
|
3520
|
+
/**
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
3523
|
+
export type H264FramerateControl = (typeof H264FramerateControl)[keyof typeof H264FramerateControl];
|
|
3524
|
+
/**
|
|
3525
|
+
* @public
|
|
3526
|
+
* @enum
|
|
3527
|
+
*/
|
|
3528
|
+
export declare const H264GopBReference: {
|
|
3529
|
+
readonly DISABLED: "DISABLED";
|
|
3530
|
+
readonly ENABLED: "ENABLED";
|
|
3531
|
+
};
|
|
3532
|
+
/**
|
|
3533
|
+
* @public
|
|
3534
|
+
*/
|
|
3535
|
+
export type H264GopBReference = (typeof H264GopBReference)[keyof typeof H264GopBReference];
|
|
3536
|
+
/**
|
|
3537
|
+
* @public
|
|
3538
|
+
* @enum
|
|
3539
|
+
*/
|
|
3540
|
+
export declare const H264GopSizeUnits: {
|
|
3541
|
+
readonly FRAMES: "FRAMES";
|
|
3542
|
+
readonly SECONDS: "SECONDS";
|
|
3543
|
+
};
|
|
3544
|
+
/**
|
|
3545
|
+
* @public
|
|
3546
|
+
*/
|
|
3547
|
+
export type H264GopSizeUnits = (typeof H264GopSizeUnits)[keyof typeof H264GopSizeUnits];
|
|
3548
|
+
/**
|
|
3549
|
+
* @public
|
|
3550
|
+
* @enum
|
|
3551
|
+
*/
|
|
3552
|
+
export declare const H264Level: {
|
|
3553
|
+
readonly H264_LEVEL_1: "H264_LEVEL_1";
|
|
3554
|
+
readonly H264_LEVEL_1_1: "H264_LEVEL_1_1";
|
|
3555
|
+
readonly H264_LEVEL_1_2: "H264_LEVEL_1_2";
|
|
3556
|
+
readonly H264_LEVEL_1_3: "H264_LEVEL_1_3";
|
|
3557
|
+
readonly H264_LEVEL_2: "H264_LEVEL_2";
|
|
3558
|
+
readonly H264_LEVEL_2_1: "H264_LEVEL_2_1";
|
|
3559
|
+
readonly H264_LEVEL_2_2: "H264_LEVEL_2_2";
|
|
3560
|
+
readonly H264_LEVEL_3: "H264_LEVEL_3";
|
|
3561
|
+
readonly H264_LEVEL_3_1: "H264_LEVEL_3_1";
|
|
3562
|
+
readonly H264_LEVEL_3_2: "H264_LEVEL_3_2";
|
|
3563
|
+
readonly H264_LEVEL_4: "H264_LEVEL_4";
|
|
3564
|
+
readonly H264_LEVEL_4_1: "H264_LEVEL_4_1";
|
|
3565
|
+
readonly H264_LEVEL_4_2: "H264_LEVEL_4_2";
|
|
3566
|
+
readonly H264_LEVEL_5: "H264_LEVEL_5";
|
|
3567
|
+
readonly H264_LEVEL_5_1: "H264_LEVEL_5_1";
|
|
3568
|
+
readonly H264_LEVEL_5_2: "H264_LEVEL_5_2";
|
|
3569
|
+
readonly H264_LEVEL_AUTO: "H264_LEVEL_AUTO";
|
|
3570
|
+
};
|
|
3571
|
+
/**
|
|
3572
|
+
* @public
|
|
3573
|
+
*/
|
|
3574
|
+
export type H264Level = (typeof H264Level)[keyof typeof H264Level];
|
|
3575
|
+
/**
|
|
3576
|
+
* @public
|
|
3577
|
+
* @enum
|
|
3578
|
+
*/
|
|
3579
|
+
export declare const H264LookAheadRateControl: {
|
|
3580
|
+
readonly HIGH: "HIGH";
|
|
3581
|
+
readonly LOW: "LOW";
|
|
3582
|
+
readonly MEDIUM: "MEDIUM";
|
|
3583
|
+
};
|
|
3584
|
+
/**
|
|
3585
|
+
* @public
|
|
3586
|
+
*/
|
|
3587
|
+
export type H264LookAheadRateControl = (typeof H264LookAheadRateControl)[keyof typeof H264LookAheadRateControl];
|
|
3588
|
+
/**
|
|
3589
|
+
* @public
|
|
3590
|
+
* @enum
|
|
3591
|
+
*/
|
|
3592
|
+
export declare const H264ParControl: {
|
|
3593
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
3594
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
3595
|
+
};
|
|
3596
|
+
/**
|
|
3597
|
+
* @public
|
|
3598
|
+
*/
|
|
3599
|
+
export type H264ParControl = (typeof H264ParControl)[keyof typeof H264ParControl];
|
|
3600
|
+
/**
|
|
3601
|
+
* @public
|
|
3602
|
+
* @enum
|
|
3603
|
+
*/
|
|
3604
|
+
export declare const H264Profile: {
|
|
3605
|
+
readonly BASELINE: "BASELINE";
|
|
3606
|
+
readonly HIGH: "HIGH";
|
|
3607
|
+
readonly HIGH_10BIT: "HIGH_10BIT";
|
|
3608
|
+
readonly HIGH_422: "HIGH_422";
|
|
3609
|
+
readonly HIGH_422_10BIT: "HIGH_422_10BIT";
|
|
3610
|
+
readonly MAIN: "MAIN";
|
|
3611
|
+
};
|
|
3612
|
+
/**
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3615
|
+
export type H264Profile = (typeof H264Profile)[keyof typeof H264Profile];
|
|
3616
|
+
/**
|
|
3617
|
+
* @public
|
|
3618
|
+
* @enum
|
|
3619
|
+
*/
|
|
3620
|
+
export declare const H264QualityLevel: {
|
|
3621
|
+
readonly ENHANCED_QUALITY: "ENHANCED_QUALITY";
|
|
3622
|
+
readonly STANDARD_QUALITY: "STANDARD_QUALITY";
|
|
3623
|
+
};
|
|
3624
|
+
/**
|
|
3625
|
+
* @public
|
|
3626
|
+
*/
|
|
3627
|
+
export type H264QualityLevel = (typeof H264QualityLevel)[keyof typeof H264QualityLevel];
|
|
3628
|
+
/**
|
|
3629
|
+
* @public
|
|
3630
|
+
* @enum
|
|
3631
|
+
*/
|
|
3632
|
+
export declare const H264RateControlMode: {
|
|
3633
|
+
readonly CBR: "CBR";
|
|
3634
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
3635
|
+
readonly QVBR: "QVBR";
|
|
3636
|
+
readonly VBR: "VBR";
|
|
3637
|
+
};
|
|
3638
|
+
/**
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
3641
|
+
export type H264RateControlMode = (typeof H264RateControlMode)[keyof typeof H264RateControlMode];
|
|
3642
|
+
/**
|
|
3643
|
+
* @public
|
|
3644
|
+
* @enum
|
|
3645
|
+
*/
|
|
3646
|
+
export declare const H264ScanType: {
|
|
3647
|
+
readonly INTERLACED: "INTERLACED";
|
|
3648
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
3649
|
+
};
|
|
3650
|
+
/**
|
|
3651
|
+
* @public
|
|
3652
|
+
*/
|
|
3653
|
+
export type H264ScanType = (typeof H264ScanType)[keyof typeof H264ScanType];
|
|
3654
|
+
/**
|
|
3655
|
+
* @public
|
|
3656
|
+
* @enum
|
|
3657
|
+
*/
|
|
3658
|
+
export declare const H264SceneChangeDetect: {
|
|
3659
|
+
readonly DISABLED: "DISABLED";
|
|
3660
|
+
readonly ENABLED: "ENABLED";
|
|
3661
|
+
};
|
|
3662
|
+
/**
|
|
3663
|
+
* @public
|
|
3664
|
+
*/
|
|
3665
|
+
export type H264SceneChangeDetect = (typeof H264SceneChangeDetect)[keyof typeof H264SceneChangeDetect];
|
|
3666
|
+
/**
|
|
3667
|
+
* @public
|
|
3668
|
+
* @enum
|
|
3669
|
+
*/
|
|
3670
|
+
export declare const H264SpatialAq: {
|
|
3671
|
+
readonly DISABLED: "DISABLED";
|
|
3672
|
+
readonly ENABLED: "ENABLED";
|
|
3673
|
+
};
|
|
3674
|
+
/**
|
|
3675
|
+
* @public
|
|
3676
|
+
*/
|
|
3677
|
+
export type H264SpatialAq = (typeof H264SpatialAq)[keyof typeof H264SpatialAq];
|
|
3678
|
+
/**
|
|
3679
|
+
* @public
|
|
3680
|
+
* @enum
|
|
3681
|
+
*/
|
|
3682
|
+
export declare const H264SubGopLength: {
|
|
3683
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
3684
|
+
readonly FIXED: "FIXED";
|
|
3685
|
+
};
|
|
3686
|
+
/**
|
|
3687
|
+
* @public
|
|
3688
|
+
*/
|
|
3689
|
+
export type H264SubGopLength = (typeof H264SubGopLength)[keyof typeof H264SubGopLength];
|
|
3690
|
+
/**
|
|
3691
|
+
* @public
|
|
3692
|
+
* @enum
|
|
3693
|
+
*/
|
|
3694
|
+
export declare const H264Syntax: {
|
|
3695
|
+
readonly DEFAULT: "DEFAULT";
|
|
3696
|
+
readonly RP2027: "RP2027";
|
|
3697
|
+
};
|
|
3698
|
+
/**
|
|
3699
|
+
* @public
|
|
3700
|
+
*/
|
|
3701
|
+
export type H264Syntax = (typeof H264Syntax)[keyof typeof H264Syntax];
|
|
3702
|
+
/**
|
|
3703
|
+
* @public
|
|
3704
|
+
* @enum
|
|
3705
|
+
*/
|
|
3706
|
+
export declare const H264TemporalAq: {
|
|
3707
|
+
readonly DISABLED: "DISABLED";
|
|
3708
|
+
readonly ENABLED: "ENABLED";
|
|
3709
|
+
};
|
|
3710
|
+
/**
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3713
|
+
export type H264TemporalAq = (typeof H264TemporalAq)[keyof typeof H264TemporalAq];
|
|
3714
|
+
/**
|
|
3715
|
+
* @public
|
|
3716
|
+
* @enum
|
|
3717
|
+
*/
|
|
3718
|
+
export declare const H264TimecodeInsertionBehavior: {
|
|
3719
|
+
readonly DISABLED: "DISABLED";
|
|
3720
|
+
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
3721
|
+
};
|
|
3722
|
+
/**
|
|
3723
|
+
* @public
|
|
3724
|
+
*/
|
|
3725
|
+
export type H264TimecodeInsertionBehavior = (typeof H264TimecodeInsertionBehavior)[keyof typeof H264TimecodeInsertionBehavior];
|
|
3726
|
+
/**
|
|
3727
|
+
* @public
|
|
3728
|
+
* @enum
|
|
3729
|
+
*/
|
|
3730
|
+
export declare const H265AdaptiveQuantization: {
|
|
3731
|
+
readonly AUTO: "AUTO";
|
|
3732
|
+
readonly HIGH: "HIGH";
|
|
3733
|
+
readonly HIGHER: "HIGHER";
|
|
3734
|
+
readonly LOW: "LOW";
|
|
3735
|
+
readonly MAX: "MAX";
|
|
3736
|
+
readonly MEDIUM: "MEDIUM";
|
|
3737
|
+
readonly OFF: "OFF";
|
|
3738
|
+
};
|
|
3739
|
+
/**
|
|
3740
|
+
* @public
|
|
3741
|
+
*/
|
|
3742
|
+
export type H265AdaptiveQuantization = (typeof H265AdaptiveQuantization)[keyof typeof H265AdaptiveQuantization];
|
|
3743
|
+
/**
|
|
3744
|
+
* @public
|
|
3745
|
+
* @enum
|
|
3746
|
+
*/
|
|
3747
|
+
export declare const H265AlternativeTransferFunction: {
|
|
3748
|
+
readonly INSERT: "INSERT";
|
|
3749
|
+
readonly OMIT: "OMIT";
|
|
3750
|
+
};
|
|
3751
|
+
/**
|
|
3752
|
+
* @public
|
|
3753
|
+
*/
|
|
3754
|
+
export type H265AlternativeTransferFunction = (typeof H265AlternativeTransferFunction)[keyof typeof H265AlternativeTransferFunction];
|
|
3755
|
+
/**
|
|
3756
|
+
* @public
|
|
3757
|
+
* @enum
|
|
3758
|
+
*/
|
|
3759
|
+
export declare const H265ColorMetadata: {
|
|
3760
|
+
readonly IGNORE: "IGNORE";
|
|
3761
|
+
readonly INSERT: "INSERT";
|
|
3762
|
+
};
|
|
3763
|
+
/**
|
|
3764
|
+
* @public
|
|
3765
|
+
*/
|
|
3766
|
+
export type H265ColorMetadata = (typeof H265ColorMetadata)[keyof typeof H265ColorMetadata];
|
|
3767
|
+
/**
|
|
3768
|
+
* @public
|
|
3769
|
+
* @enum
|
|
3770
|
+
*/
|
|
3771
|
+
export declare const H265Deblocking: {
|
|
3772
|
+
readonly DISABLED: "DISABLED";
|
|
3773
|
+
readonly ENABLED: "ENABLED";
|
|
3774
|
+
};
|
|
3775
|
+
/**
|
|
3776
|
+
* @public
|
|
3777
|
+
*/
|
|
3778
|
+
export type H265Deblocking = (typeof H265Deblocking)[keyof typeof H265Deblocking];
|
|
3779
|
+
/**
|
|
3780
|
+
* @public
|
|
3781
|
+
* @enum
|
|
3782
|
+
*/
|
|
3783
|
+
export declare const H265FlickerAq: {
|
|
3784
|
+
readonly DISABLED: "DISABLED";
|
|
3785
|
+
readonly ENABLED: "ENABLED";
|
|
3786
|
+
};
|
|
3787
|
+
/**
|
|
3788
|
+
* @public
|
|
3789
|
+
*/
|
|
3790
|
+
export type H265FlickerAq = (typeof H265FlickerAq)[keyof typeof H265FlickerAq];
|
|
3791
|
+
/**
|
|
3792
|
+
* @public
|
|
3793
|
+
* @enum
|
|
3794
|
+
*/
|
|
3795
|
+
export declare const H265GopBReference: {
|
|
3796
|
+
readonly DISABLED: "DISABLED";
|
|
3797
|
+
readonly ENABLED: "ENABLED";
|
|
3798
|
+
};
|
|
3799
|
+
/**
|
|
3800
|
+
* @public
|
|
3801
|
+
*/
|
|
3802
|
+
export type H265GopBReference = (typeof H265GopBReference)[keyof typeof H265GopBReference];
|
|
3803
|
+
/**
|
|
3804
|
+
* @public
|
|
3805
|
+
* @enum
|
|
3806
|
+
*/
|
|
3807
|
+
export declare const H265GopSizeUnits: {
|
|
3808
|
+
readonly FRAMES: "FRAMES";
|
|
3809
|
+
readonly SECONDS: "SECONDS";
|
|
3810
|
+
};
|
|
3811
|
+
/**
|
|
3812
|
+
* @public
|
|
3813
|
+
*/
|
|
3814
|
+
export type H265GopSizeUnits = (typeof H265GopSizeUnits)[keyof typeof H265GopSizeUnits];
|
|
3815
|
+
/**
|
|
3816
|
+
* @public
|
|
3817
|
+
* @enum
|
|
3818
|
+
*/
|
|
3819
|
+
export declare const H265Level: {
|
|
3820
|
+
readonly H265_LEVEL_1: "H265_LEVEL_1";
|
|
3821
|
+
readonly H265_LEVEL_2: "H265_LEVEL_2";
|
|
3822
|
+
readonly H265_LEVEL_2_1: "H265_LEVEL_2_1";
|
|
3823
|
+
readonly H265_LEVEL_3: "H265_LEVEL_3";
|
|
3824
|
+
readonly H265_LEVEL_3_1: "H265_LEVEL_3_1";
|
|
3825
|
+
readonly H265_LEVEL_4: "H265_LEVEL_4";
|
|
3826
|
+
readonly H265_LEVEL_4_1: "H265_LEVEL_4_1";
|
|
3827
|
+
readonly H265_LEVEL_5: "H265_LEVEL_5";
|
|
3828
|
+
readonly H265_LEVEL_5_1: "H265_LEVEL_5_1";
|
|
3829
|
+
readonly H265_LEVEL_5_2: "H265_LEVEL_5_2";
|
|
3830
|
+
readonly H265_LEVEL_6: "H265_LEVEL_6";
|
|
3831
|
+
readonly H265_LEVEL_6_1: "H265_LEVEL_6_1";
|
|
3832
|
+
readonly H265_LEVEL_6_2: "H265_LEVEL_6_2";
|
|
3833
|
+
readonly H265_LEVEL_AUTO: "H265_LEVEL_AUTO";
|
|
3834
|
+
};
|
|
3835
|
+
/**
|
|
3836
|
+
* @public
|
|
3837
|
+
*/
|
|
3838
|
+
export type H265Level = (typeof H265Level)[keyof typeof H265Level];
|
|
3839
|
+
/**
|
|
3840
|
+
* @public
|
|
3841
|
+
* @enum
|
|
3842
|
+
*/
|
|
3843
|
+
export declare const H265LookAheadRateControl: {
|
|
3844
|
+
readonly HIGH: "HIGH";
|
|
3845
|
+
readonly LOW: "LOW";
|
|
3846
|
+
readonly MEDIUM: "MEDIUM";
|
|
3847
|
+
};
|
|
3848
|
+
/**
|
|
3849
|
+
* @public
|
|
3850
|
+
*/
|
|
3851
|
+
export type H265LookAheadRateControl = (typeof H265LookAheadRateControl)[keyof typeof H265LookAheadRateControl];
|
|
3852
|
+
/**
|
|
3853
|
+
* @public
|
|
3854
|
+
* @enum
|
|
3855
|
+
*/
|
|
3856
|
+
export declare const H265MvOverPictureBoundaries: {
|
|
3857
|
+
readonly DISABLED: "DISABLED";
|
|
3858
|
+
readonly ENABLED: "ENABLED";
|
|
3859
|
+
};
|
|
3860
|
+
/**
|
|
3861
|
+
* @public
|
|
3862
|
+
*/
|
|
3863
|
+
export type H265MvOverPictureBoundaries = (typeof H265MvOverPictureBoundaries)[keyof typeof H265MvOverPictureBoundaries];
|
|
3864
|
+
/**
|
|
3865
|
+
* @public
|
|
3866
|
+
* @enum
|
|
3867
|
+
*/
|
|
3868
|
+
export declare const H265MvTemporalPredictor: {
|
|
3869
|
+
readonly DISABLED: "DISABLED";
|
|
3870
|
+
readonly ENABLED: "ENABLED";
|
|
3871
|
+
};
|
|
3872
|
+
/**
|
|
3873
|
+
* @public
|
|
3874
|
+
*/
|
|
3875
|
+
export type H265MvTemporalPredictor = (typeof H265MvTemporalPredictor)[keyof typeof H265MvTemporalPredictor];
|
|
3876
|
+
/**
|
|
3877
|
+
* @public
|
|
3878
|
+
* @enum
|
|
3879
|
+
*/
|
|
3880
|
+
export declare const H265Profile: {
|
|
3881
|
+
readonly MAIN: "MAIN";
|
|
3882
|
+
readonly MAIN_10BIT: "MAIN_10BIT";
|
|
3883
|
+
};
|
|
3884
|
+
/**
|
|
3885
|
+
* @public
|
|
3886
|
+
*/
|
|
3887
|
+
export type H265Profile = (typeof H265Profile)[keyof typeof H265Profile];
|
|
3888
|
+
/**
|
|
3889
|
+
* @public
|
|
3890
|
+
* @enum
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const H265RateControlMode: {
|
|
3893
|
+
readonly CBR: "CBR";
|
|
3894
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
3895
|
+
readonly QVBR: "QVBR";
|
|
3896
|
+
};
|
|
3897
|
+
/**
|
|
3898
|
+
* @public
|
|
3899
|
+
*/
|
|
3900
|
+
export type H265RateControlMode = (typeof H265RateControlMode)[keyof typeof H265RateControlMode];
|
|
3901
|
+
/**
|
|
3902
|
+
* @public
|
|
3903
|
+
* @enum
|
|
3904
|
+
*/
|
|
3905
|
+
export declare const H265ScanType: {
|
|
3906
|
+
readonly INTERLACED: "INTERLACED";
|
|
3907
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
3908
|
+
};
|
|
3909
|
+
/**
|
|
3910
|
+
* @public
|
|
3911
|
+
*/
|
|
3912
|
+
export type H265ScanType = (typeof H265ScanType)[keyof typeof H265ScanType];
|
|
3913
|
+
/**
|
|
3914
|
+
* @public
|
|
3915
|
+
* @enum
|
|
3916
|
+
*/
|
|
3917
|
+
export declare const H265SceneChangeDetect: {
|
|
3918
|
+
readonly DISABLED: "DISABLED";
|
|
3919
|
+
readonly ENABLED: "ENABLED";
|
|
3920
|
+
};
|
|
3921
|
+
/**
|
|
3922
|
+
* @public
|
|
3923
|
+
*/
|
|
3924
|
+
export type H265SceneChangeDetect = (typeof H265SceneChangeDetect)[keyof typeof H265SceneChangeDetect];
|
|
3925
|
+
/**
|
|
3926
|
+
* @public
|
|
3927
|
+
* @enum
|
|
3928
|
+
*/
|
|
3929
|
+
export declare const H265SubGopLength: {
|
|
3930
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
3931
|
+
readonly FIXED: "FIXED";
|
|
3932
|
+
};
|
|
3933
|
+
/**
|
|
3934
|
+
* @public
|
|
3935
|
+
*/
|
|
3936
|
+
export type H265SubGopLength = (typeof H265SubGopLength)[keyof typeof H265SubGopLength];
|
|
3937
|
+
/**
|
|
3938
|
+
* @public
|
|
3939
|
+
* @enum
|
|
3940
|
+
*/
|
|
3941
|
+
export declare const H265Tier: {
|
|
3942
|
+
readonly HIGH: "HIGH";
|
|
3943
|
+
readonly MAIN: "MAIN";
|
|
3944
|
+
};
|
|
3945
|
+
/**
|
|
3946
|
+
* @public
|
|
3947
|
+
*/
|
|
3948
|
+
export type H265Tier = (typeof H265Tier)[keyof typeof H265Tier];
|
|
3949
|
+
/**
|
|
3950
|
+
* @public
|
|
3951
|
+
* @enum
|
|
3952
|
+
*/
|
|
3953
|
+
export declare const H265TilePadding: {
|
|
3954
|
+
readonly NONE: "NONE";
|
|
3955
|
+
readonly PADDED: "PADDED";
|
|
3956
|
+
};
|
|
3957
|
+
/**
|
|
3958
|
+
* @public
|
|
3959
|
+
*/
|
|
3960
|
+
export type H265TilePadding = (typeof H265TilePadding)[keyof typeof H265TilePadding];
|
|
3961
|
+
/**
|
|
3962
|
+
* @public
|
|
3963
|
+
* @enum
|
|
3964
|
+
*/
|
|
3965
|
+
export declare const H265TimecodeInsertionBehavior: {
|
|
3966
|
+
readonly DISABLED: "DISABLED";
|
|
3967
|
+
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
3968
|
+
};
|
|
3969
|
+
/**
|
|
3970
|
+
* @public
|
|
3971
|
+
*/
|
|
3972
|
+
export type H265TimecodeInsertionBehavior = (typeof H265TimecodeInsertionBehavior)[keyof typeof H265TimecodeInsertionBehavior];
|
|
3973
|
+
/**
|
|
3974
|
+
* @public
|
|
3975
|
+
* @enum
|
|
3976
|
+
*/
|
|
3977
|
+
export declare const H265TreeblockSize: {
|
|
3978
|
+
readonly AUTO: "AUTO";
|
|
3979
|
+
readonly TREE_SIZE_32X32: "TREE_SIZE_32X32";
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
export type H265TreeblockSize = (typeof H265TreeblockSize)[keyof typeof H265TreeblockSize];
|
|
3985
|
+
/**
|
|
3986
|
+
* @public
|
|
3987
|
+
* @enum
|
|
3988
|
+
*/
|
|
3989
|
+
export declare const Mpeg2AdaptiveQuantization: {
|
|
3990
|
+
readonly AUTO: "AUTO";
|
|
3991
|
+
readonly HIGH: "HIGH";
|
|
3992
|
+
readonly LOW: "LOW";
|
|
3993
|
+
readonly MEDIUM: "MEDIUM";
|
|
3994
|
+
readonly OFF: "OFF";
|
|
3995
|
+
};
|
|
3996
|
+
/**
|
|
3997
|
+
* @public
|
|
3998
|
+
*/
|
|
3999
|
+
export type Mpeg2AdaptiveQuantization = (typeof Mpeg2AdaptiveQuantization)[keyof typeof Mpeg2AdaptiveQuantization];
|
|
4000
|
+
/**
|
|
4001
|
+
* @public
|
|
4002
|
+
* @enum
|
|
4003
|
+
*/
|
|
4004
|
+
export declare const Mpeg2ColorMetadata: {
|
|
4005
|
+
readonly IGNORE: "IGNORE";
|
|
4006
|
+
readonly INSERT: "INSERT";
|
|
4007
|
+
};
|
|
4008
|
+
/**
|
|
4009
|
+
* @public
|
|
4010
|
+
*/
|
|
4011
|
+
export type Mpeg2ColorMetadata = (typeof Mpeg2ColorMetadata)[keyof typeof Mpeg2ColorMetadata];
|
|
4012
|
+
/**
|
|
4013
|
+
* @public
|
|
4014
|
+
* @enum
|
|
4015
|
+
*/
|
|
4016
|
+
export declare const Mpeg2ColorSpace: {
|
|
4017
|
+
readonly AUTO: "AUTO";
|
|
4018
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
4019
|
+
};
|
|
4020
|
+
/**
|
|
4021
|
+
* @public
|
|
4022
|
+
*/
|
|
4023
|
+
export type Mpeg2ColorSpace = (typeof Mpeg2ColorSpace)[keyof typeof Mpeg2ColorSpace];
|
|
4024
|
+
/**
|
|
4025
|
+
* @public
|
|
4026
|
+
* @enum
|
|
4027
|
+
*/
|
|
4028
|
+
export declare const Mpeg2DisplayRatio: {
|
|
4029
|
+
readonly DISPLAYRATIO16X9: "DISPLAYRATIO16X9";
|
|
4030
|
+
readonly DISPLAYRATIO4X3: "DISPLAYRATIO4X3";
|
|
4031
|
+
};
|
|
4032
|
+
/**
|
|
4033
|
+
* @public
|
|
4034
|
+
*/
|
|
4035
|
+
export type Mpeg2DisplayRatio = (typeof Mpeg2DisplayRatio)[keyof typeof Mpeg2DisplayRatio];
|
|
4036
|
+
/**
|
|
4037
|
+
* @public
|
|
4038
|
+
* @enum
|
|
4039
|
+
*/
|
|
4040
|
+
export declare const Mpeg2GopSizeUnits: {
|
|
4041
|
+
readonly FRAMES: "FRAMES";
|
|
4042
|
+
readonly SECONDS: "SECONDS";
|
|
4043
|
+
};
|
|
4044
|
+
/**
|
|
4045
|
+
* @public
|
|
4046
|
+
*/
|
|
4047
|
+
export type Mpeg2GopSizeUnits = (typeof Mpeg2GopSizeUnits)[keyof typeof Mpeg2GopSizeUnits];
|
|
4048
|
+
/**
|
|
4049
|
+
* @public
|
|
4050
|
+
* @enum
|
|
4051
|
+
*/
|
|
4052
|
+
export declare const Mpeg2ScanType: {
|
|
4053
|
+
readonly INTERLACED: "INTERLACED";
|
|
4054
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
4055
|
+
};
|
|
4056
|
+
/**
|
|
4057
|
+
* @public
|
|
4058
|
+
*/
|
|
4059
|
+
export type Mpeg2ScanType = (typeof Mpeg2ScanType)[keyof typeof Mpeg2ScanType];
|
|
4060
|
+
/**
|
|
4061
|
+
* @public
|
|
4062
|
+
* @enum
|
|
4063
|
+
*/
|
|
4064
|
+
export declare const Mpeg2SubGopLength: {
|
|
4065
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
4066
|
+
readonly FIXED: "FIXED";
|
|
4067
|
+
};
|
|
4068
|
+
/**
|
|
4069
|
+
* @public
|
|
4070
|
+
*/
|
|
4071
|
+
export type Mpeg2SubGopLength = (typeof Mpeg2SubGopLength)[keyof typeof Mpeg2SubGopLength];
|
|
4072
|
+
/**
|
|
4073
|
+
* @public
|
|
4074
|
+
* @enum
|
|
4075
|
+
*/
|
|
4076
|
+
export declare const Mpeg2TimecodeInsertionBehavior: {
|
|
4077
|
+
readonly DISABLED: "DISABLED";
|
|
4078
|
+
readonly GOP_TIMECODE: "GOP_TIMECODE";
|
|
4079
|
+
};
|
|
4080
|
+
/**
|
|
4081
|
+
* @public
|
|
4082
|
+
*/
|
|
4083
|
+
export type Mpeg2TimecodeInsertionBehavior = (typeof Mpeg2TimecodeInsertionBehavior)[keyof typeof Mpeg2TimecodeInsertionBehavior];
|
|
4084
|
+
/**
|
|
4085
|
+
* @public
|
|
4086
|
+
* @enum
|
|
4087
|
+
*/
|
|
4088
|
+
export declare const VideoDescriptionRespondToAfd: {
|
|
4089
|
+
readonly NONE: "NONE";
|
|
4090
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
4091
|
+
readonly RESPOND: "RESPOND";
|
|
4092
|
+
};
|
|
4093
|
+
/**
|
|
4094
|
+
* @public
|
|
4095
|
+
*/
|
|
4096
|
+
export type VideoDescriptionRespondToAfd = (typeof VideoDescriptionRespondToAfd)[keyof typeof VideoDescriptionRespondToAfd];
|
|
4097
|
+
/**
|
|
4098
|
+
* @public
|
|
4099
|
+
* @enum
|
|
4100
|
+
*/
|
|
4101
|
+
export declare const VideoDescriptionScalingBehavior: {
|
|
4102
|
+
readonly DEFAULT: "DEFAULT";
|
|
4103
|
+
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
4104
|
+
};
|
|
4105
|
+
/**
|
|
4106
|
+
* @public
|
|
4107
|
+
*/
|
|
4108
|
+
export type VideoDescriptionScalingBehavior = (typeof VideoDescriptionScalingBehavior)[keyof typeof VideoDescriptionScalingBehavior];
|
|
4109
|
+
/**
|
|
4110
|
+
* @public
|
|
4111
|
+
* @enum
|
|
4112
|
+
*/
|
|
4113
|
+
export declare const AcceptHeader: {
|
|
4114
|
+
readonly image_jpeg: "image/jpeg";
|
|
4115
|
+
};
|
|
4116
|
+
/**
|
|
4117
|
+
* @public
|
|
4118
|
+
*/
|
|
4119
|
+
export type AcceptHeader = (typeof AcceptHeader)[keyof typeof AcceptHeader];
|
|
4120
|
+
/**
|
|
4121
|
+
* @public
|
|
4122
|
+
* @enum
|
|
4123
|
+
*/
|
|
4124
|
+
export declare const AvailBlankingState: {
|
|
4125
|
+
readonly DISABLED: "DISABLED";
|
|
4126
|
+
readonly ENABLED: "ENABLED";
|
|
4127
|
+
};
|
|
4128
|
+
/**
|
|
4129
|
+
* @public
|
|
4130
|
+
*/
|
|
4131
|
+
export type AvailBlankingState = (typeof AvailBlankingState)[keyof typeof AvailBlankingState];
|
|
4132
|
+
/**
|
|
4133
|
+
* @public
|
|
4134
|
+
* @enum
|
|
4135
|
+
*/
|
|
4136
|
+
export declare const Scte35SpliceInsertNoRegionalBlackoutBehavior: {
|
|
4137
|
+
readonly FOLLOW: "FOLLOW";
|
|
4138
|
+
readonly IGNORE: "IGNORE";
|
|
4139
|
+
};
|
|
4140
|
+
/**
|
|
4141
|
+
* @public
|
|
4142
|
+
*/
|
|
4143
|
+
export type Scte35SpliceInsertNoRegionalBlackoutBehavior = (typeof Scte35SpliceInsertNoRegionalBlackoutBehavior)[keyof typeof Scte35SpliceInsertNoRegionalBlackoutBehavior];
|
|
4144
|
+
/**
|
|
4145
|
+
* @public
|
|
4146
|
+
* @enum
|
|
4147
|
+
*/
|
|
4148
|
+
export declare const Scte35SpliceInsertWebDeliveryAllowedBehavior: {
|
|
4149
|
+
readonly FOLLOW: "FOLLOW";
|
|
4150
|
+
readonly IGNORE: "IGNORE";
|
|
4151
|
+
};
|
|
4152
|
+
/**
|
|
4153
|
+
* @public
|
|
4154
|
+
*/
|
|
4155
|
+
export type Scte35SpliceInsertWebDeliveryAllowedBehavior = (typeof Scte35SpliceInsertWebDeliveryAllowedBehavior)[keyof typeof Scte35SpliceInsertWebDeliveryAllowedBehavior];
|
|
4156
|
+
/**
|
|
4157
|
+
* @public
|
|
4158
|
+
* @enum
|
|
4159
|
+
*/
|
|
4160
|
+
export declare const Scte35AposNoRegionalBlackoutBehavior: {
|
|
4161
|
+
readonly FOLLOW: "FOLLOW";
|
|
4162
|
+
readonly IGNORE: "IGNORE";
|
|
4163
|
+
};
|
|
4164
|
+
/**
|
|
4165
|
+
* @public
|
|
4166
|
+
*/
|
|
4167
|
+
export type Scte35AposNoRegionalBlackoutBehavior = (typeof Scte35AposNoRegionalBlackoutBehavior)[keyof typeof Scte35AposNoRegionalBlackoutBehavior];
|
|
4168
|
+
/**
|
|
4169
|
+
* @public
|
|
4170
|
+
* @enum
|
|
4171
|
+
*/
|
|
4172
|
+
export declare const Scte35AposWebDeliveryAllowedBehavior: {
|
|
4173
|
+
readonly FOLLOW: "FOLLOW";
|
|
4174
|
+
readonly IGNORE: "IGNORE";
|
|
4175
|
+
};
|
|
4176
|
+
/**
|
|
4177
|
+
* @public
|
|
4178
|
+
*/
|
|
4179
|
+
export type Scte35AposWebDeliveryAllowedBehavior = (typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
|
|
4180
|
+
/**
|
|
4181
|
+
* @public
|
|
4182
|
+
* @enum
|
|
4183
|
+
*/
|
|
4184
|
+
export declare const Scte35SegmentationScope: {
|
|
4185
|
+
readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
|
|
4186
|
+
readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
|
|
4187
|
+
};
|
|
4188
|
+
/**
|
|
4189
|
+
* @public
|
|
4190
|
+
*/
|
|
4191
|
+
export type Scte35SegmentationScope = (typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
|
|
4192
|
+
/**
|
|
4193
|
+
* @public
|
|
4194
|
+
* @enum
|
|
4195
|
+
*/
|
|
4196
|
+
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
4197
|
+
readonly DISABLED: "DISABLED";
|
|
4198
|
+
readonly ENABLED: "ENABLED";
|
|
4199
|
+
};
|
|
4200
|
+
/**
|
|
4201
|
+
* @public
|
|
4202
|
+
*/
|
|
4203
|
+
export type BlackoutSlateNetworkEndBlackout = (typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
4204
|
+
/**
|
|
4205
|
+
* @public
|
|
4206
|
+
* @enum
|
|
4207
|
+
*/
|
|
4208
|
+
export declare const BlackoutSlateState: {
|
|
4209
|
+
readonly DISABLED: "DISABLED";
|
|
4210
|
+
readonly ENABLED: "ENABLED";
|
|
4211
|
+
};
|
|
4212
|
+
/**
|
|
4213
|
+
* @public
|
|
4214
|
+
*/
|
|
4215
|
+
export type BlackoutSlateState = (typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
4216
|
+
/**
|
|
4217
|
+
* @public
|
|
4218
|
+
* @enum
|
|
4219
|
+
*/
|
|
4220
|
+
export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
4221
|
+
readonly DISABLED: "DISABLED";
|
|
4222
|
+
readonly ENABLED: "ENABLED";
|
|
4223
|
+
};
|
|
4224
|
+
/**
|
|
4225
|
+
* @public
|
|
4226
|
+
*/
|
|
4227
|
+
export type FeatureActivationsInputPrepareScheduleActions = (typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
4228
|
+
/**
|
|
4229
|
+
* @public
|
|
4230
|
+
* @enum
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions: {
|
|
4233
|
+
readonly DISABLED: "DISABLED";
|
|
4234
|
+
readonly ENABLED: "ENABLED";
|
|
4235
|
+
};
|
|
4236
|
+
/**
|
|
4237
|
+
* @public
|
|
4238
|
+
*/
|
|
4239
|
+
export type FeatureActivationsOutputStaticImageOverlayScheduleActions = (typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
4240
|
+
/**
|
|
4241
|
+
* @public
|
|
4242
|
+
* @enum
|
|
4243
|
+
*/
|
|
4244
|
+
export declare const GlobalConfigurationInputEndAction: {
|
|
4245
|
+
readonly NONE: "NONE";
|
|
4246
|
+
readonly SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS";
|
|
4247
|
+
};
|
|
4248
|
+
/**
|
|
4249
|
+
* @public
|
|
4250
|
+
*/
|
|
4251
|
+
export type GlobalConfigurationInputEndAction = (typeof GlobalConfigurationInputEndAction)[keyof typeof GlobalConfigurationInputEndAction];
|
|
4252
|
+
/**
|
|
4253
|
+
* @public
|
|
4254
|
+
* @enum
|
|
4255
|
+
*/
|
|
4256
|
+
export declare const InputLossImageType: {
|
|
4257
|
+
readonly COLOR: "COLOR";
|
|
4258
|
+
readonly SLATE: "SLATE";
|
|
4259
|
+
};
|
|
4260
|
+
/**
|
|
4261
|
+
* @public
|
|
4262
|
+
*/
|
|
4263
|
+
export type InputLossImageType = (typeof InputLossImageType)[keyof typeof InputLossImageType];
|
|
4264
|
+
/**
|
|
4265
|
+
* @public
|
|
4266
|
+
* @enum
|
|
4267
|
+
*/
|
|
4268
|
+
export declare const GlobalConfigurationOutputLockingMode: {
|
|
4269
|
+
readonly DISABLED: "DISABLED";
|
|
4270
|
+
readonly EPOCH_LOCKING: "EPOCH_LOCKING";
|
|
4271
|
+
readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
|
|
4272
|
+
};
|
|
4273
|
+
/**
|
|
4274
|
+
* @public
|
|
4275
|
+
*/
|
|
4276
|
+
export type GlobalConfigurationOutputLockingMode = (typeof GlobalConfigurationOutputLockingMode)[keyof typeof GlobalConfigurationOutputLockingMode];
|
|
4277
|
+
/**
|
|
4278
|
+
* @public
|
|
4279
|
+
* @enum
|
|
4280
|
+
*/
|
|
4281
|
+
export declare const GlobalConfigurationOutputTimingSource: {
|
|
4282
|
+
readonly INPUT_CLOCK: "INPUT_CLOCK";
|
|
4283
|
+
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
4284
|
+
};
|
|
4285
|
+
/**
|
|
4286
|
+
* @public
|
|
4287
|
+
*/
|
|
4288
|
+
export type GlobalConfigurationOutputTimingSource = (typeof GlobalConfigurationOutputTimingSource)[keyof typeof GlobalConfigurationOutputTimingSource];
|
|
4289
|
+
/**
|
|
4290
|
+
* @public
|
|
4291
|
+
* @enum
|
|
4292
|
+
*/
|
|
4293
|
+
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
4294
|
+
readonly DISABLED: "DISABLED";
|
|
4295
|
+
readonly ENABLED: "ENABLED";
|
|
4296
|
+
};
|
|
4297
|
+
/**
|
|
4298
|
+
* @public
|
|
4299
|
+
*/
|
|
4300
|
+
export type GlobalConfigurationLowFramerateInputs = (typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
4301
|
+
/**
|
|
4302
|
+
* @public
|
|
4303
|
+
* @enum
|
|
4304
|
+
*/
|
|
4305
|
+
export declare const MotionGraphicsInsertion: {
|
|
4306
|
+
readonly DISABLED: "DISABLED";
|
|
4307
|
+
readonly ENABLED: "ENABLED";
|
|
4308
|
+
};
|
|
4309
|
+
/**
|
|
4310
|
+
* @public
|
|
4311
|
+
*/
|
|
4312
|
+
export type MotionGraphicsInsertion = (typeof MotionGraphicsInsertion)[keyof typeof MotionGraphicsInsertion];
|
|
4313
|
+
/**
|
|
4314
|
+
* @public
|
|
4315
|
+
* @enum
|
|
4316
|
+
*/
|
|
4317
|
+
export declare const NielsenPcmToId3TaggingState: {
|
|
4318
|
+
readonly DISABLED: "DISABLED";
|
|
4319
|
+
readonly ENABLED: "ENABLED";
|
|
4320
|
+
};
|
|
4321
|
+
/**
|
|
4322
|
+
* @public
|
|
4323
|
+
*/
|
|
4324
|
+
export type NielsenPcmToId3TaggingState = (typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
|
|
4325
|
+
/**
|
|
4326
|
+
* @public
|
|
4327
|
+
* @enum
|
|
4328
|
+
*/
|
|
4329
|
+
export declare const ThumbnailState: {
|
|
4330
|
+
readonly AUTO: "AUTO";
|
|
4331
|
+
readonly DISABLED: "DISABLED";
|
|
4332
|
+
};
|
|
4333
|
+
/**
|
|
4334
|
+
* @public
|
|
4335
|
+
*/
|
|
4336
|
+
export type ThumbnailState = (typeof ThumbnailState)[keyof typeof ThumbnailState];
|
|
4337
|
+
/**
|
|
4338
|
+
* @public
|
|
4339
|
+
* @enum
|
|
4340
|
+
*/
|
|
4341
|
+
export declare const TimecodeConfigSource: {
|
|
4342
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
4343
|
+
readonly SYSTEMCLOCK: "SYSTEMCLOCK";
|
|
4344
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
4345
|
+
};
|
|
4346
|
+
/**
|
|
4347
|
+
* @public
|
|
4348
|
+
*/
|
|
4349
|
+
export type TimecodeConfigSource = (typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
|
|
4350
|
+
/**
|
|
4351
|
+
* @public
|
|
4352
|
+
* @enum
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const ContentType: {
|
|
4355
|
+
readonly image_jpeg: "image/jpeg";
|
|
4356
|
+
};
|
|
4357
|
+
/**
|
|
4358
|
+
* @public
|
|
4359
|
+
*/
|
|
4360
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
4361
|
+
/**
|
|
4362
|
+
* @public
|
|
4363
|
+
* @enum
|
|
4364
|
+
*/
|
|
4365
|
+
export declare const PreferredChannelPipeline: {
|
|
4366
|
+
readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
|
|
4367
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
4368
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
4369
|
+
};
|
|
4370
|
+
/**
|
|
4371
|
+
* @public
|
|
4372
|
+
*/
|
|
4373
|
+
export type PreferredChannelPipeline = (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
|
|
4374
|
+
/**
|
|
4375
|
+
* @public
|
|
4376
|
+
* @enum
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const RebootInputDeviceForce: {
|
|
4379
|
+
readonly NO: "NO";
|
|
4380
|
+
readonly YES: "YES";
|
|
4381
|
+
};
|
|
4382
|
+
/**
|
|
4383
|
+
* @public
|
|
4384
|
+
*/
|
|
4385
|
+
export type RebootInputDeviceForce = (typeof RebootInputDeviceForce)[keyof typeof RebootInputDeviceForce];
|
|
4386
|
+
/**
|
|
4387
|
+
* @public
|
|
4388
|
+
* @enum
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const UpdateNodeStateShape: {
|
|
4391
|
+
readonly ACTIVE: "ACTIVE";
|
|
4392
|
+
readonly DRAINING: "DRAINING";
|
|
4393
|
+
};
|
|
4394
|
+
/**
|
|
4395
|
+
* @public
|
|
4396
|
+
*/
|
|
4397
|
+
export type UpdateNodeStateShape = (typeof UpdateNodeStateShape)[keyof typeof UpdateNodeStateShape];
|