aws-sdk-medialive 1.18.0 → 1.19.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 +49 -1
- data/lib/aws-sdk-medialive/client_api.rb +20 -2
- data/lib/aws-sdk-medialive/types.rb +182 -17
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cedfe81cb0cb96c613062f79dc4ee74fd0384630
|
|
4
|
+
data.tar.gz: 56b4e59034104c79999117a6ecfae697a8b49520
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f30b32a9d2c7a40463b6ee1fa5749537b0e4d6ede49ff49319a89e69790ca0460727f3782184656ec2696ea8d2ad2a3f19cf8dc351748839ed1a5d3757281714
|
|
7
|
+
data.tar.gz: a5a8cf3c943e3ebc87f333b61ff3364055396e8f61eaaa7985410fb6e53026559112418e2cd250b9b33a33286d72fbf832a174fedc104b97a4eaf538fea5f4ac
|
data/lib/aws-sdk-medialive.rb
CHANGED
|
@@ -663,6 +663,11 @@ module Aws::MediaLive
|
|
|
663
663
|
# },
|
|
664
664
|
# rollover_interval: 1,
|
|
665
665
|
# },
|
|
666
|
+
# frame_capture_group_settings: {
|
|
667
|
+
# destination: { # required
|
|
668
|
+
# destination_ref_id: "__string",
|
|
669
|
+
# },
|
|
670
|
+
# },
|
|
666
671
|
# hls_group_settings: {
|
|
667
672
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
668
673
|
# base_url_content: "__string",
|
|
@@ -714,6 +719,7 @@ module Aws::MediaLive
|
|
|
714
719
|
# restart_delay: 1,
|
|
715
720
|
# },
|
|
716
721
|
# },
|
|
722
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
717
723
|
# index_n_segments: 1,
|
|
718
724
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
719
725
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -856,6 +862,9 @@ module Aws::MediaLive
|
|
|
856
862
|
# extension: "__string",
|
|
857
863
|
# name_modifier: "__string",
|
|
858
864
|
# },
|
|
865
|
+
# frame_capture_output_settings: {
|
|
866
|
+
# name_modifier: "__string",
|
|
867
|
+
# },
|
|
859
868
|
# hls_output_settings: {
|
|
860
869
|
# hls_settings: { # required
|
|
861
870
|
# audio_only_hls_settings: {
|
|
@@ -988,6 +997,9 @@ module Aws::MediaLive
|
|
|
988
997
|
# video_descriptions: [ # required
|
|
989
998
|
# {
|
|
990
999
|
# codec_settings: {
|
|
1000
|
+
# frame_capture_settings: {
|
|
1001
|
+
# capture_interval: 1, # required
|
|
1002
|
+
# },
|
|
991
1003
|
# h264_settings: {
|
|
992
1004
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
993
1005
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -1273,6 +1285,7 @@ module Aws::MediaLive
|
|
|
1273
1285
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
|
1274
1286
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
1275
1287
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
1288
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
1276
1289
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
1277
1290
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
1278
1291
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -1309,6 +1322,7 @@ module Aws::MediaLive
|
|
|
1309
1322
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
1310
1323
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
1311
1324
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
1325
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
1312
1326
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
1313
1327
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
1314
1328
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -1423,6 +1437,7 @@ module Aws::MediaLive
|
|
|
1423
1437
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
1424
1438
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
1425
1439
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
1440
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
1426
1441
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
1427
1442
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
1428
1443
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -1512,6 +1527,7 @@ module Aws::MediaLive
|
|
|
1512
1527
|
# resp.channel.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
1513
1528
|
# resp.channel.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
1514
1529
|
# resp.channel.encoder_settings.video_descriptions #=> Array
|
|
1530
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
1515
1531
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
1516
1532
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
1517
1533
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -1900,6 +1916,7 @@ module Aws::MediaLive
|
|
|
1900
1916
|
# resp.encoder_settings.output_groups[0].name #=> String
|
|
1901
1917
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
1902
1918
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
1919
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
1903
1920
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
1904
1921
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
1905
1922
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -1936,6 +1953,7 @@ module Aws::MediaLive
|
|
|
1936
1953
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
1937
1954
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
1938
1955
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
1956
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
1939
1957
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
1940
1958
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
1941
1959
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -2050,6 +2068,7 @@ module Aws::MediaLive
|
|
|
2050
2068
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
2051
2069
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
2052
2070
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
2071
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
2053
2072
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
2054
2073
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
2055
2074
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -2139,6 +2158,7 @@ module Aws::MediaLive
|
|
|
2139
2158
|
# resp.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
2140
2159
|
# resp.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
2141
2160
|
# resp.encoder_settings.video_descriptions #=> Array
|
|
2161
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
2142
2162
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
2143
2163
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
2144
2164
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -2514,6 +2534,7 @@ module Aws::MediaLive
|
|
|
2514
2534
|
# resp.encoder_settings.output_groups[0].name #=> String
|
|
2515
2535
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
2516
2536
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
2537
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
2517
2538
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
2518
2539
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
2519
2540
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -2550,6 +2571,7 @@ module Aws::MediaLive
|
|
|
2550
2571
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
2551
2572
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
2552
2573
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
2574
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
2553
2575
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
2554
2576
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
2555
2577
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -2664,6 +2686,7 @@ module Aws::MediaLive
|
|
|
2664
2686
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
2665
2687
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
2666
2688
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
2689
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
2667
2690
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
2668
2691
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
2669
2692
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -2753,6 +2776,7 @@ module Aws::MediaLive
|
|
|
2753
2776
|
# resp.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
2754
2777
|
# resp.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
2755
2778
|
# resp.encoder_settings.video_descriptions #=> Array
|
|
2779
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
2756
2780
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
2757
2781
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
2758
2782
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -3693,6 +3717,7 @@ module Aws::MediaLive
|
|
|
3693
3717
|
# resp.encoder_settings.output_groups[0].name #=> String
|
|
3694
3718
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
3695
3719
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
3720
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
3696
3721
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
3697
3722
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
3698
3723
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -3729,6 +3754,7 @@ module Aws::MediaLive
|
|
|
3729
3754
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
3730
3755
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
3731
3756
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
3757
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
3732
3758
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
3733
3759
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
3734
3760
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -3843,6 +3869,7 @@ module Aws::MediaLive
|
|
|
3843
3869
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
3844
3870
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
3845
3871
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
3872
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
3846
3873
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
3847
3874
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
3848
3875
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -3932,6 +3959,7 @@ module Aws::MediaLive
|
|
|
3932
3959
|
# resp.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
3933
3960
|
# resp.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
3934
3961
|
# resp.encoder_settings.video_descriptions #=> Array
|
|
3962
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
3935
3963
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
3936
3964
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
3937
3965
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -4200,6 +4228,7 @@ module Aws::MediaLive
|
|
|
4200
4228
|
# resp.encoder_settings.output_groups[0].name #=> String
|
|
4201
4229
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
4202
4230
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
4231
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
4203
4232
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
4204
4233
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
4205
4234
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -4236,6 +4265,7 @@ module Aws::MediaLive
|
|
|
4236
4265
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
4237
4266
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
4238
4267
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
4268
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
4239
4269
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
4240
4270
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
4241
4271
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -4350,6 +4380,7 @@ module Aws::MediaLive
|
|
|
4350
4380
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
4351
4381
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
4352
4382
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
4383
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
4353
4384
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
4354
4385
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
4355
4386
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -4439,6 +4470,7 @@ module Aws::MediaLive
|
|
|
4439
4470
|
# resp.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
4440
4471
|
# resp.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
4441
4472
|
# resp.encoder_settings.video_descriptions #=> Array
|
|
4473
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
4442
4474
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
4443
4475
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
4444
4476
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -4799,6 +4831,11 @@ module Aws::MediaLive
|
|
|
4799
4831
|
# },
|
|
4800
4832
|
# rollover_interval: 1,
|
|
4801
4833
|
# },
|
|
4834
|
+
# frame_capture_group_settings: {
|
|
4835
|
+
# destination: { # required
|
|
4836
|
+
# destination_ref_id: "__string",
|
|
4837
|
+
# },
|
|
4838
|
+
# },
|
|
4802
4839
|
# hls_group_settings: {
|
|
4803
4840
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
4804
4841
|
# base_url_content: "__string",
|
|
@@ -4850,6 +4887,7 @@ module Aws::MediaLive
|
|
|
4850
4887
|
# restart_delay: 1,
|
|
4851
4888
|
# },
|
|
4852
4889
|
# },
|
|
4890
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
4853
4891
|
# index_n_segments: 1,
|
|
4854
4892
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
4855
4893
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -4992,6 +5030,9 @@ module Aws::MediaLive
|
|
|
4992
5030
|
# extension: "__string",
|
|
4993
5031
|
# name_modifier: "__string",
|
|
4994
5032
|
# },
|
|
5033
|
+
# frame_capture_output_settings: {
|
|
5034
|
+
# name_modifier: "__string",
|
|
5035
|
+
# },
|
|
4995
5036
|
# hls_output_settings: {
|
|
4996
5037
|
# hls_settings: { # required
|
|
4997
5038
|
# audio_only_hls_settings: {
|
|
@@ -5124,6 +5165,9 @@ module Aws::MediaLive
|
|
|
5124
5165
|
# video_descriptions: [ # required
|
|
5125
5166
|
# {
|
|
5126
5167
|
# codec_settings: {
|
|
5168
|
+
# frame_capture_settings: {
|
|
5169
|
+
# capture_interval: 1, # required
|
|
5170
|
+
# },
|
|
5127
5171
|
# h264_settings: {
|
|
5128
5172
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
5129
5173
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -5407,6 +5451,7 @@ module Aws::MediaLive
|
|
|
5407
5451
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
|
5408
5452
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
|
5409
5453
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
|
5454
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
|
5410
5455
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
|
5411
5456
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
|
5412
5457
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
|
@@ -5443,6 +5488,7 @@ module Aws::MediaLive
|
|
|
5443
5488
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
|
5444
5489
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.num_retries #=> Integer
|
|
5445
5490
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
|
|
5491
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
|
|
5446
5492
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
|
|
5447
5493
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
|
|
5448
5494
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
|
|
@@ -5557,6 +5603,7 @@ module Aws::MediaLive
|
|
|
5557
5603
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.container_settings.m2ts_settings.video_pid #=> String
|
|
5558
5604
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.extension #=> String
|
|
5559
5605
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.archive_output_settings.name_modifier #=> String
|
|
5606
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.frame_capture_output_settings.name_modifier #=> String
|
|
5560
5607
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_group_id #=> String
|
|
5561
5608
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.password_param #=> String
|
|
5562
5609
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_only_image.uri #=> String
|
|
@@ -5646,6 +5693,7 @@ module Aws::MediaLive
|
|
|
5646
5693
|
# resp.channel.encoder_settings.timecode_config.source #=> String, one of "EMBEDDED", "SYSTEMCLOCK", "ZEROBASED"
|
|
5647
5694
|
# resp.channel.encoder_settings.timecode_config.sync_threshold #=> Integer
|
|
5648
5695
|
# resp.channel.encoder_settings.video_descriptions #=> Array
|
|
5696
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
|
5649
5697
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
|
5650
5698
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
|
5651
5699
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
|
@@ -5873,7 +5921,7 @@ module Aws::MediaLive
|
|
|
5873
5921
|
params: params,
|
|
5874
5922
|
config: config)
|
|
5875
5923
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
5876
|
-
context[:gem_version] = '1.
|
|
5924
|
+
context[:gem_version] = '1.19.0'
|
|
5877
5925
|
Seahorse::Client::Request.new(handlers, context)
|
|
5878
5926
|
end
|
|
5879
5927
|
|
|
@@ -155,6 +155,9 @@ module Aws::MediaLive
|
|
|
155
155
|
FollowModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FollowModeScheduleActionStartSettings')
|
|
156
156
|
FollowPoint = Shapes::StringShape.new(name: 'FollowPoint')
|
|
157
157
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
|
158
|
+
FrameCaptureGroupSettings = Shapes::StructureShape.new(name: 'FrameCaptureGroupSettings')
|
|
159
|
+
FrameCaptureOutputSettings = Shapes::StructureShape.new(name: 'FrameCaptureOutputSettings')
|
|
160
|
+
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
|
158
161
|
GatewayTimeoutException = Shapes::StructureShape.new(name: 'GatewayTimeoutException')
|
|
159
162
|
GlobalConfiguration = Shapes::StructureShape.new(name: 'GlobalConfiguration')
|
|
160
163
|
GlobalConfigurationInputEndAction = Shapes::StringShape.new(name: 'GlobalConfigurationInputEndAction')
|
|
@@ -211,6 +214,7 @@ module Aws::MediaLive
|
|
|
211
214
|
HlsTsFileMode = Shapes::StringShape.new(name: 'HlsTsFileMode')
|
|
212
215
|
HlsWebdavHttpTransferMode = Shapes::StringShape.new(name: 'HlsWebdavHttpTransferMode')
|
|
213
216
|
HlsWebdavSettings = Shapes::StructureShape.new(name: 'HlsWebdavSettings')
|
|
217
|
+
IFrameOnlyPlaylistType = Shapes::StringShape.new(name: 'IFrameOnlyPlaylistType')
|
|
214
218
|
Input = Shapes::StructureShape.new(name: 'Input')
|
|
215
219
|
InputAttachment = Shapes::StructureShape.new(name: 'InputAttachment')
|
|
216
220
|
InputChannelLevel = Shapes::StructureShape.new(name: 'InputChannelLevel')
|
|
@@ -444,6 +448,7 @@ module Aws::MediaLive
|
|
|
444
448
|
__integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
|
|
445
449
|
__integerMin1Max31 = Shapes::IntegerShape.new(name: '__integerMin1Max31')
|
|
446
450
|
__integerMin1Max32 = Shapes::IntegerShape.new(name: '__integerMin1Max32')
|
|
451
|
+
__integerMin1Max3600 = Shapes::IntegerShape.new(name: '__integerMin1Max3600')
|
|
447
452
|
__integerMin1Max4 = Shapes::IntegerShape.new(name: '__integerMin1Max4')
|
|
448
453
|
__integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
|
|
449
454
|
__integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
|
|
@@ -1019,6 +1024,15 @@ module Aws::MediaLive
|
|
|
1019
1024
|
FollowModeScheduleActionStartSettings.add_member(:reference_action_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "referenceActionName"))
|
|
1020
1025
|
FollowModeScheduleActionStartSettings.struct_class = Types::FollowModeScheduleActionStartSettings
|
|
1021
1026
|
|
|
1027
|
+
FrameCaptureGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
|
1028
|
+
FrameCaptureGroupSettings.struct_class = Types::FrameCaptureGroupSettings
|
|
1029
|
+
|
|
1030
|
+
FrameCaptureOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
|
1031
|
+
FrameCaptureOutputSettings.struct_class = Types::FrameCaptureOutputSettings
|
|
1032
|
+
|
|
1033
|
+
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600, required: true, location_name: "captureInterval"))
|
|
1034
|
+
FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
|
|
1035
|
+
|
|
1022
1036
|
GlobalConfiguration.add_member(:initial_audio_gain, Shapes::ShapeRef.new(shape: __integerMinNegative60Max60, location_name: "initialAudioGain"))
|
|
1023
1037
|
GlobalConfiguration.add_member(:input_end_action, Shapes::ShapeRef.new(shape: GlobalConfigurationInputEndAction, location_name: "inputEndAction"))
|
|
1024
1038
|
GlobalConfiguration.add_member(:input_loss_behavior, Shapes::ShapeRef.new(shape: InputLossBehavior, location_name: "inputLossBehavior"))
|
|
@@ -1036,8 +1050,8 @@ module Aws::MediaLive
|
|
|
1036
1050
|
H264Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
|
1037
1051
|
H264Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H264FlickerAq, location_name: "flickerAq"))
|
|
1038
1052
|
H264Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: H264FramerateControl, location_name: "framerateControl"))
|
|
1039
|
-
H264Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape:
|
|
1040
|
-
H264Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape:
|
|
1053
|
+
H264Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "framerateDenominator"))
|
|
1054
|
+
H264Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "framerateNumerator"))
|
|
1041
1055
|
H264Settings.add_member(:gop_b_reference, Shapes::ShapeRef.new(shape: H264GopBReference, location_name: "gopBReference"))
|
|
1042
1056
|
H264Settings.add_member(:gop_closed_cadence, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "gopClosedCadence"))
|
|
1043
1057
|
H264Settings.add_member(:gop_num_b_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "gopNumBFrames"))
|
|
@@ -1098,6 +1112,7 @@ module Aws::MediaLive
|
|
|
1098
1112
|
HlsGroupSettings.add_member(:directory_structure, Shapes::ShapeRef.new(shape: HlsDirectoryStructure, location_name: "directoryStructure"))
|
|
1099
1113
|
HlsGroupSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: HlsEncryptionType, location_name: "encryptionType"))
|
|
1100
1114
|
HlsGroupSettings.add_member(:hls_cdn_settings, Shapes::ShapeRef.new(shape: HlsCdnSettings, location_name: "hlsCdnSettings"))
|
|
1115
|
+
HlsGroupSettings.add_member(:i_frame_only_playlists, Shapes::ShapeRef.new(shape: IFrameOnlyPlaylistType, location_name: "iFrameOnlyPlaylists"))
|
|
1101
1116
|
HlsGroupSettings.add_member(:index_n_segments, Shapes::ShapeRef.new(shape: __integerMin3, location_name: "indexNSegments"))
|
|
1102
1117
|
HlsGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForHlsOut, location_name: "inputLossAction"))
|
|
1103
1118
|
HlsGroupSettings.add_member(:iv_in_manifest, Shapes::ShapeRef.new(shape: HlsIvInManifest, location_name: "ivInManifest"))
|
|
@@ -1471,6 +1486,7 @@ module Aws::MediaLive
|
|
|
1471
1486
|
OutputGroup.struct_class = Types::OutputGroup
|
|
1472
1487
|
|
|
1473
1488
|
OutputGroupSettings.add_member(:archive_group_settings, Shapes::ShapeRef.new(shape: ArchiveGroupSettings, location_name: "archiveGroupSettings"))
|
|
1489
|
+
OutputGroupSettings.add_member(:frame_capture_group_settings, Shapes::ShapeRef.new(shape: FrameCaptureGroupSettings, location_name: "frameCaptureGroupSettings"))
|
|
1474
1490
|
OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
|
|
1475
1491
|
OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
|
|
1476
1492
|
OutputGroupSettings.add_member(:rtmp_group_settings, Shapes::ShapeRef.new(shape: RtmpGroupSettings, location_name: "rtmpGroupSettings"))
|
|
@@ -1481,6 +1497,7 @@ module Aws::MediaLive
|
|
|
1481
1497
|
OutputLocationRef.struct_class = Types::OutputLocationRef
|
|
1482
1498
|
|
|
1483
1499
|
OutputSettings.add_member(:archive_output_settings, Shapes::ShapeRef.new(shape: ArchiveOutputSettings, location_name: "archiveOutputSettings"))
|
|
1500
|
+
OutputSettings.add_member(:frame_capture_output_settings, Shapes::ShapeRef.new(shape: FrameCaptureOutputSettings, location_name: "frameCaptureOutputSettings"))
|
|
1484
1501
|
OutputSettings.add_member(:hls_output_settings, Shapes::ShapeRef.new(shape: HlsOutputSettings, location_name: "hlsOutputSettings"))
|
|
1485
1502
|
OutputSettings.add_member(:ms_smooth_output_settings, Shapes::ShapeRef.new(shape: MsSmoothOutputSettings, location_name: "msSmoothOutputSettings"))
|
|
1486
1503
|
OutputSettings.add_member(:rtmp_output_settings, Shapes::ShapeRef.new(shape: RtmpOutputSettings, location_name: "rtmpOutputSettings"))
|
|
@@ -1789,6 +1806,7 @@ module Aws::MediaLive
|
|
|
1789
1806
|
ValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
|
1790
1807
|
ValidationError.struct_class = Types::ValidationError
|
|
1791
1808
|
|
|
1809
|
+
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
|
1792
1810
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
|
1793
1811
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
|
1794
1812
|
|
|
@@ -248,8 +248,6 @@ module Aws::MediaLive
|
|
|
248
248
|
#
|
|
249
249
|
# @!attribute [rw] destination
|
|
250
250
|
# A directory and base filename where archive files should be written.
|
|
251
|
-
# If the base filename portion of the URI is left blank, the base
|
|
252
|
-
# filename of the first input will be automatically inserted.
|
|
253
251
|
# @return [Types::OutputLocationRef]
|
|
254
252
|
#
|
|
255
253
|
# @!attribute [rw] rollover_interval
|
|
@@ -2282,6 +2280,11 @@ module Aws::MediaLive
|
|
|
2282
2280
|
# },
|
|
2283
2281
|
# rollover_interval: 1,
|
|
2284
2282
|
# },
|
|
2283
|
+
# frame_capture_group_settings: {
|
|
2284
|
+
# destination: { # required
|
|
2285
|
+
# destination_ref_id: "__string",
|
|
2286
|
+
# },
|
|
2287
|
+
# },
|
|
2285
2288
|
# hls_group_settings: {
|
|
2286
2289
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
2287
2290
|
# base_url_content: "__string",
|
|
@@ -2333,6 +2336,7 @@ module Aws::MediaLive
|
|
|
2333
2336
|
# restart_delay: 1,
|
|
2334
2337
|
# },
|
|
2335
2338
|
# },
|
|
2339
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
2336
2340
|
# index_n_segments: 1,
|
|
2337
2341
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
2338
2342
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -2475,6 +2479,9 @@ module Aws::MediaLive
|
|
|
2475
2479
|
# extension: "__string",
|
|
2476
2480
|
# name_modifier: "__string",
|
|
2477
2481
|
# },
|
|
2482
|
+
# frame_capture_output_settings: {
|
|
2483
|
+
# name_modifier: "__string",
|
|
2484
|
+
# },
|
|
2478
2485
|
# hls_output_settings: {
|
|
2479
2486
|
# hls_settings: { # required
|
|
2480
2487
|
# audio_only_hls_settings: {
|
|
@@ -2607,6 +2614,9 @@ module Aws::MediaLive
|
|
|
2607
2614
|
# video_descriptions: [ # required
|
|
2608
2615
|
# {
|
|
2609
2616
|
# codec_settings: {
|
|
2617
|
+
# frame_capture_settings: {
|
|
2618
|
+
# capture_interval: 1, # required
|
|
2619
|
+
# },
|
|
2610
2620
|
# h264_settings: {
|
|
2611
2621
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
2612
2622
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -4326,6 +4336,11 @@ module Aws::MediaLive
|
|
|
4326
4336
|
# },
|
|
4327
4337
|
# rollover_interval: 1,
|
|
4328
4338
|
# },
|
|
4339
|
+
# frame_capture_group_settings: {
|
|
4340
|
+
# destination: { # required
|
|
4341
|
+
# destination_ref_id: "__string",
|
|
4342
|
+
# },
|
|
4343
|
+
# },
|
|
4329
4344
|
# hls_group_settings: {
|
|
4330
4345
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
4331
4346
|
# base_url_content: "__string",
|
|
@@ -4377,6 +4392,7 @@ module Aws::MediaLive
|
|
|
4377
4392
|
# restart_delay: 1,
|
|
4378
4393
|
# },
|
|
4379
4394
|
# },
|
|
4395
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
4380
4396
|
# index_n_segments: 1,
|
|
4381
4397
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
4382
4398
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -4519,6 +4535,9 @@ module Aws::MediaLive
|
|
|
4519
4535
|
# extension: "__string",
|
|
4520
4536
|
# name_modifier: "__string",
|
|
4521
4537
|
# },
|
|
4538
|
+
# frame_capture_output_settings: {
|
|
4539
|
+
# name_modifier: "__string",
|
|
4540
|
+
# },
|
|
4522
4541
|
# hls_output_settings: {
|
|
4523
4542
|
# hls_settings: { # required
|
|
4524
4543
|
# audio_only_hls_settings: {
|
|
@@ -4651,6 +4670,9 @@ module Aws::MediaLive
|
|
|
4651
4670
|
# video_descriptions: [ # required
|
|
4652
4671
|
# {
|
|
4653
4672
|
# codec_settings: {
|
|
4673
|
+
# frame_capture_settings: {
|
|
4674
|
+
# capture_interval: 1, # required
|
|
4675
|
+
# },
|
|
4654
4676
|
# h264_settings: {
|
|
4655
4677
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
4656
4678
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -4839,6 +4861,78 @@ module Aws::MediaLive
|
|
|
4839
4861
|
include Aws::Structure
|
|
4840
4862
|
end
|
|
4841
4863
|
|
|
4864
|
+
# Frame Capture Group Settings
|
|
4865
|
+
#
|
|
4866
|
+
# @note When making an API call, you may pass FrameCaptureGroupSettings
|
|
4867
|
+
# data as a hash:
|
|
4868
|
+
#
|
|
4869
|
+
# {
|
|
4870
|
+
# destination: { # required
|
|
4871
|
+
# destination_ref_id: "__string",
|
|
4872
|
+
# },
|
|
4873
|
+
# }
|
|
4874
|
+
#
|
|
4875
|
+
# @!attribute [rw] destination
|
|
4876
|
+
# The destination for the frame capture files. Either the URI for an
|
|
4877
|
+
# Amazon S3 bucket and object, plus a file name prefix (for example,
|
|
4878
|
+
# s3ssl://sportsDelivery/highlights/20180820/curling\_) or the URI for
|
|
4879
|
+
# a MediaStore container, plus a file name prefix (for example,
|
|
4880
|
+
# mediastoressl://sportsDelivery/20180820/curling\_). The final file
|
|
4881
|
+
# names consist of the prefix from the destination field (for example,
|
|
4882
|
+
# "curling\_") + name modifier + the counter (5 digits, starting
|
|
4883
|
+
# from 00001) + extension (which is always .jpg). For example,
|
|
4884
|
+
# curlingLow.00001.jpg
|
|
4885
|
+
# @return [Types::OutputLocationRef]
|
|
4886
|
+
#
|
|
4887
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureGroupSettings AWS API Documentation
|
|
4888
|
+
#
|
|
4889
|
+
class FrameCaptureGroupSettings < Struct.new(
|
|
4890
|
+
:destination)
|
|
4891
|
+
include Aws::Structure
|
|
4892
|
+
end
|
|
4893
|
+
|
|
4894
|
+
# Frame Capture Output Settings
|
|
4895
|
+
#
|
|
4896
|
+
# @note When making an API call, you may pass FrameCaptureOutputSettings
|
|
4897
|
+
# data as a hash:
|
|
4898
|
+
#
|
|
4899
|
+
# {
|
|
4900
|
+
# name_modifier: "__string",
|
|
4901
|
+
# }
|
|
4902
|
+
#
|
|
4903
|
+
# @!attribute [rw] name_modifier
|
|
4904
|
+
# Required if the output group contains more than one output. This
|
|
4905
|
+
# modifier forms part of the output file name.
|
|
4906
|
+
# @return [String]
|
|
4907
|
+
#
|
|
4908
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureOutputSettings AWS API Documentation
|
|
4909
|
+
#
|
|
4910
|
+
class FrameCaptureOutputSettings < Struct.new(
|
|
4911
|
+
:name_modifier)
|
|
4912
|
+
include Aws::Structure
|
|
4913
|
+
end
|
|
4914
|
+
|
|
4915
|
+
# Frame Capture Settings
|
|
4916
|
+
#
|
|
4917
|
+
# @note When making an API call, you may pass FrameCaptureSettings
|
|
4918
|
+
# data as a hash:
|
|
4919
|
+
#
|
|
4920
|
+
# {
|
|
4921
|
+
# capture_interval: 1, # required
|
|
4922
|
+
# }
|
|
4923
|
+
#
|
|
4924
|
+
# @!attribute [rw] capture_interval
|
|
4925
|
+
# The frequency, in seconds, for capturing frames for inclusion in the
|
|
4926
|
+
# output. For example, "10" means capture a frame every 10 seconds.
|
|
4927
|
+
# @return [Integer]
|
|
4928
|
+
#
|
|
4929
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureSettings AWS API Documentation
|
|
4930
|
+
#
|
|
4931
|
+
class FrameCaptureSettings < Struct.new(
|
|
4932
|
+
:capture_interval)
|
|
4933
|
+
include Aws::Structure
|
|
4934
|
+
end
|
|
4935
|
+
|
|
4842
4936
|
# @note When making an API call, you may pass GlobalConfiguration
|
|
4843
4937
|
# data as a hash:
|
|
4844
4938
|
#
|
|
@@ -5414,6 +5508,7 @@ module Aws::MediaLive
|
|
|
5414
5508
|
# restart_delay: 1,
|
|
5415
5509
|
# },
|
|
5416
5510
|
# },
|
|
5511
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
5417
5512
|
# index_n_segments: 1,
|
|
5418
5513
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
5419
5514
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -5520,6 +5615,11 @@ module Aws::MediaLive
|
|
|
5520
5615
|
# Parameters that control interactions with the CDN.
|
|
5521
5616
|
# @return [Types::HlsCdnSettings]
|
|
5522
5617
|
#
|
|
5618
|
+
# @!attribute [rw] i_frame_only_playlists
|
|
5619
|
+
# If enabled, writes out I-Frame only playlists in addition to media
|
|
5620
|
+
# playlists.
|
|
5621
|
+
# @return [String]
|
|
5622
|
+
#
|
|
5523
5623
|
# @!attribute [rw] index_n_segments
|
|
5524
5624
|
# If mode is "live", the number of segments to retain in the
|
|
5525
5625
|
# manifest (.m3u8) file. This number must be less than or equal to
|
|
@@ -5671,6 +5771,7 @@ module Aws::MediaLive
|
|
|
5671
5771
|
:directory_structure,
|
|
5672
5772
|
:encryption_type,
|
|
5673
5773
|
:hls_cdn_settings,
|
|
5774
|
+
:i_frame_only_playlists,
|
|
5674
5775
|
:index_n_segments,
|
|
5675
5776
|
:input_loss_action,
|
|
5676
5777
|
:iv_in_manifest,
|
|
@@ -7957,6 +8058,9 @@ module Aws::MediaLive
|
|
|
7957
8058
|
# extension: "__string",
|
|
7958
8059
|
# name_modifier: "__string",
|
|
7959
8060
|
# },
|
|
8061
|
+
# frame_capture_output_settings: {
|
|
8062
|
+
# name_modifier: "__string",
|
|
8063
|
+
# },
|
|
7960
8064
|
# hls_output_settings: {
|
|
7961
8065
|
# hls_settings: { # required
|
|
7962
8066
|
# audio_only_hls_settings: {
|
|
@@ -8195,6 +8299,11 @@ module Aws::MediaLive
|
|
|
8195
8299
|
# },
|
|
8196
8300
|
# rollover_interval: 1,
|
|
8197
8301
|
# },
|
|
8302
|
+
# frame_capture_group_settings: {
|
|
8303
|
+
# destination: { # required
|
|
8304
|
+
# destination_ref_id: "__string",
|
|
8305
|
+
# },
|
|
8306
|
+
# },
|
|
8198
8307
|
# hls_group_settings: {
|
|
8199
8308
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
8200
8309
|
# base_url_content: "__string",
|
|
@@ -8246,6 +8355,7 @@ module Aws::MediaLive
|
|
|
8246
8355
|
# restart_delay: 1,
|
|
8247
8356
|
# },
|
|
8248
8357
|
# },
|
|
8358
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
8249
8359
|
# index_n_segments: 1,
|
|
8250
8360
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
8251
8361
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -8388,6 +8498,9 @@ module Aws::MediaLive
|
|
|
8388
8498
|
# extension: "__string",
|
|
8389
8499
|
# name_modifier: "__string",
|
|
8390
8500
|
# },
|
|
8501
|
+
# frame_capture_output_settings: {
|
|
8502
|
+
# name_modifier: "__string",
|
|
8503
|
+
# },
|
|
8391
8504
|
# hls_output_settings: {
|
|
8392
8505
|
# hls_settings: { # required
|
|
8393
8506
|
# audio_only_hls_settings: {
|
|
@@ -8545,6 +8658,11 @@ module Aws::MediaLive
|
|
|
8545
8658
|
# },
|
|
8546
8659
|
# rollover_interval: 1,
|
|
8547
8660
|
# },
|
|
8661
|
+
# frame_capture_group_settings: {
|
|
8662
|
+
# destination: { # required
|
|
8663
|
+
# destination_ref_id: "__string",
|
|
8664
|
+
# },
|
|
8665
|
+
# },
|
|
8548
8666
|
# hls_group_settings: {
|
|
8549
8667
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
8550
8668
|
# base_url_content: "__string",
|
|
@@ -8596,6 +8714,7 @@ module Aws::MediaLive
|
|
|
8596
8714
|
# restart_delay: 1,
|
|
8597
8715
|
# },
|
|
8598
8716
|
# },
|
|
8717
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
8599
8718
|
# index_n_segments: 1,
|
|
8600
8719
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
8601
8720
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -8671,6 +8790,10 @@ module Aws::MediaLive
|
|
|
8671
8790
|
# @!attribute [rw] archive_group_settings
|
|
8672
8791
|
# @return [Types::ArchiveGroupSettings]
|
|
8673
8792
|
#
|
|
8793
|
+
# @!attribute [rw] frame_capture_group_settings
|
|
8794
|
+
# Frame Capture Group Settings
|
|
8795
|
+
# @return [Types::FrameCaptureGroupSettings]
|
|
8796
|
+
#
|
|
8674
8797
|
# @!attribute [rw] hls_group_settings
|
|
8675
8798
|
# @return [Types::HlsGroupSettings]
|
|
8676
8799
|
#
|
|
@@ -8687,6 +8810,7 @@ module Aws::MediaLive
|
|
|
8687
8810
|
#
|
|
8688
8811
|
class OutputGroupSettings < Struct.new(
|
|
8689
8812
|
:archive_group_settings,
|
|
8813
|
+
:frame_capture_group_settings,
|
|
8690
8814
|
:hls_group_settings,
|
|
8691
8815
|
:ms_smooth_group_settings,
|
|
8692
8816
|
:rtmp_group_settings,
|
|
@@ -8782,6 +8906,9 @@ module Aws::MediaLive
|
|
|
8782
8906
|
# extension: "__string",
|
|
8783
8907
|
# name_modifier: "__string",
|
|
8784
8908
|
# },
|
|
8909
|
+
# frame_capture_output_settings: {
|
|
8910
|
+
# name_modifier: "__string",
|
|
8911
|
+
# },
|
|
8785
8912
|
# hls_output_settings: {
|
|
8786
8913
|
# hls_settings: { # required
|
|
8787
8914
|
# audio_only_hls_settings: {
|
|
@@ -8906,6 +9033,10 @@ module Aws::MediaLive
|
|
|
8906
9033
|
# @!attribute [rw] archive_output_settings
|
|
8907
9034
|
# @return [Types::ArchiveOutputSettings]
|
|
8908
9035
|
#
|
|
9036
|
+
# @!attribute [rw] frame_capture_output_settings
|
|
9037
|
+
# Frame Capture Output Settings
|
|
9038
|
+
# @return [Types::FrameCaptureOutputSettings]
|
|
9039
|
+
#
|
|
8909
9040
|
# @!attribute [rw] hls_output_settings
|
|
8910
9041
|
# @return [Types::HlsOutputSettings]
|
|
8911
9042
|
#
|
|
@@ -8922,6 +9053,7 @@ module Aws::MediaLive
|
|
|
8922
9053
|
#
|
|
8923
9054
|
class OutputSettings < Struct.new(
|
|
8924
9055
|
:archive_output_settings,
|
|
9056
|
+
:frame_capture_output_settings,
|
|
8925
9057
|
:hls_output_settings,
|
|
8926
9058
|
:ms_smooth_output_settings,
|
|
8927
9059
|
:rtmp_output_settings,
|
|
@@ -11001,6 +11133,11 @@ module Aws::MediaLive
|
|
|
11001
11133
|
# },
|
|
11002
11134
|
# rollover_interval: 1,
|
|
11003
11135
|
# },
|
|
11136
|
+
# frame_capture_group_settings: {
|
|
11137
|
+
# destination: { # required
|
|
11138
|
+
# destination_ref_id: "__string",
|
|
11139
|
+
# },
|
|
11140
|
+
# },
|
|
11004
11141
|
# hls_group_settings: {
|
|
11005
11142
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
|
11006
11143
|
# base_url_content: "__string",
|
|
@@ -11052,6 +11189,7 @@ module Aws::MediaLive
|
|
|
11052
11189
|
# restart_delay: 1,
|
|
11053
11190
|
# },
|
|
11054
11191
|
# },
|
|
11192
|
+
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
|
11055
11193
|
# index_n_segments: 1,
|
|
11056
11194
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
|
11057
11195
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
|
@@ -11194,6 +11332,9 @@ module Aws::MediaLive
|
|
|
11194
11332
|
# extension: "__string",
|
|
11195
11333
|
# name_modifier: "__string",
|
|
11196
11334
|
# },
|
|
11335
|
+
# frame_capture_output_settings: {
|
|
11336
|
+
# name_modifier: "__string",
|
|
11337
|
+
# },
|
|
11197
11338
|
# hls_output_settings: {
|
|
11198
11339
|
# hls_settings: { # required
|
|
11199
11340
|
# audio_only_hls_settings: {
|
|
@@ -11326,6 +11467,9 @@ module Aws::MediaLive
|
|
|
11326
11467
|
# video_descriptions: [ # required
|
|
11327
11468
|
# {
|
|
11328
11469
|
# codec_settings: {
|
|
11470
|
+
# frame_capture_settings: {
|
|
11471
|
+
# capture_interval: 1, # required
|
|
11472
|
+
# },
|
|
11329
11473
|
# h264_settings: {
|
|
11330
11474
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
11331
11475
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -11713,6 +11857,9 @@ module Aws::MediaLive
|
|
|
11713
11857
|
# data as a hash:
|
|
11714
11858
|
#
|
|
11715
11859
|
# {
|
|
11860
|
+
# frame_capture_settings: {
|
|
11861
|
+
# capture_interval: 1, # required
|
|
11862
|
+
# },
|
|
11716
11863
|
# h264_settings: {
|
|
11717
11864
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
11718
11865
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -11754,12 +11901,17 @@ module Aws::MediaLive
|
|
|
11754
11901
|
# },
|
|
11755
11902
|
# }
|
|
11756
11903
|
#
|
|
11904
|
+
# @!attribute [rw] frame_capture_settings
|
|
11905
|
+
# Frame Capture Settings
|
|
11906
|
+
# @return [Types::FrameCaptureSettings]
|
|
11907
|
+
#
|
|
11757
11908
|
# @!attribute [rw] h264_settings
|
|
11758
11909
|
# @return [Types::H264Settings]
|
|
11759
11910
|
#
|
|
11760
11911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoCodecSettings AWS API Documentation
|
|
11761
11912
|
#
|
|
11762
11913
|
class VideoCodecSettings < Struct.new(
|
|
11914
|
+
:frame_capture_settings,
|
|
11763
11915
|
:h264_settings)
|
|
11764
11916
|
include Aws::Structure
|
|
11765
11917
|
end
|
|
@@ -11771,6 +11923,9 @@ module Aws::MediaLive
|
|
|
11771
11923
|
#
|
|
11772
11924
|
# {
|
|
11773
11925
|
# codec_settings: {
|
|
11926
|
+
# frame_capture_settings: {
|
|
11927
|
+
# capture_interval: 1, # required
|
|
11928
|
+
# },
|
|
11774
11929
|
# h264_settings: {
|
|
11775
11930
|
# adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
|
11776
11931
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
|
@@ -11824,8 +11979,11 @@ module Aws::MediaLive
|
|
|
11824
11979
|
# @return [Types::VideoCodecSettings]
|
|
11825
11980
|
#
|
|
11826
11981
|
# @!attribute [rw] height
|
|
11827
|
-
# Output video height
|
|
11828
|
-
#
|
|
11982
|
+
# Output video height, in pixels. Must be an even number. For most
|
|
11983
|
+
# codecs, you can leave this field and width blank in order to use the
|
|
11984
|
+
# height and width (resolution) from the source. Note, however, that
|
|
11985
|
+
# leaving blank is not recommended. For the Frame Capture codec,
|
|
11986
|
+
# height and width are required.
|
|
11829
11987
|
# @return [Integer]
|
|
11830
11988
|
#
|
|
11831
11989
|
# @!attribute [rw] name
|
|
@@ -11836,28 +11994,35 @@ module Aws::MediaLive
|
|
|
11836
11994
|
#
|
|
11837
11995
|
# @!attribute [rw] respond_to_afd
|
|
11838
11996
|
# Indicates how to respond to the AFD values in the input stream.
|
|
11839
|
-
#
|
|
11840
|
-
#
|
|
11841
|
-
#
|
|
11997
|
+
# RESPOND causes input video to be clipped, depending on the AFD
|
|
11998
|
+
# value, input display aspect ratio, and output display aspect ratio,
|
|
11999
|
+
# and (except for FRAMECAPTURE codec) includes the values in the
|
|
12000
|
+
# output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores
|
|
12001
|
+
# the AFD values and includes the values in the output, so input video
|
|
12002
|
+
# is not clipped. NONE ignores the AFD values and does not include the
|
|
12003
|
+
# values through to the output, so input video is not clipped.
|
|
11842
12004
|
# @return [String]
|
|
11843
12005
|
#
|
|
11844
12006
|
# @!attribute [rw] scaling_behavior
|
|
11845
|
-
#
|
|
11846
|
-
#
|
|
11847
|
-
#
|
|
12007
|
+
# STRETCHTOOUTPUT configures the output position to stretch the video
|
|
12008
|
+
# to the specified output resolution (height and width). This option
|
|
12009
|
+
# will override any position value. DEFAULT may insert black boxes
|
|
12010
|
+
# (pillar boxes or letter boxes) around the video to provide the
|
|
12011
|
+
# specified output resolution.
|
|
11848
12012
|
# @return [String]
|
|
11849
12013
|
#
|
|
11850
12014
|
# @!attribute [rw] sharpness
|
|
11851
|
-
# Changes the
|
|
11852
|
-
#
|
|
11853
|
-
#
|
|
11854
|
-
# for most content.
|
|
12015
|
+
# Changes the strength of the anti-alias filter used for scaling. 0 is
|
|
12016
|
+
# the softest setting, 100 is the sharpest. A setting of 50 is
|
|
12017
|
+
# recommended for most content.
|
|
11855
12018
|
# @return [Integer]
|
|
11856
12019
|
#
|
|
11857
12020
|
# @!attribute [rw] width
|
|
11858
|
-
# Output video width
|
|
11859
|
-
#
|
|
11860
|
-
#
|
|
12021
|
+
# Output video width, in pixels. Must be an even number. For most
|
|
12022
|
+
# codecs, you can leave this field and height blank in order to use
|
|
12023
|
+
# the height and width (resolution) from the source. Note, however,
|
|
12024
|
+
# that leaving blank is not recommended. For the Frame Capture codec,
|
|
12025
|
+
# height and width are required.
|
|
11861
12026
|
# @return [Integer]
|
|
11862
12027
|
#
|
|
11863
12028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoDescription AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-medialive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|