aws-sdk-medialive 1.55.0 → 1.56.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +257 -1
- data/lib/aws-sdk-medialive/client_api.rb +78 -2
- data/lib/aws-sdk-medialive/types.rb +582 -8
- metadata +2 -2
@@ -30,6 +30,7 @@ module Aws::MediaLive
|
|
30
30
|
AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
|
31
31
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
32
32
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
33
|
+
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
33
34
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
34
35
|
ArchiveGroupSettings = Shapes::StructureShape.new(name: 'ArchiveGroupSettings')
|
35
36
|
ArchiveOutputSettings = Shapes::StructureShape.new(name: 'ArchiveOutputSettings')
|
@@ -98,6 +99,8 @@ module Aws::MediaLive
|
|
98
99
|
CaptionLanguageMapping = Shapes::StructureShape.new(name: 'CaptionLanguageMapping')
|
99
100
|
CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
|
100
101
|
CaptionSelectorSettings = Shapes::StructureShape.new(name: 'CaptionSelectorSettings')
|
102
|
+
CdiInputResolution = Shapes::StringShape.new(name: 'CdiInputResolution')
|
103
|
+
CdiInputSpecification = Shapes::StructureShape.new(name: 'CdiInputSpecification')
|
101
104
|
Channel = Shapes::StructureShape.new(name: 'Channel')
|
102
105
|
ChannelClass = Shapes::StringShape.new(name: 'ChannelClass')
|
103
106
|
ChannelConfigurationValidationError = Shapes::StructureShape.new(name: 'ChannelConfigurationValidationError')
|
@@ -420,6 +423,16 @@ module Aws::MediaLive
|
|
420
423
|
MediaPackageOutputSettings = Shapes::StructureShape.new(name: 'MediaPackageOutputSettings')
|
421
424
|
Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
|
422
425
|
Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
|
426
|
+
Mpeg2AdaptiveQuantization = Shapes::StringShape.new(name: 'Mpeg2AdaptiveQuantization')
|
427
|
+
Mpeg2ColorMetadata = Shapes::StringShape.new(name: 'Mpeg2ColorMetadata')
|
428
|
+
Mpeg2ColorSpace = Shapes::StringShape.new(name: 'Mpeg2ColorSpace')
|
429
|
+
Mpeg2DisplayRatio = Shapes::StringShape.new(name: 'Mpeg2DisplayRatio')
|
430
|
+
Mpeg2FilterSettings = Shapes::StructureShape.new(name: 'Mpeg2FilterSettings')
|
431
|
+
Mpeg2GopSizeUnits = Shapes::StringShape.new(name: 'Mpeg2GopSizeUnits')
|
432
|
+
Mpeg2ScanType = Shapes::StringShape.new(name: 'Mpeg2ScanType')
|
433
|
+
Mpeg2Settings = Shapes::StructureShape.new(name: 'Mpeg2Settings')
|
434
|
+
Mpeg2SubGopLength = Shapes::StringShape.new(name: 'Mpeg2SubGopLength')
|
435
|
+
Mpeg2TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'Mpeg2TimecodeInsertionBehavior')
|
423
436
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
424
437
|
MsSmoothH265PackagingType = Shapes::StringShape.new(name: 'MsSmoothH265PackagingType')
|
425
438
|
MsSmoothOutputSettings = Shapes::StructureShape.new(name: 'MsSmoothOutputSettings')
|
@@ -432,6 +445,7 @@ module Aws::MediaLive
|
|
432
445
|
MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
|
433
446
|
MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
|
434
447
|
MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
|
448
|
+
MultiplexProgramPipelineDetail = Shapes::StructureShape.new(name: 'MultiplexProgramPipelineDetail')
|
435
449
|
MultiplexProgramServiceDescriptor = Shapes::StructureShape.new(name: 'MultiplexProgramServiceDescriptor')
|
436
450
|
MultiplexProgramSettings = Shapes::StructureShape.new(name: 'MultiplexProgramSettings')
|
437
451
|
MultiplexProgramSummary = Shapes::StructureShape.new(name: 'MultiplexProgramSummary')
|
@@ -466,6 +480,7 @@ module Aws::MediaLive
|
|
466
480
|
PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
|
467
481
|
PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
|
468
482
|
PurchaseOfferingResultModel = Shapes::StructureShape.new(name: 'PurchaseOfferingResultModel')
|
483
|
+
RawSettings = Shapes::StructureShape.new(name: 'RawSettings')
|
469
484
|
Rec601Settings = Shapes::StructureShape.new(name: 'Rec601Settings')
|
470
485
|
Rec709Settings = Shapes::StructureShape.new(name: 'Rec709Settings')
|
471
486
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
@@ -596,6 +611,8 @@ module Aws::MediaLive
|
|
596
611
|
VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
|
597
612
|
VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
|
598
613
|
VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
|
614
|
+
WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
|
615
|
+
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
599
616
|
WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
|
600
617
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
601
618
|
__double = Shapes::FloatShape.new(name: '__double')
|
@@ -628,7 +645,6 @@ module Aws::MediaLive
|
|
628
645
|
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
629
646
|
__integerMin100000Max40000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max40000000')
|
630
647
|
__integerMin100000Max80000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max80000000')
|
631
|
-
__integerMin1000Max3000 = Shapes::IntegerShape.new(name: '__integerMin1000Max3000')
|
632
648
|
__integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
|
633
649
|
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
634
650
|
__integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
|
@@ -647,6 +663,7 @@ module Aws::MediaLive
|
|
647
663
|
__integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
|
648
664
|
__integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
|
649
665
|
__integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
|
666
|
+
__integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
|
650
667
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
651
668
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
652
669
|
__integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
|
@@ -681,6 +698,7 @@ module Aws::MediaLive
|
|
681
698
|
__listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
|
682
699
|
__listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
|
683
700
|
__listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
|
701
|
+
__listOfMultiplexProgramPipelineDetail = Shapes::ListShape.new(name: '__listOfMultiplexProgramPipelineDetail')
|
684
702
|
__listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
|
685
703
|
__listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
|
686
704
|
__listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
|
@@ -739,7 +757,11 @@ module Aws::MediaLive
|
|
739
757
|
AccessDenied.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
740
758
|
AccessDenied.struct_class = Types::AccessDenied
|
741
759
|
|
760
|
+
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
761
|
+
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
762
|
+
|
742
763
|
ArchiveContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
|
764
|
+
ArchiveContainerSettings.add_member(:raw_settings, Shapes::ShapeRef.new(shape: RawSettings, location_name: "rawSettings"))
|
743
765
|
ArchiveContainerSettings.struct_class = Types::ArchiveContainerSettings
|
744
766
|
|
745
767
|
ArchiveGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
@@ -764,6 +786,7 @@ module Aws::MediaLive
|
|
764
786
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
765
787
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
766
788
|
AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
|
789
|
+
AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
|
767
790
|
AudioCodecSettings.struct_class = Types::AudioCodecSettings
|
768
791
|
|
769
792
|
AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
|
@@ -978,6 +1001,7 @@ module Aws::MediaLive
|
|
978
1001
|
CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
|
979
1002
|
CaptionSelector.struct_class = Types::CaptionSelector
|
980
1003
|
|
1004
|
+
CaptionSelectorSettings.add_member(:ancillary_source_settings, Shapes::ShapeRef.new(shape: AncillarySourceSettings, location_name: "ancillarySourceSettings"))
|
981
1005
|
CaptionSelectorSettings.add_member(:arib_source_settings, Shapes::ShapeRef.new(shape: AribSourceSettings, location_name: "aribSourceSettings"))
|
982
1006
|
CaptionSelectorSettings.add_member(:dvb_sub_source_settings, Shapes::ShapeRef.new(shape: DvbSubSourceSettings, location_name: "dvbSubSourceSettings"))
|
983
1007
|
CaptionSelectorSettings.add_member(:embedded_source_settings, Shapes::ShapeRef.new(shape: EmbeddedSourceSettings, location_name: "embeddedSourceSettings"))
|
@@ -986,7 +1010,11 @@ module Aws::MediaLive
|
|
986
1010
|
CaptionSelectorSettings.add_member(:teletext_source_settings, Shapes::ShapeRef.new(shape: TeletextSourceSettings, location_name: "teletextSourceSettings"))
|
987
1011
|
CaptionSelectorSettings.struct_class = Types::CaptionSelectorSettings
|
988
1012
|
|
1013
|
+
CdiInputSpecification.add_member(:resolution, Shapes::ShapeRef.new(shape: CdiInputResolution, location_name: "resolution"))
|
1014
|
+
CdiInputSpecification.struct_class = Types::CdiInputSpecification
|
1015
|
+
|
989
1016
|
Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1017
|
+
Channel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
990
1018
|
Channel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
991
1019
|
Channel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
992
1020
|
Channel.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1011,6 +1039,7 @@ module Aws::MediaLive
|
|
1011
1039
|
ChannelEgressEndpoint.struct_class = Types::ChannelEgressEndpoint
|
1012
1040
|
|
1013
1041
|
ChannelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1042
|
+
ChannelSummary.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1014
1043
|
ChannelSummary.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1015
1044
|
ChannelSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1016
1045
|
ChannelSummary.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1030,6 +1059,7 @@ module Aws::MediaLive
|
|
1030
1059
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1031
1060
|
ConflictException.struct_class = Types::ConflictException
|
1032
1061
|
|
1062
|
+
CreateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1033
1063
|
CreateChannel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1034
1064
|
CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1035
1065
|
CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -1043,6 +1073,7 @@ module Aws::MediaLive
|
|
1043
1073
|
CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1044
1074
|
CreateChannel.struct_class = Types::CreateChannel
|
1045
1075
|
|
1076
|
+
CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1046
1077
|
CreateChannelRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1047
1078
|
CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1048
1079
|
CreateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -1149,6 +1180,7 @@ module Aws::MediaLive
|
|
1149
1180
|
DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
|
1150
1181
|
|
1151
1182
|
DeleteChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1183
|
+
DeleteChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1152
1184
|
DeleteChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1153
1185
|
DeleteChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1154
1186
|
DeleteChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1182,6 +1214,7 @@ module Aws::MediaLive
|
|
1182
1214
|
DeleteMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1183
1215
|
DeleteMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1184
1216
|
DeleteMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1217
|
+
DeleteMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
1185
1218
|
DeleteMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1186
1219
|
DeleteMultiplexProgramResponse.struct_class = Types::DeleteMultiplexProgramResponse
|
1187
1220
|
|
@@ -1236,6 +1269,7 @@ module Aws::MediaLive
|
|
1236
1269
|
DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
|
1237
1270
|
|
1238
1271
|
DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1272
|
+
DescribeChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1239
1273
|
DescribeChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1240
1274
|
DescribeChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
1241
1275
|
DescribeChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -1318,6 +1352,7 @@ module Aws::MediaLive
|
|
1318
1352
|
DescribeMultiplexProgramResponse.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
1319
1353
|
DescribeMultiplexProgramResponse.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
1320
1354
|
DescribeMultiplexProgramResponse.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
1355
|
+
DescribeMultiplexProgramResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
1321
1356
|
DescribeMultiplexProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
1322
1357
|
DescribeMultiplexProgramResponse.struct_class = Types::DescribeMultiplexProgramResponse
|
1323
1358
|
|
@@ -2107,6 +2142,27 @@ module Aws::MediaLive
|
|
2107
2142
|
Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
2108
2143
|
Mp2Settings.struct_class = Types::Mp2Settings
|
2109
2144
|
|
2145
|
+
Mpeg2FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
|
2146
|
+
Mpeg2FilterSettings.struct_class = Types::Mpeg2FilterSettings
|
2147
|
+
|
2148
|
+
Mpeg2Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Mpeg2AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
2149
|
+
Mpeg2Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
2150
|
+
Mpeg2Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: Mpeg2ColorMetadata, location_name: "colorMetadata"))
|
2151
|
+
Mpeg2Settings.add_member(:color_space, Shapes::ShapeRef.new(shape: Mpeg2ColorSpace, location_name: "colorSpace"))
|
2152
|
+
Mpeg2Settings.add_member(:display_aspect_ratio, Shapes::ShapeRef.new(shape: Mpeg2DisplayRatio, location_name: "displayAspectRatio"))
|
2153
|
+
Mpeg2Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: Mpeg2FilterSettings, location_name: "filterSettings"))
|
2154
|
+
Mpeg2Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
2155
|
+
Mpeg2Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateDenominator"))
|
2156
|
+
Mpeg2Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateNumerator"))
|
2157
|
+
Mpeg2Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
|
2158
|
+
Mpeg2Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "gopNumBFrames"))
|
2159
|
+
Mpeg2Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __double, location_name: "gopSize"))
|
2160
|
+
Mpeg2Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Mpeg2GopSizeUnits, location_name: "gopSizeUnits"))
|
2161
|
+
Mpeg2Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: Mpeg2ScanType, location_name: "scanType"))
|
2162
|
+
Mpeg2Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: Mpeg2SubGopLength, location_name: "subgopLength"))
|
2163
|
+
Mpeg2Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Mpeg2TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
2164
|
+
Mpeg2Settings.struct_class = Types::Mpeg2Settings
|
2165
|
+
|
2110
2166
|
MsSmoothGroupSettings.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __string, location_name: "acquisitionPointId"))
|
2111
2167
|
MsSmoothGroupSettings.add_member(:audio_only_timecode_control, Shapes::ShapeRef.new(shape: SmoothGroupAudioOnlyTimecodeControl, location_name: "audioOnlyTimecodeControl"))
|
2112
2168
|
MsSmoothGroupSettings.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: SmoothGroupCertificateMode, location_name: "certificateMode"))
|
@@ -2162,6 +2218,7 @@ module Aws::MediaLive
|
|
2162
2218
|
MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
2163
2219
|
MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
2164
2220
|
MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
2221
|
+
MultiplexProgram.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfMultiplexProgramPipelineDetail, location_name: "pipelineDetails"))
|
2165
2222
|
MultiplexProgram.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
2166
2223
|
MultiplexProgram.struct_class = Types::MultiplexProgram
|
2167
2224
|
|
@@ -2184,6 +2241,10 @@ module Aws::MediaLive
|
|
2184
2241
|
MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
|
2185
2242
|
MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
|
2186
2243
|
|
2244
|
+
MultiplexProgramPipelineDetail.add_member(:active_channel_pipeline, Shapes::ShapeRef.new(shape: __string, location_name: "activeChannelPipeline"))
|
2245
|
+
MultiplexProgramPipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
|
2246
|
+
MultiplexProgramPipelineDetail.struct_class = Types::MultiplexProgramPipelineDetail
|
2247
|
+
|
2187
2248
|
MultiplexProgramServiceDescriptor.add_member(:provider_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "providerName"))
|
2188
2249
|
MultiplexProgramServiceDescriptor.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "serviceName"))
|
2189
2250
|
MultiplexProgramServiceDescriptor.struct_class = Types::MultiplexProgramServiceDescriptor
|
@@ -2198,7 +2259,7 @@ module Aws::MediaLive
|
|
2198
2259
|
MultiplexProgramSummary.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "programName"))
|
2199
2260
|
MultiplexProgramSummary.struct_class = Types::MultiplexProgramSummary
|
2200
2261
|
|
2201
|
-
MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape:
|
2262
|
+
MultiplexSettings.add_member(:maximum_video_buffer_delay_milliseconds, Shapes::ShapeRef.new(shape: __integerMin800Max3000, location_name: "maximumVideoBufferDelayMilliseconds"))
|
2202
2263
|
MultiplexSettings.add_member(:transport_stream_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000000Max100000000, required: true, location_name: "transportStreamBitrate"))
|
2203
2264
|
MultiplexSettings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, required: true, location_name: "transportStreamId"))
|
2204
2265
|
MultiplexSettings.add_member(:transport_stream_reserved_bitrate, Shapes::ShapeRef.new(shape: __integerMin0Max100000000, location_name: "transportStreamReservedBitrate"))
|
@@ -2209,6 +2270,7 @@ module Aws::MediaLive
|
|
2209
2270
|
|
2210
2271
|
MultiplexStatmuxVideoSettings.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maximumBitrate"))
|
2211
2272
|
MultiplexStatmuxVideoSettings.add_member(:minimum_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minimumBitrate"))
|
2273
|
+
MultiplexStatmuxVideoSettings.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "priority"))
|
2212
2274
|
MultiplexStatmuxVideoSettings.struct_class = Types::MultiplexStatmuxVideoSettings
|
2213
2275
|
|
2214
2276
|
MultiplexSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
@@ -2331,6 +2393,8 @@ module Aws::MediaLive
|
|
2331
2393
|
PurchaseOfferingResultModel.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
|
2332
2394
|
PurchaseOfferingResultModel.struct_class = Types::PurchaseOfferingResultModel
|
2333
2395
|
|
2396
|
+
RawSettings.struct_class = Types::RawSettings
|
2397
|
+
|
2334
2398
|
Rec601Settings.struct_class = Types::Rec601Settings
|
2335
2399
|
|
2336
2400
|
Rec709Settings.struct_class = Types::Rec709Settings
|
@@ -2486,6 +2550,7 @@ module Aws::MediaLive
|
|
2486
2550
|
StartChannelRequest.struct_class = Types::StartChannelRequest
|
2487
2551
|
|
2488
2552
|
StartChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2553
|
+
StartChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2489
2554
|
StartChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
2490
2555
|
StartChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2491
2556
|
StartChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -2544,6 +2609,7 @@ module Aws::MediaLive
|
|
2544
2609
|
StopChannelRequest.struct_class = Types::StopChannelRequest
|
2545
2610
|
|
2546
2611
|
StopChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2612
|
+
StopChannelResponse.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2547
2613
|
StopChannelResponse.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
2548
2614
|
StopChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2549
2615
|
StopChannelResponse.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: __listOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
@@ -2622,6 +2688,7 @@ module Aws::MediaLive
|
|
2622
2688
|
UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
|
2623
2689
|
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
2624
2690
|
|
2691
|
+
UpdateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2625
2692
|
UpdateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2626
2693
|
UpdateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
2627
2694
|
UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
@@ -2643,6 +2710,7 @@ module Aws::MediaLive
|
|
2643
2710
|
UpdateChannelClassResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
2644
2711
|
UpdateChannelClassResponse.struct_class = Types::UpdateChannelClassResponse
|
2645
2712
|
|
2713
|
+
UpdateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
2646
2714
|
UpdateChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
2647
2715
|
UpdateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
2648
2716
|
UpdateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
@@ -2765,6 +2833,7 @@ module Aws::MediaLive
|
|
2765
2833
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
2766
2834
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
2767
2835
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
2836
|
+
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
2768
2837
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
2769
2838
|
|
2770
2839
|
VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
|
@@ -2791,6 +2860,11 @@ module Aws::MediaLive
|
|
2791
2860
|
VideoSelectorSettings.add_member(:video_selector_program_id, Shapes::ShapeRef.new(shape: VideoSelectorProgramId, location_name: "videoSelectorProgramId"))
|
2792
2861
|
VideoSelectorSettings.struct_class = Types::VideoSelectorSettings
|
2793
2862
|
|
2863
|
+
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
|
2864
|
+
WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
|
2865
|
+
WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
2866
|
+
WavSettings.struct_class = Types::WavSettings
|
2867
|
+
|
2794
2868
|
WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
|
2795
2869
|
|
2796
2870
|
__listOfAudioChannelMapping.member = Shapes::ShapeRef.new(shape: AudioChannelMapping)
|
@@ -2851,6 +2925,8 @@ module Aws::MediaLive
|
|
2851
2925
|
|
2852
2926
|
__listOfMultiplexOutputDestination.member = Shapes::ShapeRef.new(shape: MultiplexOutputDestination)
|
2853
2927
|
|
2928
|
+
__listOfMultiplexProgramPipelineDetail.member = Shapes::ShapeRef.new(shape: MultiplexProgramPipelineDetail)
|
2929
|
+
|
2854
2930
|
__listOfMultiplexProgramSummary.member = Shapes::ShapeRef.new(shape: MultiplexProgramSummary)
|
2855
2931
|
|
2856
2932
|
__listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
|
@@ -170,6 +170,32 @@ module Aws::MediaLive
|
|
170
170
|
include Aws::Structure
|
171
171
|
end
|
172
172
|
|
173
|
+
# Ancillary Source Settings
|
174
|
+
#
|
175
|
+
# @note When making an API call, you may pass AncillarySourceSettings
|
176
|
+
# data as a hash:
|
177
|
+
#
|
178
|
+
# {
|
179
|
+
# source_ancillary_channel_number: 1,
|
180
|
+
# }
|
181
|
+
#
|
182
|
+
# @!attribute [rw] source_ancillary_channel_number
|
183
|
+
# Specifies the number (1 to 4) of the captions channel you want to
|
184
|
+
# extract from the ancillary captions. If you plan to convert the
|
185
|
+
# ancillary captions to another format, complete this field. If you
|
186
|
+
# plan to choose Embedded as the captions destination in the output
|
187
|
+
# (to pass through all the channels in the ancillary captions), leave
|
188
|
+
# this field blank because MediaLive ignores the field.
|
189
|
+
# @return [Integer]
|
190
|
+
#
|
191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AncillarySourceSettings AWS API Documentation
|
192
|
+
#
|
193
|
+
class AncillarySourceSettings < Struct.new(
|
194
|
+
:source_ancillary_channel_number)
|
195
|
+
SENSITIVE = []
|
196
|
+
include Aws::Structure
|
197
|
+
end
|
198
|
+
|
173
199
|
# Archive Container Settings
|
174
200
|
#
|
175
201
|
# @note When making an API call, you may pass ArchiveContainerSettings
|
@@ -236,16 +262,23 @@ module Aws::MediaLive
|
|
236
262
|
# transport_stream_id: 1,
|
237
263
|
# video_pid: "__string",
|
238
264
|
# },
|
265
|
+
# raw_settings: {
|
266
|
+
# },
|
239
267
|
# }
|
240
268
|
#
|
241
269
|
# @!attribute [rw] m2ts_settings
|
242
270
|
# M2ts Settings
|
243
271
|
# @return [Types::M2tsSettings]
|
244
272
|
#
|
273
|
+
# @!attribute [rw] raw_settings
|
274
|
+
# Raw Settings
|
275
|
+
# @return [Types::RawSettings]
|
276
|
+
#
|
245
277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ArchiveContainerSettings AWS API Documentation
|
246
278
|
#
|
247
279
|
class ArchiveContainerSettings < Struct.new(
|
248
|
-
:m2ts_settings
|
280
|
+
:m2ts_settings,
|
281
|
+
:raw_settings)
|
249
282
|
SENSITIVE = []
|
250
283
|
include Aws::Structure
|
251
284
|
end
|
@@ -347,6 +380,8 @@ module Aws::MediaLive
|
|
347
380
|
# transport_stream_id: 1,
|
348
381
|
# video_pid: "__string",
|
349
382
|
# },
|
383
|
+
# raw_settings: {
|
384
|
+
# },
|
350
385
|
# },
|
351
386
|
# extension: "__string",
|
352
387
|
# name_modifier: "__string",
|
@@ -480,6 +515,11 @@ module Aws::MediaLive
|
|
480
515
|
# },
|
481
516
|
# pass_through_settings: {
|
482
517
|
# },
|
518
|
+
# wav_settings: {
|
519
|
+
# bit_depth: 1.0,
|
520
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
521
|
+
# sample_rate: 1.0,
|
522
|
+
# },
|
483
523
|
# }
|
484
524
|
#
|
485
525
|
# @!attribute [rw] aac_settings
|
@@ -502,6 +542,10 @@ module Aws::MediaLive
|
|
502
542
|
# Pass Through Settings
|
503
543
|
# @return [Types::PassThroughSettings]
|
504
544
|
#
|
545
|
+
# @!attribute [rw] wav_settings
|
546
|
+
# Wav Settings
|
547
|
+
# @return [Types::WavSettings]
|
548
|
+
#
|
505
549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioCodecSettings AWS API Documentation
|
506
550
|
#
|
507
551
|
class AudioCodecSettings < Struct.new(
|
@@ -509,7 +553,8 @@ module Aws::MediaLive
|
|
509
553
|
:ac_3_settings,
|
510
554
|
:eac_3_settings,
|
511
555
|
:mp_2_settings,
|
512
|
-
:pass_through_settings
|
556
|
+
:pass_through_settings,
|
557
|
+
:wav_settings)
|
513
558
|
SENSITIVE = []
|
514
559
|
include Aws::Structure
|
515
560
|
end
|
@@ -578,6 +623,11 @@ module Aws::MediaLive
|
|
578
623
|
# },
|
579
624
|
# pass_through_settings: {
|
580
625
|
# },
|
626
|
+
# wav_settings: {
|
627
|
+
# bit_depth: 1.0,
|
628
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
629
|
+
# sample_rate: 1.0,
|
630
|
+
# },
|
581
631
|
# },
|
582
632
|
# language_code: "__stringMin1Max35",
|
583
633
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
@@ -2336,6 +2386,9 @@ module Aws::MediaLive
|
|
2336
2386
|
# language_code: "__string",
|
2337
2387
|
# name: "__stringMin1", # required
|
2338
2388
|
# selector_settings: {
|
2389
|
+
# ancillary_source_settings: {
|
2390
|
+
# source_ancillary_channel_number: 1,
|
2391
|
+
# },
|
2339
2392
|
# arib_source_settings: {
|
2340
2393
|
# },
|
2341
2394
|
# dvb_sub_source_settings: {
|
@@ -2391,6 +2444,9 @@ module Aws::MediaLive
|
|
2391
2444
|
# data as a hash:
|
2392
2445
|
#
|
2393
2446
|
# {
|
2447
|
+
# ancillary_source_settings: {
|
2448
|
+
# source_ancillary_channel_number: 1,
|
2449
|
+
# },
|
2394
2450
|
# arib_source_settings: {
|
2395
2451
|
# },
|
2396
2452
|
# dvb_sub_source_settings: {
|
@@ -2414,6 +2470,10 @@ module Aws::MediaLive
|
|
2414
2470
|
# },
|
2415
2471
|
# }
|
2416
2472
|
#
|
2473
|
+
# @!attribute [rw] ancillary_source_settings
|
2474
|
+
# Ancillary Source Settings
|
2475
|
+
# @return [Types::AncillarySourceSettings]
|
2476
|
+
#
|
2417
2477
|
# @!attribute [rw] arib_source_settings
|
2418
2478
|
# Arib Source Settings
|
2419
2479
|
# @return [Types::AribSourceSettings]
|
@@ -2441,6 +2501,7 @@ module Aws::MediaLive
|
|
2441
2501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionSelectorSettings AWS API Documentation
|
2442
2502
|
#
|
2443
2503
|
class CaptionSelectorSettings < Struct.new(
|
2504
|
+
:ancillary_source_settings,
|
2444
2505
|
:arib_source_settings,
|
2445
2506
|
:dvb_sub_source_settings,
|
2446
2507
|
:embedded_source_settings,
|
@@ -2451,10 +2512,33 @@ module Aws::MediaLive
|
|
2451
2512
|
include Aws::Structure
|
2452
2513
|
end
|
2453
2514
|
|
2515
|
+
# @note When making an API call, you may pass CdiInputSpecification
|
2516
|
+
# data as a hash:
|
2517
|
+
#
|
2518
|
+
# {
|
2519
|
+
# resolution: "SD", # accepts SD, HD, FHD, UHD
|
2520
|
+
# }
|
2521
|
+
#
|
2522
|
+
# @!attribute [rw] resolution
|
2523
|
+
# Maximum CDI input resolution
|
2524
|
+
# @return [String]
|
2525
|
+
#
|
2526
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CdiInputSpecification AWS API Documentation
|
2527
|
+
#
|
2528
|
+
class CdiInputSpecification < Struct.new(
|
2529
|
+
:resolution)
|
2530
|
+
SENSITIVE = []
|
2531
|
+
include Aws::Structure
|
2532
|
+
end
|
2533
|
+
|
2454
2534
|
# @!attribute [rw] arn
|
2455
2535
|
# The unique arn of the channel.
|
2456
2536
|
# @return [String]
|
2457
2537
|
#
|
2538
|
+
# @!attribute [rw] cdi_input_specification
|
2539
|
+
# Specification of CDI inputs for this channel
|
2540
|
+
# @return [Types::CdiInputSpecification]
|
2541
|
+
#
|
2458
2542
|
# @!attribute [rw] channel_class
|
2459
2543
|
# The class for this channel. STANDARD for a channel with two
|
2460
2544
|
# pipelines or SINGLE\_PIPELINE for a channel with one pipeline.
|
@@ -2483,6 +2567,7 @@ module Aws::MediaLive
|
|
2483
2567
|
# @return [Array<Types::InputAttachment>]
|
2484
2568
|
#
|
2485
2569
|
# @!attribute [rw] input_specification
|
2570
|
+
# Specification of network and file inputs for this channel
|
2486
2571
|
# @return [Types::InputSpecification]
|
2487
2572
|
#
|
2488
2573
|
# @!attribute [rw] log_level
|
@@ -2517,6 +2602,7 @@ module Aws::MediaLive
|
|
2517
2602
|
#
|
2518
2603
|
class Channel < Struct.new(
|
2519
2604
|
:arn,
|
2605
|
+
:cdi_input_specification,
|
2520
2606
|
:channel_class,
|
2521
2607
|
:destinations,
|
2522
2608
|
:egress_endpoints,
|
@@ -2567,6 +2653,10 @@ module Aws::MediaLive
|
|
2567
2653
|
# The unique arn of the channel.
|
2568
2654
|
# @return [String]
|
2569
2655
|
#
|
2656
|
+
# @!attribute [rw] cdi_input_specification
|
2657
|
+
# Specification of CDI inputs for this channel
|
2658
|
+
# @return [Types::CdiInputSpecification]
|
2659
|
+
#
|
2570
2660
|
# @!attribute [rw] channel_class
|
2571
2661
|
# The class for this channel. STANDARD for a channel with two
|
2572
2662
|
# pipelines or SINGLE\_PIPELINE for a channel with one pipeline.
|
@@ -2591,6 +2681,7 @@ module Aws::MediaLive
|
|
2591
2681
|
# @return [Array<Types::InputAttachment>]
|
2592
2682
|
#
|
2593
2683
|
# @!attribute [rw] input_specification
|
2684
|
+
# Specification of network and file inputs for this channel
|
2594
2685
|
# @return [Types::InputSpecification]
|
2595
2686
|
#
|
2596
2687
|
# @!attribute [rw] log_level
|
@@ -2621,6 +2712,7 @@ module Aws::MediaLive
|
|
2621
2712
|
#
|
2622
2713
|
class ChannelSummary < Struct.new(
|
2623
2714
|
:arn,
|
2715
|
+
:cdi_input_specification,
|
2624
2716
|
:channel_class,
|
2625
2717
|
:destinations,
|
2626
2718
|
:egress_endpoints,
|
@@ -2656,6 +2748,10 @@ module Aws::MediaLive
|
|
2656
2748
|
include Aws::Structure
|
2657
2749
|
end
|
2658
2750
|
|
2751
|
+
# @!attribute [rw] cdi_input_specification
|
2752
|
+
# Specification of CDI inputs for this channel
|
2753
|
+
# @return [Types::CdiInputSpecification]
|
2754
|
+
#
|
2659
2755
|
# @!attribute [rw] channel_class
|
2660
2756
|
# The class for this channel. STANDARD for a channel with two
|
2661
2757
|
# pipelines or SINGLE\_PIPELINE for a channel with one pipeline.
|
@@ -2673,8 +2769,7 @@ module Aws::MediaLive
|
|
2673
2769
|
# @return [Array<Types::InputAttachment>]
|
2674
2770
|
#
|
2675
2771
|
# @!attribute [rw] input_specification
|
2676
|
-
# Specification of
|
2677
|
-
# codec, etc.)
|
2772
|
+
# Specification of network and file inputs for this channel
|
2678
2773
|
# @return [Types::InputSpecification]
|
2679
2774
|
#
|
2680
2775
|
# @!attribute [rw] log_level
|
@@ -2706,6 +2801,7 @@ module Aws::MediaLive
|
|
2706
2801
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
|
2707
2802
|
#
|
2708
2803
|
class CreateChannel < Struct.new(
|
2804
|
+
:cdi_input_specification,
|
2709
2805
|
:channel_class,
|
2710
2806
|
:destinations,
|
2711
2807
|
:encoder_settings,
|
@@ -2725,6 +2821,9 @@ module Aws::MediaLive
|
|
2725
2821
|
# data as a hash:
|
2726
2822
|
#
|
2727
2823
|
# {
|
2824
|
+
# cdi_input_specification: {
|
2825
|
+
# resolution: "SD", # accepts SD, HD, FHD, UHD
|
2826
|
+
# },
|
2728
2827
|
# channel_class: "STANDARD", # accepts STANDARD, SINGLE_PIPELINE
|
2729
2828
|
# destinations: [
|
2730
2829
|
# {
|
@@ -2809,6 +2908,11 @@ module Aws::MediaLive
|
|
2809
2908
|
# },
|
2810
2909
|
# pass_through_settings: {
|
2811
2910
|
# },
|
2911
|
+
# wav_settings: {
|
2912
|
+
# bit_depth: 1.0,
|
2913
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
2914
|
+
# sample_rate: 1.0,
|
2915
|
+
# },
|
2812
2916
|
# },
|
2813
2917
|
# language_code: "__stringMin1Max35",
|
2814
2918
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
@@ -3191,6 +3295,8 @@ module Aws::MediaLive
|
|
3191
3295
|
# transport_stream_id: 1,
|
3192
3296
|
# video_pid: "__string",
|
3193
3297
|
# },
|
3298
|
+
# raw_settings: {
|
3299
|
+
# },
|
3194
3300
|
# },
|
3195
3301
|
# extension: "__string",
|
3196
3302
|
# name_modifier: "__string",
|
@@ -3453,6 +3559,29 @@ module Aws::MediaLive
|
|
3453
3559
|
# tier: "HIGH", # accepts HIGH, MAIN
|
3454
3560
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
3455
3561
|
# },
|
3562
|
+
# mpeg_2_settings: {
|
3563
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
3564
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
3565
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
3566
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
3567
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
3568
|
+
# filter_settings: {
|
3569
|
+
# temporal_filter_settings: {
|
3570
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
3571
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
3572
|
+
# },
|
3573
|
+
# },
|
3574
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
3575
|
+
# framerate_denominator: 1, # required
|
3576
|
+
# framerate_numerator: 1, # required
|
3577
|
+
# gop_closed_cadence: 1,
|
3578
|
+
# gop_num_b_frames: 1,
|
3579
|
+
# gop_size: 1.0,
|
3580
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
3581
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3582
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
3583
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
3584
|
+
# },
|
3456
3585
|
# },
|
3457
3586
|
# height: 1,
|
3458
3587
|
# name: "__string", # required
|
@@ -3498,6 +3627,9 @@ module Aws::MediaLive
|
|
3498
3627
|
# language_code: "__string",
|
3499
3628
|
# name: "__stringMin1", # required
|
3500
3629
|
# selector_settings: {
|
3630
|
+
# ancillary_source_settings: {
|
3631
|
+
# source_ancillary_channel_number: 1,
|
3632
|
+
# },
|
3501
3633
|
# arib_source_settings: {
|
3502
3634
|
# },
|
3503
3635
|
# dvb_sub_source_settings: {
|
@@ -3567,6 +3699,9 @@ module Aws::MediaLive
|
|
3567
3699
|
# },
|
3568
3700
|
# }
|
3569
3701
|
#
|
3702
|
+
# @!attribute [rw] cdi_input_specification
|
3703
|
+
# @return [Types::CdiInputSpecification]
|
3704
|
+
#
|
3570
3705
|
# @!attribute [rw] channel_class
|
3571
3706
|
# A standard channel has two encoding pipelines and a single pipeline
|
3572
3707
|
# channel only has one.
|
@@ -3609,6 +3744,7 @@ module Aws::MediaLive
|
|
3609
3744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
|
3610
3745
|
#
|
3611
3746
|
class CreateChannelRequest < Struct.new(
|
3747
|
+
:cdi_input_specification,
|
3612
3748
|
:channel_class,
|
3613
3749
|
:destinations,
|
3614
3750
|
:encoder_settings,
|
@@ -3966,6 +4102,7 @@ module Aws::MediaLive
|
|
3966
4102
|
# statmux_settings: {
|
3967
4103
|
# maximum_bitrate: 1,
|
3968
4104
|
# minimum_bitrate: 1,
|
4105
|
+
# priority: 1,
|
3969
4106
|
# },
|
3970
4107
|
# },
|
3971
4108
|
# },
|
@@ -4141,6 +4278,9 @@ module Aws::MediaLive
|
|
4141
4278
|
# @!attribute [rw] arn
|
4142
4279
|
# @return [String]
|
4143
4280
|
#
|
4281
|
+
# @!attribute [rw] cdi_input_specification
|
4282
|
+
# @return [Types::CdiInputSpecification]
|
4283
|
+
#
|
4144
4284
|
# @!attribute [rw] channel_class
|
4145
4285
|
# A standard channel has two encoding pipelines and a single pipeline
|
4146
4286
|
# channel only has one.
|
@@ -4191,6 +4331,7 @@ module Aws::MediaLive
|
|
4191
4331
|
#
|
4192
4332
|
class DeleteChannelResponse < Struct.new(
|
4193
4333
|
:arn,
|
4334
|
+
:cdi_input_specification,
|
4194
4335
|
:channel_class,
|
4195
4336
|
:destinations,
|
4196
4337
|
:egress_endpoints,
|
@@ -4287,6 +4428,9 @@ module Aws::MediaLive
|
|
4287
4428
|
# Packet identifiers map for a given Multiplex program.
|
4288
4429
|
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
4289
4430
|
#
|
4431
|
+
# @!attribute [rw] pipeline_details
|
4432
|
+
# @return [Array<Types::MultiplexProgramPipelineDetail>]
|
4433
|
+
#
|
4290
4434
|
# @!attribute [rw] program_name
|
4291
4435
|
# @return [String]
|
4292
4436
|
#
|
@@ -4296,6 +4440,7 @@ module Aws::MediaLive
|
|
4296
4440
|
:channel_id,
|
4297
4441
|
:multiplex_program_settings,
|
4298
4442
|
:packet_identifiers_map,
|
4443
|
+
:pipeline_details,
|
4299
4444
|
:program_name)
|
4300
4445
|
SENSITIVE = []
|
4301
4446
|
include Aws::Structure
|
@@ -4535,6 +4680,9 @@ module Aws::MediaLive
|
|
4535
4680
|
# @!attribute [rw] arn
|
4536
4681
|
# @return [String]
|
4537
4682
|
#
|
4683
|
+
# @!attribute [rw] cdi_input_specification
|
4684
|
+
# @return [Types::CdiInputSpecification]
|
4685
|
+
#
|
4538
4686
|
# @!attribute [rw] channel_class
|
4539
4687
|
# A standard channel has two encoding pipelines and a single pipeline
|
4540
4688
|
# channel only has one.
|
@@ -4585,6 +4733,7 @@ module Aws::MediaLive
|
|
4585
4733
|
#
|
4586
4734
|
class DescribeChannelResponse < Struct.new(
|
4587
4735
|
:arn,
|
4736
|
+
:cdi_input_specification,
|
4588
4737
|
:channel_class,
|
4589
4738
|
:destinations,
|
4590
4739
|
:egress_endpoints,
|
@@ -4905,6 +5054,9 @@ module Aws::MediaLive
|
|
4905
5054
|
# Packet identifiers map for a given Multiplex program.
|
4906
5055
|
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
4907
5056
|
#
|
5057
|
+
# @!attribute [rw] pipeline_details
|
5058
|
+
# @return [Array<Types::MultiplexProgramPipelineDetail>]
|
5059
|
+
#
|
4908
5060
|
# @!attribute [rw] program_name
|
4909
5061
|
# @return [String]
|
4910
5062
|
#
|
@@ -4914,6 +5066,7 @@ module Aws::MediaLive
|
|
4914
5066
|
:channel_id,
|
4915
5067
|
:multiplex_program_settings,
|
4916
5068
|
:packet_identifiers_map,
|
5069
|
+
:pipeline_details,
|
4917
5070
|
:program_name)
|
4918
5071
|
SENSITIVE = []
|
4919
5072
|
include Aws::Structure
|
@@ -5851,6 +6004,11 @@ module Aws::MediaLive
|
|
5851
6004
|
# },
|
5852
6005
|
# pass_through_settings: {
|
5853
6006
|
# },
|
6007
|
+
# wav_settings: {
|
6008
|
+
# bit_depth: 1.0,
|
6009
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
6010
|
+
# sample_rate: 1.0,
|
6011
|
+
# },
|
5854
6012
|
# },
|
5855
6013
|
# language_code: "__stringMin1Max35",
|
5856
6014
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
@@ -6233,6 +6391,8 @@ module Aws::MediaLive
|
|
6233
6391
|
# transport_stream_id: 1,
|
6234
6392
|
# video_pid: "__string",
|
6235
6393
|
# },
|
6394
|
+
# raw_settings: {
|
6395
|
+
# },
|
6236
6396
|
# },
|
6237
6397
|
# extension: "__string",
|
6238
6398
|
# name_modifier: "__string",
|
@@ -6495,6 +6655,29 @@ module Aws::MediaLive
|
|
6495
6655
|
# tier: "HIGH", # accepts HIGH, MAIN
|
6496
6656
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
6497
6657
|
# },
|
6658
|
+
# mpeg_2_settings: {
|
6659
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
6660
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
6661
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
6662
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
6663
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
6664
|
+
# filter_settings: {
|
6665
|
+
# temporal_filter_settings: {
|
6666
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6667
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6668
|
+
# },
|
6669
|
+
# },
|
6670
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
6671
|
+
# framerate_denominator: 1, # required
|
6672
|
+
# framerate_numerator: 1, # required
|
6673
|
+
# gop_closed_cadence: 1,
|
6674
|
+
# gop_num_b_frames: 1,
|
6675
|
+
# gop_size: 1.0,
|
6676
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
6677
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6678
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
6679
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
6680
|
+
# },
|
6498
6681
|
# },
|
6499
6682
|
# height: 1,
|
6500
6683
|
# name: "__string", # required
|
@@ -8726,6 +8909,9 @@ module Aws::MediaLive
|
|
8726
8909
|
# language_code: "__string",
|
8727
8910
|
# name: "__stringMin1", # required
|
8728
8911
|
# selector_settings: {
|
8912
|
+
# ancillary_source_settings: {
|
8913
|
+
# source_ancillary_channel_number: 1,
|
8914
|
+
# },
|
8729
8915
|
# arib_source_settings: {
|
8730
8916
|
# },
|
8731
8917
|
# dvb_sub_source_settings: {
|
@@ -9493,6 +9679,9 @@ module Aws::MediaLive
|
|
9493
9679
|
# language_code: "__string",
|
9494
9680
|
# name: "__stringMin1", # required
|
9495
9681
|
# selector_settings: {
|
9682
|
+
# ancillary_source_settings: {
|
9683
|
+
# source_ancillary_channel_number: 1,
|
9684
|
+
# },
|
9496
9685
|
# arib_source_settings: {
|
9497
9686
|
# },
|
9498
9687
|
# dvb_sub_source_settings: {
|
@@ -11142,6 +11331,197 @@ module Aws::MediaLive
|
|
11142
11331
|
include Aws::Structure
|
11143
11332
|
end
|
11144
11333
|
|
11334
|
+
# Mpeg2 Filter Settings
|
11335
|
+
#
|
11336
|
+
# @note When making an API call, you may pass Mpeg2FilterSettings
|
11337
|
+
# data as a hash:
|
11338
|
+
#
|
11339
|
+
# {
|
11340
|
+
# temporal_filter_settings: {
|
11341
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
11342
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
11343
|
+
# },
|
11344
|
+
# }
|
11345
|
+
#
|
11346
|
+
# @!attribute [rw] temporal_filter_settings
|
11347
|
+
# Temporal Filter Settings
|
11348
|
+
# @return [Types::TemporalFilterSettings]
|
11349
|
+
#
|
11350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Mpeg2FilterSettings AWS API Documentation
|
11351
|
+
#
|
11352
|
+
class Mpeg2FilterSettings < Struct.new(
|
11353
|
+
:temporal_filter_settings)
|
11354
|
+
SENSITIVE = []
|
11355
|
+
include Aws::Structure
|
11356
|
+
end
|
11357
|
+
|
11358
|
+
# Mpeg2 Settings
|
11359
|
+
#
|
11360
|
+
# @note When making an API call, you may pass Mpeg2Settings
|
11361
|
+
# data as a hash:
|
11362
|
+
#
|
11363
|
+
# {
|
11364
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
11365
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
11366
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
11367
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
11368
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
11369
|
+
# filter_settings: {
|
11370
|
+
# temporal_filter_settings: {
|
11371
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
11372
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
11373
|
+
# },
|
11374
|
+
# },
|
11375
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
11376
|
+
# framerate_denominator: 1, # required
|
11377
|
+
# framerate_numerator: 1, # required
|
11378
|
+
# gop_closed_cadence: 1,
|
11379
|
+
# gop_num_b_frames: 1,
|
11380
|
+
# gop_size: 1.0,
|
11381
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
11382
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
11383
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
11384
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
11385
|
+
# }
|
11386
|
+
#
|
11387
|
+
# @!attribute [rw] adaptive_quantization
|
11388
|
+
# Choose Off to disable adaptive quantization. Or choose another value
|
11389
|
+
# to enable the quantizer and set its strength. The strengths are:
|
11390
|
+
# Auto, Off, Low, Medium, High. When you enable this field, MediaLive
|
11391
|
+
# allows intra-frame quantizers to vary, which might improve visual
|
11392
|
+
# quality.
|
11393
|
+
# @return [String]
|
11394
|
+
#
|
11395
|
+
# @!attribute [rw] afd_signaling
|
11396
|
+
# Indicates the AFD values that MediaLive will write into the video
|
11397
|
+
# encode. If you do not know what AFD signaling is, or if your
|
11398
|
+
# downstream system has not given you guidance, choose AUTO. AUTO:
|
11399
|
+
# MediaLive will try to preserve the input AFD value (in cases where
|
11400
|
+
# multiple AFD values are valid). FIXED: MediaLive will use the value
|
11401
|
+
# you specify in fixedAFD.
|
11402
|
+
# @return [String]
|
11403
|
+
#
|
11404
|
+
# @!attribute [rw] color_metadata
|
11405
|
+
# Specifies whether to include the color space metadata. The metadata
|
11406
|
+
# describes the color space that applies to the video (the colorSpace
|
11407
|
+
# field). We recommend that you insert the metadata.
|
11408
|
+
# @return [String]
|
11409
|
+
#
|
11410
|
+
# @!attribute [rw] color_space
|
11411
|
+
# Choose the type of color space conversion to apply to the output.
|
11412
|
+
# For detailed information on setting up both the input and the output
|
11413
|
+
# to obtain the desired color space in the output, see the section on
|
11414
|
+
# \\"MediaLive Features - Video - color space\\" in the MediaLive
|
11415
|
+
# User Guide. PASSTHROUGH: Keep the color space of the input content -
|
11416
|
+
# do not convert it. AUTO:Convert all content that is SD to rec 601,
|
11417
|
+
# and convert all content that is HD to rec 709.
|
11418
|
+
# @return [String]
|
11419
|
+
#
|
11420
|
+
# @!attribute [rw] display_aspect_ratio
|
11421
|
+
# Sets the pixel aspect ratio for the encode.
|
11422
|
+
# @return [String]
|
11423
|
+
#
|
11424
|
+
# @!attribute [rw] filter_settings
|
11425
|
+
# Optionally specify a noise reduction filter, which can improve
|
11426
|
+
# quality of compressed content. If you do not choose a filter, no
|
11427
|
+
# filter will be applied. TEMPORAL: This filter is useful for both
|
11428
|
+
# source content that is noisy (when it has excessive digital
|
11429
|
+
# artifacts) and source content that is clean. When the content is
|
11430
|
+
# noisy, the filter cleans up the source content before the encoding
|
11431
|
+
# phase, with these two effects: First, it improves the output video
|
11432
|
+
# quality because the content has been cleaned up. Secondly, it
|
11433
|
+
# decreases the bandwidth because MediaLive does not waste bits on
|
11434
|
+
# encoding noise. When the content is reasonably clean, the filter
|
11435
|
+
# tends to decrease the bitrate.
|
11436
|
+
# @return [Types::Mpeg2FilterSettings]
|
11437
|
+
#
|
11438
|
+
# @!attribute [rw] fixed_afd
|
11439
|
+
# Complete this field only when afdSignaling is set to FIXED. Enter
|
11440
|
+
# the AFD value (4 bits) to write on all frames of the video encode.
|
11441
|
+
# @return [String]
|
11442
|
+
#
|
11443
|
+
# @!attribute [rw] framerate_denominator
|
11444
|
+
# description": "The framerate denominator. For example, 1001. The
|
11445
|
+
# framerate is the numerator divided by the denominator. For example,
|
11446
|
+
# 24000 / 1001 = 23.976 FPS.
|
11447
|
+
# @return [Integer]
|
11448
|
+
#
|
11449
|
+
# @!attribute [rw] framerate_numerator
|
11450
|
+
# The framerate numerator. For example, 24000. The framerate is the
|
11451
|
+
# numerator divided by the denominator. For example, 24000 / 1001 =
|
11452
|
+
# 23.976 FPS.
|
11453
|
+
# @return [Integer]
|
11454
|
+
#
|
11455
|
+
# @!attribute [rw] gop_closed_cadence
|
11456
|
+
# MPEG2: default is open GOP.
|
11457
|
+
# @return [Integer]
|
11458
|
+
#
|
11459
|
+
# @!attribute [rw] gop_num_b_frames
|
11460
|
+
# Relates to the GOP structure. The number of B-frames between
|
11461
|
+
# reference frames. If you do not know what a B-frame is, use the
|
11462
|
+
# default.
|
11463
|
+
# @return [Integer]
|
11464
|
+
#
|
11465
|
+
# @!attribute [rw] gop_size
|
11466
|
+
# Relates to the GOP structure. The GOP size (keyframe interval) in
|
11467
|
+
# the units specified in gopSizeUnits. If you do not know what GOP is,
|
11468
|
+
# use the default. If gopSizeUnits is frames, then the gopSize must be
|
11469
|
+
# an integer and must be greater than or equal to 1. If gopSizeUnits
|
11470
|
+
# is seconds, the gopSize must be greater than 0, but does not need to
|
11471
|
+
# be an integer.
|
11472
|
+
# @return [Float]
|
11473
|
+
#
|
11474
|
+
# @!attribute [rw] gop_size_units
|
11475
|
+
# Relates to the GOP structure. Specifies whether the gopSize is
|
11476
|
+
# specified in frames or seconds. If you do not plan to change the
|
11477
|
+
# default gopSize, leave the default. If you specify SECONDS,
|
11478
|
+
# MediaLive will internally convert the gop size to a frame count.
|
11479
|
+
# @return [String]
|
11480
|
+
#
|
11481
|
+
# @!attribute [rw] scan_type
|
11482
|
+
# Set the scan type of the output to PROGRESSIVE or INTERLACED (top
|
11483
|
+
# field first).
|
11484
|
+
# @return [String]
|
11485
|
+
#
|
11486
|
+
# @!attribute [rw] subgop_length
|
11487
|
+
# Relates to the GOP structure. If you do not know what GOP is, use
|
11488
|
+
# the default. FIXED: Set the number of B-frames in each sub-GOP to
|
11489
|
+
# the value in gopNumBFrames. DYNAMIC: Let MediaLive optimize the
|
11490
|
+
# number of B-frames in each sub-GOP, to improve visual quality.
|
11491
|
+
# @return [String]
|
11492
|
+
#
|
11493
|
+
# @!attribute [rw] timecode_insertion
|
11494
|
+
# Determines how MediaLive inserts timecodes in the output video. For
|
11495
|
+
# detailed information about setting up the input and the output for a
|
11496
|
+
# timecode, see the section on \\"MediaLive Features - Timecode
|
11497
|
+
# configuration\\" in the MediaLive User Guide. DISABLED: do not
|
11498
|
+
# include timecodes. GOP\_TIMECODE: Include timecode metadata in the
|
11499
|
+
# GOP header.
|
11500
|
+
# @return [String]
|
11501
|
+
#
|
11502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Mpeg2Settings AWS API Documentation
|
11503
|
+
#
|
11504
|
+
class Mpeg2Settings < Struct.new(
|
11505
|
+
:adaptive_quantization,
|
11506
|
+
:afd_signaling,
|
11507
|
+
:color_metadata,
|
11508
|
+
:color_space,
|
11509
|
+
:display_aspect_ratio,
|
11510
|
+
:filter_settings,
|
11511
|
+
:fixed_afd,
|
11512
|
+
:framerate_denominator,
|
11513
|
+
:framerate_numerator,
|
11514
|
+
:gop_closed_cadence,
|
11515
|
+
:gop_num_b_frames,
|
11516
|
+
:gop_size,
|
11517
|
+
:gop_size_units,
|
11518
|
+
:scan_type,
|
11519
|
+
:subgop_length,
|
11520
|
+
:timecode_insertion)
|
11521
|
+
SENSITIVE = []
|
11522
|
+
include Aws::Structure
|
11523
|
+
end
|
11524
|
+
|
11145
11525
|
# Ms Smooth Group Settings
|
11146
11526
|
#
|
11147
11527
|
# @note When making an API call, you may pass MsSmoothGroupSettings
|
@@ -11483,6 +11863,14 @@ module Aws::MediaLive
|
|
11483
11863
|
# The packet identifier map for this multiplex program.
|
11484
11864
|
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
11485
11865
|
#
|
11866
|
+
# @!attribute [rw] pipeline_details
|
11867
|
+
# Contains information about the current sources for the specified
|
11868
|
+
# program in the specified multiplex. Keep in mind that each multiplex
|
11869
|
+
# pipeline connects to both pipelines in a given source channel (the
|
11870
|
+
# channel identified by the program). But only one of those channel
|
11871
|
+
# pipelines is ever active at one time.
|
11872
|
+
# @return [Array<Types::MultiplexProgramPipelineDetail>]
|
11873
|
+
#
|
11486
11874
|
# @!attribute [rw] program_name
|
11487
11875
|
# The name of the multiplex program.
|
11488
11876
|
# @return [String]
|
@@ -11493,6 +11881,7 @@ module Aws::MediaLive
|
|
11493
11881
|
:channel_id,
|
11494
11882
|
:multiplex_program_settings,
|
11495
11883
|
:packet_identifiers_map,
|
11884
|
+
:pipeline_details,
|
11496
11885
|
:program_name)
|
11497
11886
|
SENSITIVE = []
|
11498
11887
|
include Aws::Structure
|
@@ -11592,6 +11981,26 @@ module Aws::MediaLive
|
|
11592
11981
|
include Aws::Structure
|
11593
11982
|
end
|
11594
11983
|
|
11984
|
+
# The current source for one of the pipelines in the multiplex.
|
11985
|
+
#
|
11986
|
+
# @!attribute [rw] active_channel_pipeline
|
11987
|
+
# Identifies the channel pipeline that is currently active for the
|
11988
|
+
# pipeline (identified by PipelineId) in the multiplex.
|
11989
|
+
# @return [String]
|
11990
|
+
#
|
11991
|
+
# @!attribute [rw] pipeline_id
|
11992
|
+
# Identifies a specific pipeline in the multiplex.
|
11993
|
+
# @return [String]
|
11994
|
+
#
|
11995
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramPipelineDetail AWS API Documentation
|
11996
|
+
#
|
11997
|
+
class MultiplexProgramPipelineDetail < Struct.new(
|
11998
|
+
:active_channel_pipeline,
|
11999
|
+
:pipeline_id)
|
12000
|
+
SENSITIVE = []
|
12001
|
+
include Aws::Structure
|
12002
|
+
end
|
12003
|
+
|
11595
12004
|
# Transport stream service descriptor configuration for the Multiplex
|
11596
12005
|
# program.
|
11597
12006
|
#
|
@@ -11637,6 +12046,7 @@ module Aws::MediaLive
|
|
11637
12046
|
# statmux_settings: {
|
11638
12047
|
# maximum_bitrate: 1,
|
11639
12048
|
# minimum_bitrate: 1,
|
12049
|
+
# priority: 1,
|
11640
12050
|
# },
|
11641
12051
|
# },
|
11642
12052
|
# }
|
@@ -11748,6 +12158,7 @@ module Aws::MediaLive
|
|
11748
12158
|
# {
|
11749
12159
|
# maximum_bitrate: 1,
|
11750
12160
|
# minimum_bitrate: 1,
|
12161
|
+
# priority: 1,
|
11751
12162
|
# }
|
11752
12163
|
#
|
11753
12164
|
# @!attribute [rw] maximum_bitrate
|
@@ -11758,11 +12169,21 @@ module Aws::MediaLive
|
|
11758
12169
|
# Minimum statmux bitrate.
|
11759
12170
|
# @return [Integer]
|
11760
12171
|
#
|
12172
|
+
# @!attribute [rw] priority
|
12173
|
+
# The purpose of the priority is to use a combination of
|
12174
|
+
# the\\nmultiplex rate control algorithm and the QVBR capability of
|
12175
|
+
# the\\nencoder to prioritize the video quality of some channels in
|
12176
|
+
# a\\nmultiplex over others. Channels that have a higher priority
|
12177
|
+
# will\\nget higher video quality at the expense of the video quality
|
12178
|
+
# of\\nother channels in the multiplex with lower priority.
|
12179
|
+
# @return [Integer]
|
12180
|
+
#
|
11761
12181
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexStatmuxVideoSettings AWS API Documentation
|
11762
12182
|
#
|
11763
12183
|
class MultiplexStatmuxVideoSettings < Struct.new(
|
11764
12184
|
:maximum_bitrate,
|
11765
|
-
:minimum_bitrate
|
12185
|
+
:minimum_bitrate,
|
12186
|
+
:priority)
|
11766
12187
|
SENSITIVE = []
|
11767
12188
|
include Aws::Structure
|
11768
12189
|
end
|
@@ -11829,6 +12250,7 @@ module Aws::MediaLive
|
|
11829
12250
|
# statmux_settings: {
|
11830
12251
|
# maximum_bitrate: 1,
|
11831
12252
|
# minimum_bitrate: 1,
|
12253
|
+
# priority: 1,
|
11832
12254
|
# },
|
11833
12255
|
# }
|
11834
12256
|
#
|
@@ -12068,6 +12490,8 @@ module Aws::MediaLive
|
|
12068
12490
|
# transport_stream_id: 1,
|
12069
12491
|
# video_pid: "__string",
|
12070
12492
|
# },
|
12493
|
+
# raw_settings: {
|
12494
|
+
# },
|
12071
12495
|
# },
|
12072
12496
|
# extension: "__string",
|
12073
12497
|
# name_modifier: "__string",
|
@@ -12561,6 +12985,8 @@ module Aws::MediaLive
|
|
12561
12985
|
# transport_stream_id: 1,
|
12562
12986
|
# video_pid: "__string",
|
12563
12987
|
# },
|
12988
|
+
# raw_settings: {
|
12989
|
+
# },
|
12564
12990
|
# },
|
12565
12991
|
# extension: "__string",
|
12566
12992
|
# name_modifier: "__string",
|
@@ -13019,6 +13445,8 @@ module Aws::MediaLive
|
|
13019
13445
|
# transport_stream_id: 1,
|
13020
13446
|
# video_pid: "__string",
|
13021
13447
|
# },
|
13448
|
+
# raw_settings: {
|
13449
|
+
# },
|
13022
13450
|
# },
|
13023
13451
|
# extension: "__string",
|
13024
13452
|
# name_modifier: "__string",
|
@@ -13401,6 +13829,14 @@ module Aws::MediaLive
|
|
13401
13829
|
include Aws::Structure
|
13402
13830
|
end
|
13403
13831
|
|
13832
|
+
# Raw Settings
|
13833
|
+
#
|
13834
|
+
# @api private
|
13835
|
+
#
|
13836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RawSettings AWS API Documentation
|
13837
|
+
#
|
13838
|
+
class RawSettings < Aws::EmptyStructure; end
|
13839
|
+
|
13404
13840
|
# Rec601 Settings
|
13405
13841
|
#
|
13406
13842
|
# @api private
|
@@ -14682,6 +15118,9 @@ module Aws::MediaLive
|
|
14682
15118
|
# @!attribute [rw] arn
|
14683
15119
|
# @return [String]
|
14684
15120
|
#
|
15121
|
+
# @!attribute [rw] cdi_input_specification
|
15122
|
+
# @return [Types::CdiInputSpecification]
|
15123
|
+
#
|
14685
15124
|
# @!attribute [rw] channel_class
|
14686
15125
|
# A standard channel has two encoding pipelines and a single pipeline
|
14687
15126
|
# channel only has one.
|
@@ -14732,6 +15171,7 @@ module Aws::MediaLive
|
|
14732
15171
|
#
|
14733
15172
|
class StartChannelResponse < Struct.new(
|
14734
15173
|
:arn,
|
15174
|
+
:cdi_input_specification,
|
14735
15175
|
:channel_class,
|
14736
15176
|
:destinations,
|
14737
15177
|
:egress_endpoints,
|
@@ -15024,6 +15464,9 @@ module Aws::MediaLive
|
|
15024
15464
|
# @!attribute [rw] arn
|
15025
15465
|
# @return [String]
|
15026
15466
|
#
|
15467
|
+
# @!attribute [rw] cdi_input_specification
|
15468
|
+
# @return [Types::CdiInputSpecification]
|
15469
|
+
#
|
15027
15470
|
# @!attribute [rw] channel_class
|
15028
15471
|
# A standard channel has two encoding pipelines and a single pipeline
|
15029
15472
|
# channel only has one.
|
@@ -15074,6 +15517,7 @@ module Aws::MediaLive
|
|
15074
15517
|
#
|
15075
15518
|
class StopChannelResponse < Struct.new(
|
15076
15519
|
:arn,
|
15520
|
+
:cdi_input_specification,
|
15077
15521
|
:channel_class,
|
15078
15522
|
:destinations,
|
15079
15523
|
:egress_endpoints,
|
@@ -15584,6 +16028,10 @@ module Aws::MediaLive
|
|
15584
16028
|
include Aws::Structure
|
15585
16029
|
end
|
15586
16030
|
|
16031
|
+
# @!attribute [rw] cdi_input_specification
|
16032
|
+
# Specification of CDI inputs for this channel
|
16033
|
+
# @return [Types::CdiInputSpecification]
|
16034
|
+
#
|
15587
16035
|
# @!attribute [rw] destinations
|
15588
16036
|
# A list of output destinations for this channel.
|
15589
16037
|
# @return [Array<Types::OutputDestination>]
|
@@ -15596,8 +16044,7 @@ module Aws::MediaLive
|
|
15596
16044
|
# @return [Array<Types::InputAttachment>]
|
15597
16045
|
#
|
15598
16046
|
# @!attribute [rw] input_specification
|
15599
|
-
# Specification of
|
15600
|
-
# codec, etc.)
|
16047
|
+
# Specification of network and file inputs for this channel
|
15601
16048
|
# @return [Types::InputSpecification]
|
15602
16049
|
#
|
15603
16050
|
# @!attribute [rw] log_level
|
@@ -15617,6 +16064,7 @@ module Aws::MediaLive
|
|
15617
16064
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
|
15618
16065
|
#
|
15619
16066
|
class UpdateChannel < Struct.new(
|
16067
|
+
:cdi_input_specification,
|
15620
16068
|
:destinations,
|
15621
16069
|
:encoder_settings,
|
15622
16070
|
:input_attachments,
|
@@ -15711,6 +16159,9 @@ module Aws::MediaLive
|
|
15711
16159
|
# data as a hash:
|
15712
16160
|
#
|
15713
16161
|
# {
|
16162
|
+
# cdi_input_specification: {
|
16163
|
+
# resolution: "SD", # accepts SD, HD, FHD, UHD
|
16164
|
+
# },
|
15714
16165
|
# channel_id: "__string", # required
|
15715
16166
|
# destinations: [
|
15716
16167
|
# {
|
@@ -15795,6 +16246,11 @@ module Aws::MediaLive
|
|
15795
16246
|
# },
|
15796
16247
|
# pass_through_settings: {
|
15797
16248
|
# },
|
16249
|
+
# wav_settings: {
|
16250
|
+
# bit_depth: 1.0,
|
16251
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
16252
|
+
# sample_rate: 1.0,
|
16253
|
+
# },
|
15798
16254
|
# },
|
15799
16255
|
# language_code: "__stringMin1Max35",
|
15800
16256
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
@@ -16177,6 +16633,8 @@ module Aws::MediaLive
|
|
16177
16633
|
# transport_stream_id: 1,
|
16178
16634
|
# video_pid: "__string",
|
16179
16635
|
# },
|
16636
|
+
# raw_settings: {
|
16637
|
+
# },
|
16180
16638
|
# },
|
16181
16639
|
# extension: "__string",
|
16182
16640
|
# name_modifier: "__string",
|
@@ -16439,6 +16897,29 @@ module Aws::MediaLive
|
|
16439
16897
|
# tier: "HIGH", # accepts HIGH, MAIN
|
16440
16898
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
16441
16899
|
# },
|
16900
|
+
# mpeg_2_settings: {
|
16901
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
16902
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
16903
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
16904
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
16905
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
16906
|
+
# filter_settings: {
|
16907
|
+
# temporal_filter_settings: {
|
16908
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16909
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
16910
|
+
# },
|
16911
|
+
# },
|
16912
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
16913
|
+
# framerate_denominator: 1, # required
|
16914
|
+
# framerate_numerator: 1, # required
|
16915
|
+
# gop_closed_cadence: 1,
|
16916
|
+
# gop_num_b_frames: 1,
|
16917
|
+
# gop_size: 1.0,
|
16918
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
16919
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16920
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
16921
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
16922
|
+
# },
|
16442
16923
|
# },
|
16443
16924
|
# height: 1,
|
16444
16925
|
# name: "__string", # required
|
@@ -16484,6 +16965,9 @@ module Aws::MediaLive
|
|
16484
16965
|
# language_code: "__string",
|
16485
16966
|
# name: "__stringMin1", # required
|
16486
16967
|
# selector_settings: {
|
16968
|
+
# ancillary_source_settings: {
|
16969
|
+
# source_ancillary_channel_number: 1,
|
16970
|
+
# },
|
16487
16971
|
# arib_source_settings: {
|
16488
16972
|
# },
|
16489
16973
|
# dvb_sub_source_settings: {
|
@@ -16548,6 +17032,9 @@ module Aws::MediaLive
|
|
16548
17032
|
# role_arn: "__string",
|
16549
17033
|
# }
|
16550
17034
|
#
|
17035
|
+
# @!attribute [rw] cdi_input_specification
|
17036
|
+
# @return [Types::CdiInputSpecification]
|
17037
|
+
#
|
16551
17038
|
# @!attribute [rw] channel_id
|
16552
17039
|
# @return [String]
|
16553
17040
|
#
|
@@ -16577,6 +17064,7 @@ module Aws::MediaLive
|
|
16577
17064
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelRequest AWS API Documentation
|
16578
17065
|
#
|
16579
17066
|
class UpdateChannelRequest < Struct.new(
|
17067
|
+
:cdi_input_specification,
|
16580
17068
|
:channel_id,
|
16581
17069
|
:destinations,
|
16582
17070
|
:encoder_settings,
|
@@ -16969,6 +17457,7 @@ module Aws::MediaLive
|
|
16969
17457
|
# statmux_settings: {
|
16970
17458
|
# maximum_bitrate: 1,
|
16971
17459
|
# minimum_bitrate: 1,
|
17460
|
+
# priority: 1,
|
16972
17461
|
# },
|
16973
17462
|
# },
|
16974
17463
|
# },
|
@@ -17269,6 +17758,29 @@ module Aws::MediaLive
|
|
17269
17758
|
# tier: "HIGH", # accepts HIGH, MAIN
|
17270
17759
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
17271
17760
|
# },
|
17761
|
+
# mpeg_2_settings: {
|
17762
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
17763
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
17764
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
17765
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
17766
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
17767
|
+
# filter_settings: {
|
17768
|
+
# temporal_filter_settings: {
|
17769
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17770
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
17771
|
+
# },
|
17772
|
+
# },
|
17773
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
17774
|
+
# framerate_denominator: 1, # required
|
17775
|
+
# framerate_numerator: 1, # required
|
17776
|
+
# gop_closed_cadence: 1,
|
17777
|
+
# gop_num_b_frames: 1,
|
17778
|
+
# gop_size: 1.0,
|
17779
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
17780
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
17781
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
17782
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
17783
|
+
# },
|
17272
17784
|
# }
|
17273
17785
|
#
|
17274
17786
|
# @!attribute [rw] frame_capture_settings
|
@@ -17283,12 +17795,17 @@ module Aws::MediaLive
|
|
17283
17795
|
# H265 Settings
|
17284
17796
|
# @return [Types::H265Settings]
|
17285
17797
|
#
|
17798
|
+
# @!attribute [rw] mpeg_2_settings
|
17799
|
+
# Mpeg2 Settings
|
17800
|
+
# @return [Types::Mpeg2Settings]
|
17801
|
+
#
|
17286
17802
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoCodecSettings AWS API Documentation
|
17287
17803
|
#
|
17288
17804
|
class VideoCodecSettings < Struct.new(
|
17289
17805
|
:frame_capture_settings,
|
17290
17806
|
:h264_settings,
|
17291
|
-
:h265_settings
|
17807
|
+
:h265_settings,
|
17808
|
+
:mpeg_2_settings)
|
17292
17809
|
SENSITIVE = []
|
17293
17810
|
include Aws::Structure
|
17294
17811
|
end
|
@@ -17406,6 +17923,29 @@ module Aws::MediaLive
|
|
17406
17923
|
# tier: "HIGH", # accepts HIGH, MAIN
|
17407
17924
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
17408
17925
|
# },
|
17926
|
+
# mpeg_2_settings: {
|
17927
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
|
17928
|
+
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
17929
|
+
# color_metadata: "IGNORE", # accepts IGNORE, INSERT
|
17930
|
+
# color_space: "AUTO", # accepts AUTO, PASSTHROUGH
|
17931
|
+
# display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
|
17932
|
+
# filter_settings: {
|
17933
|
+
# temporal_filter_settings: {
|
17934
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17935
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
17936
|
+
# },
|
17937
|
+
# },
|
17938
|
+
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
17939
|
+
# framerate_denominator: 1, # required
|
17940
|
+
# framerate_numerator: 1, # required
|
17941
|
+
# gop_closed_cadence: 1,
|
17942
|
+
# gop_num_b_frames: 1,
|
17943
|
+
# gop_size: 1.0,
|
17944
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
17945
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
17946
|
+
# subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
|
17947
|
+
# timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
|
17948
|
+
# },
|
17409
17949
|
# },
|
17410
17950
|
# height: 1,
|
17411
17951
|
# name: "__string", # required
|
@@ -17610,6 +18150,40 @@ module Aws::MediaLive
|
|
17610
18150
|
include Aws::Structure
|
17611
18151
|
end
|
17612
18152
|
|
18153
|
+
# Wav Settings
|
18154
|
+
#
|
18155
|
+
# @note When making an API call, you may pass WavSettings
|
18156
|
+
# data as a hash:
|
18157
|
+
#
|
18158
|
+
# {
|
18159
|
+
# bit_depth: 1.0,
|
18160
|
+
# coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
|
18161
|
+
# sample_rate: 1.0,
|
18162
|
+
# }
|
18163
|
+
#
|
18164
|
+
# @!attribute [rw] bit_depth
|
18165
|
+
# Bits per sample.
|
18166
|
+
# @return [Float]
|
18167
|
+
#
|
18168
|
+
# @!attribute [rw] coding_mode
|
18169
|
+
# The audio coding mode for the WAV audio. The mode determines the
|
18170
|
+
# number of channels in the audio.
|
18171
|
+
# @return [String]
|
18172
|
+
#
|
18173
|
+
# @!attribute [rw] sample_rate
|
18174
|
+
# Sample rate in Hz.
|
18175
|
+
# @return [Float]
|
18176
|
+
#
|
18177
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/WavSettings AWS API Documentation
|
18178
|
+
#
|
18179
|
+
class WavSettings < Struct.new(
|
18180
|
+
:bit_depth,
|
18181
|
+
:coding_mode,
|
18182
|
+
:sample_rate)
|
18183
|
+
SENSITIVE = []
|
18184
|
+
include Aws::Structure
|
18185
|
+
end
|
18186
|
+
|
17613
18187
|
# Webvtt Destination Settings
|
17614
18188
|
#
|
17615
18189
|
# @api private
|