aws-sdk-medialive 1.88.0 → 1.89.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +72 -1
- data/lib/aws-sdk-medialive/client_api.rb +18 -0
- data/lib/aws-sdk-medialive/types.rb +143 -0
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68e919aa5ff071c9c0e08189f83cdaf554dda3ca8015fd4bd13a005f959af5ee
|
|
4
|
+
data.tar.gz: b7dd6957827a7c776479d1a3c89cc34a960574f05fba6748fabb92bda8e23766
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08f4a9a5214eaf24186c748c81603083e1b6e4c67107e74a6155483e174ba2736c9022b64b8d4cffe168af2799bd28553347e61a6edbc20a0cbc55622a70249c'
|
|
7
|
+
data.tar.gz: 89bc157e22e34cf8340e8c9235aab5e17522a7d5299816ace36722c9519fe51c86f36bf49b907ddae5527625206e60a7aa6c36593a0927d53740b5063d6b0340
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.89.0 (2022-09-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
|
|
8
|
+
|
|
4
9
|
1.88.0 (2022-07-22)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.89.0
|
|
@@ -935,6 +935,15 @@ module Aws::MediaLive
|
|
|
935
935
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
936
936
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
937
937
|
# },
|
|
938
|
+
# eac_3_atmos_settings: {
|
|
939
|
+
# bitrate: 1.0,
|
|
940
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
941
|
+
# dialnorm: 1,
|
|
942
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
943
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
944
|
+
# height_trim: 1.0,
|
|
945
|
+
# surround_trim: 1.0,
|
|
946
|
+
# },
|
|
938
947
|
# eac_3_settings: {
|
|
939
948
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
940
949
|
# bitrate: 1.0,
|
|
@@ -1607,6 +1616,8 @@ module Aws::MediaLive
|
|
|
1607
1616
|
# color_space_settings: {
|
|
1608
1617
|
# color_space_passthrough_settings: {
|
|
1609
1618
|
# },
|
|
1619
|
+
# dolby_vision_81_settings: {
|
|
1620
|
+
# },
|
|
1610
1621
|
# hdr_10_settings: {
|
|
1611
1622
|
# max_cll: 1,
|
|
1612
1623
|
# max_fall: 1,
|
|
@@ -1878,6 +1889,13 @@ module Aws::MediaLive
|
|
|
1878
1889
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
1879
1890
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
1880
1891
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
1892
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
1893
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
1894
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
1895
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
1896
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
1897
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
1898
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
1881
1899
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
1882
1900
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
1883
1901
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -2941,6 +2959,13 @@ module Aws::MediaLive
|
|
|
2941
2959
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
2942
2960
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
2943
2961
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
2962
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
2963
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
2964
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
2965
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
2966
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
2967
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
2968
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
2944
2969
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
2945
2970
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
2946
2971
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -3877,6 +3902,13 @@ module Aws::MediaLive
|
|
|
3877
3902
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
3878
3903
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
3879
3904
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
3905
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
3906
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
3907
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
3908
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
3909
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
3910
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
3911
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
3880
3912
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
3881
3913
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
3882
3914
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -5871,6 +5903,13 @@ module Aws::MediaLive
|
|
|
5871
5903
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
5872
5904
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
5873
5905
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
5906
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
5907
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
5908
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
5909
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
5910
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
5911
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
5912
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
5874
5913
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
5875
5914
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
5876
5915
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -6615,6 +6654,13 @@ module Aws::MediaLive
|
|
|
6615
6654
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
6616
6655
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
6617
6656
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
6657
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
6658
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
6659
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
6660
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
6661
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
6662
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
6663
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
6618
6664
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
6619
6665
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
6620
6666
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -7386,6 +7432,15 @@ module Aws::MediaLive
|
|
|
7386
7432
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
7387
7433
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
7388
7434
|
# },
|
|
7435
|
+
# eac_3_atmos_settings: {
|
|
7436
|
+
# bitrate: 1.0,
|
|
7437
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
7438
|
+
# dialnorm: 1,
|
|
7439
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
7440
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
7441
|
+
# height_trim: 1.0,
|
|
7442
|
+
# surround_trim: 1.0,
|
|
7443
|
+
# },
|
|
7389
7444
|
# eac_3_settings: {
|
|
7390
7445
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
7391
7446
|
# bitrate: 1.0,
|
|
@@ -8058,6 +8113,8 @@ module Aws::MediaLive
|
|
|
8058
8113
|
# color_space_settings: {
|
|
8059
8114
|
# color_space_passthrough_settings: {
|
|
8060
8115
|
# },
|
|
8116
|
+
# dolby_vision_81_settings: {
|
|
8117
|
+
# },
|
|
8061
8118
|
# hdr_10_settings: {
|
|
8062
8119
|
# max_cll: 1,
|
|
8063
8120
|
# max_fall: 1,
|
|
@@ -8320,6 +8377,13 @@ module Aws::MediaLive
|
|
|
8320
8377
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
8321
8378
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
8322
8379
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
8380
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
8381
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
8382
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
8383
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
8384
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
8385
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
8386
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
8323
8387
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
8324
8388
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
8325
8389
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -8995,6 +9059,13 @@ module Aws::MediaLive
|
|
|
8995
9059
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
|
8996
9060
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
|
8997
9061
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
9062
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
|
9063
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
|
9064
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
|
9065
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
9066
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
|
9067
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
|
9068
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
|
8998
9069
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
|
8999
9070
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
|
9000
9071
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
|
@@ -10016,7 +10087,7 @@ module Aws::MediaLive
|
|
|
10016
10087
|
params: params,
|
|
10017
10088
|
config: config)
|
|
10018
10089
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
10019
|
-
context[:gem_version] = '1.
|
|
10090
|
+
context[:gem_version] = '1.89.0'
|
|
10020
10091
|
Seahorse::Client::Request.new(handlers, context)
|
|
10021
10092
|
end
|
|
10022
10093
|
|
|
@@ -185,6 +185,7 @@ module Aws::MediaLive
|
|
|
185
185
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
|
186
186
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
|
187
187
|
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
|
188
|
+
DolbyVision81Settings = Shapes::StructureShape.new(name: 'DolbyVision81Settings')
|
|
188
189
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
|
189
190
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
|
190
191
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
|
@@ -198,6 +199,10 @@ module Aws::MediaLive
|
|
|
198
199
|
DvbSubOcrLanguage = Shapes::StringShape.new(name: 'DvbSubOcrLanguage')
|
|
199
200
|
DvbSubSourceSettings = Shapes::StructureShape.new(name: 'DvbSubSourceSettings')
|
|
200
201
|
DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
|
|
202
|
+
Eac3AtmosCodingMode = Shapes::StringShape.new(name: 'Eac3AtmosCodingMode')
|
|
203
|
+
Eac3AtmosDrcLine = Shapes::StringShape.new(name: 'Eac3AtmosDrcLine')
|
|
204
|
+
Eac3AtmosDrcRf = Shapes::StringShape.new(name: 'Eac3AtmosDrcRf')
|
|
205
|
+
Eac3AtmosSettings = Shapes::StructureShape.new(name: 'Eac3AtmosSettings')
|
|
201
206
|
Eac3AttenuationControl = Shapes::StringShape.new(name: 'Eac3AttenuationControl')
|
|
202
207
|
Eac3BitstreamMode = Shapes::StringShape.new(name: 'Eac3BitstreamMode')
|
|
203
208
|
Eac3CodingMode = Shapes::StringShape.new(name: 'Eac3CodingMode')
|
|
@@ -886,6 +891,7 @@ module Aws::MediaLive
|
|
|
886
891
|
|
|
887
892
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
|
888
893
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
|
894
|
+
AudioCodecSettings.add_member(:eac_3_atmos_settings, Shapes::ShapeRef.new(shape: Eac3AtmosSettings, location_name: "eac3AtmosSettings"))
|
|
889
895
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
|
890
896
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
|
891
897
|
AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
|
|
@@ -1586,6 +1592,8 @@ module Aws::MediaLive
|
|
|
1586
1592
|
DescribeScheduleResponse.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, location_name: "scheduleActions"))
|
|
1587
1593
|
DescribeScheduleResponse.struct_class = Types::DescribeScheduleResponse
|
|
1588
1594
|
|
|
1595
|
+
DolbyVision81Settings.struct_class = Types::DolbyVision81Settings
|
|
1596
|
+
|
|
1589
1597
|
DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65536, required: true, location_name: "networkId"))
|
|
1590
1598
|
DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "networkName"))
|
|
1591
1599
|
DvbNitSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, location_name: "repInterval"))
|
|
@@ -1623,6 +1631,15 @@ module Aws::MediaLive
|
|
|
1623
1631
|
DvbTdtSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin1000Max30000, location_name: "repInterval"))
|
|
1624
1632
|
DvbTdtSettings.struct_class = Types::DvbTdtSettings
|
|
1625
1633
|
|
|
1634
|
+
Eac3AtmosSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
|
1635
|
+
Eac3AtmosSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Eac3AtmosCodingMode, location_name: "codingMode"))
|
|
1636
|
+
Eac3AtmosSettings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
|
|
1637
|
+
Eac3AtmosSettings.add_member(:drc_line, Shapes::ShapeRef.new(shape: Eac3AtmosDrcLine, location_name: "drcLine"))
|
|
1638
|
+
Eac3AtmosSettings.add_member(:drc_rf, Shapes::ShapeRef.new(shape: Eac3AtmosDrcRf, location_name: "drcRf"))
|
|
1639
|
+
Eac3AtmosSettings.add_member(:height_trim, Shapes::ShapeRef.new(shape: __double, location_name: "heightTrim"))
|
|
1640
|
+
Eac3AtmosSettings.add_member(:surround_trim, Shapes::ShapeRef.new(shape: __double, location_name: "surroundTrim"))
|
|
1641
|
+
Eac3AtmosSettings.struct_class = Types::Eac3AtmosSettings
|
|
1642
|
+
|
|
1626
1643
|
Eac3Settings.add_member(:attenuation_control, Shapes::ShapeRef.new(shape: Eac3AttenuationControl, location_name: "attenuationControl"))
|
|
1627
1644
|
Eac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
|
1628
1645
|
Eac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Eac3BitstreamMode, location_name: "bitstreamMode"))
|
|
@@ -1790,6 +1807,7 @@ module Aws::MediaLive
|
|
|
1790
1807
|
H264Settings.struct_class = Types::H264Settings
|
|
1791
1808
|
|
|
1792
1809
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
|
1810
|
+
H265ColorSpaceSettings.add_member(:dolby_vision_81_settings, Shapes::ShapeRef.new(shape: DolbyVision81Settings, location_name: "dolbyVision81Settings"))
|
|
1793
1811
|
H265ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
|
1794
1812
|
H265ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
|
1795
1813
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
|
@@ -563,6 +563,15 @@ module Aws::MediaLive
|
|
|
563
563
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
564
564
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
565
565
|
# },
|
|
566
|
+
# eac_3_atmos_settings: {
|
|
567
|
+
# bitrate: 1.0,
|
|
568
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
569
|
+
# dialnorm: 1,
|
|
570
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
571
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
572
|
+
# height_trim: 1.0,
|
|
573
|
+
# surround_trim: 1.0,
|
|
574
|
+
# },
|
|
566
575
|
# eac_3_settings: {
|
|
567
576
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
568
577
|
# bitrate: 1.0,
|
|
@@ -607,6 +616,10 @@ module Aws::MediaLive
|
|
|
607
616
|
# Ac3 Settings
|
|
608
617
|
# @return [Types::Ac3Settings]
|
|
609
618
|
#
|
|
619
|
+
# @!attribute [rw] eac_3_atmos_settings
|
|
620
|
+
# Eac3 Atmos Settings
|
|
621
|
+
# @return [Types::Eac3AtmosSettings]
|
|
622
|
+
#
|
|
610
623
|
# @!attribute [rw] eac_3_settings
|
|
611
624
|
# Eac3 Settings
|
|
612
625
|
# @return [Types::Eac3Settings]
|
|
@@ -628,6 +641,7 @@ module Aws::MediaLive
|
|
|
628
641
|
class AudioCodecSettings < Struct.new(
|
|
629
642
|
:aac_settings,
|
|
630
643
|
:ac_3_settings,
|
|
644
|
+
:eac_3_atmos_settings,
|
|
631
645
|
:eac_3_settings,
|
|
632
646
|
:mp_2_settings,
|
|
633
647
|
:pass_through_settings,
|
|
@@ -685,6 +699,15 @@ module Aws::MediaLive
|
|
|
685
699
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
686
700
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
687
701
|
# },
|
|
702
|
+
# eac_3_atmos_settings: {
|
|
703
|
+
# bitrate: 1.0,
|
|
704
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
705
|
+
# dialnorm: 1,
|
|
706
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
707
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
708
|
+
# height_trim: 1.0,
|
|
709
|
+
# surround_trim: 1.0,
|
|
710
|
+
# },
|
|
688
711
|
# eac_3_settings: {
|
|
689
712
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
690
713
|
# bitrate: 1.0,
|
|
@@ -3318,6 +3341,15 @@ module Aws::MediaLive
|
|
|
3318
3341
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
3319
3342
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
3320
3343
|
# },
|
|
3344
|
+
# eac_3_atmos_settings: {
|
|
3345
|
+
# bitrate: 1.0,
|
|
3346
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
3347
|
+
# dialnorm: 1,
|
|
3348
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
3349
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
3350
|
+
# height_trim: 1.0,
|
|
3351
|
+
# surround_trim: 1.0,
|
|
3352
|
+
# },
|
|
3321
3353
|
# eac_3_settings: {
|
|
3322
3354
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
3323
3355
|
# bitrate: 1.0,
|
|
@@ -3990,6 +4022,8 @@ module Aws::MediaLive
|
|
|
3990
4022
|
# color_space_settings: {
|
|
3991
4023
|
# color_space_passthrough_settings: {
|
|
3992
4024
|
# },
|
|
4025
|
+
# dolby_vision_81_settings: {
|
|
4026
|
+
# },
|
|
3993
4027
|
# hdr_10_settings: {
|
|
3994
4028
|
# max_cll: 1,
|
|
3995
4029
|
# max_fall: 1,
|
|
@@ -5999,6 +6033,14 @@ module Aws::MediaLive
|
|
|
5999
6033
|
include Aws::Structure
|
|
6000
6034
|
end
|
|
6001
6035
|
|
|
6036
|
+
# Dolby Vision Profile 8.1 Settings
|
|
6037
|
+
#
|
|
6038
|
+
# @api private
|
|
6039
|
+
#
|
|
6040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DolbyVision81Settings AWS API Documentation
|
|
6041
|
+
#
|
|
6042
|
+
class DolbyVision81Settings < Aws::EmptyStructure; end
|
|
6043
|
+
|
|
6002
6044
|
# DVB Network Information Table (NIT)
|
|
6003
6045
|
#
|
|
6004
6046
|
# @note When making an API call, you may pass DvbNitSettings
|
|
@@ -6314,6 +6356,72 @@ module Aws::MediaLive
|
|
|
6314
6356
|
include Aws::Structure
|
|
6315
6357
|
end
|
|
6316
6358
|
|
|
6359
|
+
# Eac3 Atmos Settings
|
|
6360
|
+
#
|
|
6361
|
+
# @note When making an API call, you may pass Eac3AtmosSettings
|
|
6362
|
+
# data as a hash:
|
|
6363
|
+
#
|
|
6364
|
+
# {
|
|
6365
|
+
# bitrate: 1.0,
|
|
6366
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
6367
|
+
# dialnorm: 1,
|
|
6368
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
6369
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
6370
|
+
# height_trim: 1.0,
|
|
6371
|
+
# surround_trim: 1.0,
|
|
6372
|
+
# }
|
|
6373
|
+
#
|
|
6374
|
+
# @!attribute [rw] bitrate
|
|
6375
|
+
# Average bitrate in bits/second. Valid bitrates depend on the coding
|
|
6376
|
+
# mode. // * @affectsRightSizing true
|
|
6377
|
+
# @return [Float]
|
|
6378
|
+
#
|
|
6379
|
+
# @!attribute [rw] coding_mode
|
|
6380
|
+
# Dolby Digital Plus with Dolby Atmos coding mode. Determines number
|
|
6381
|
+
# of channels.
|
|
6382
|
+
# @return [String]
|
|
6383
|
+
#
|
|
6384
|
+
# @!attribute [rw] dialnorm
|
|
6385
|
+
# Sets the dialnorm for the output. Default 23.
|
|
6386
|
+
# @return [Integer]
|
|
6387
|
+
#
|
|
6388
|
+
# @!attribute [rw] drc_line
|
|
6389
|
+
# Sets the Dolby dynamic range compression profile.
|
|
6390
|
+
# @return [String]
|
|
6391
|
+
#
|
|
6392
|
+
# @!attribute [rw] drc_rf
|
|
6393
|
+
# Sets the profile for heavy Dolby dynamic range compression, ensures
|
|
6394
|
+
# that the instantaneous signal peaks do not exceed specified levels.
|
|
6395
|
+
# @return [String]
|
|
6396
|
+
#
|
|
6397
|
+
# @!attribute [rw] height_trim
|
|
6398
|
+
# Height dimensional trim. Sets the maximum amount to attenuate the
|
|
6399
|
+
# height channels when the downstream player isn??t configured to
|
|
6400
|
+
# handle Dolby Digital Plus with Dolby Atmos and must remix the
|
|
6401
|
+
# channels.
|
|
6402
|
+
# @return [Float]
|
|
6403
|
+
#
|
|
6404
|
+
# @!attribute [rw] surround_trim
|
|
6405
|
+
# Surround dimensional trim. Sets the maximum amount to attenuate the
|
|
6406
|
+
# surround channels when the downstream player isn't configured to
|
|
6407
|
+
# handle Dolby Digital Plus with Dolby Atmos and must remix the
|
|
6408
|
+
# channels.
|
|
6409
|
+
# @return [Float]
|
|
6410
|
+
#
|
|
6411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Eac3AtmosSettings AWS API Documentation
|
|
6412
|
+
#
|
|
6413
|
+
class Eac3AtmosSettings < Struct.new(
|
|
6414
|
+
:bitrate,
|
|
6415
|
+
:coding_mode,
|
|
6416
|
+
:dialnorm,
|
|
6417
|
+
:drc_line,
|
|
6418
|
+
:drc_rf,
|
|
6419
|
+
:height_trim,
|
|
6420
|
+
:surround_trim)
|
|
6421
|
+
SENSITIVE = []
|
|
6422
|
+
include Aws::Structure
|
|
6423
|
+
end
|
|
6424
|
+
|
|
6317
6425
|
# Eac3 Settings
|
|
6318
6426
|
#
|
|
6319
6427
|
# @note When making an API call, you may pass Eac3Settings
|
|
@@ -6648,6 +6756,15 @@ module Aws::MediaLive
|
|
|
6648
6756
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
6649
6757
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
6650
6758
|
# },
|
|
6759
|
+
# eac_3_atmos_settings: {
|
|
6760
|
+
# bitrate: 1.0,
|
|
6761
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
6762
|
+
# dialnorm: 1,
|
|
6763
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
6764
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
6765
|
+
# height_trim: 1.0,
|
|
6766
|
+
# surround_trim: 1.0,
|
|
6767
|
+
# },
|
|
6651
6768
|
# eac_3_settings: {
|
|
6652
6769
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
6653
6770
|
# bitrate: 1.0,
|
|
@@ -7320,6 +7437,8 @@ module Aws::MediaLive
|
|
|
7320
7437
|
# color_space_settings: {
|
|
7321
7438
|
# color_space_passthrough_settings: {
|
|
7322
7439
|
# },
|
|
7440
|
+
# dolby_vision_81_settings: {
|
|
7441
|
+
# },
|
|
7323
7442
|
# hdr_10_settings: {
|
|
7324
7443
|
# max_cll: 1,
|
|
7325
7444
|
# max_fall: 1,
|
|
@@ -8405,6 +8524,8 @@ module Aws::MediaLive
|
|
|
8405
8524
|
# {
|
|
8406
8525
|
# color_space_passthrough_settings: {
|
|
8407
8526
|
# },
|
|
8527
|
+
# dolby_vision_81_settings: {
|
|
8528
|
+
# },
|
|
8408
8529
|
# hdr_10_settings: {
|
|
8409
8530
|
# max_cll: 1,
|
|
8410
8531
|
# max_fall: 1,
|
|
@@ -8419,6 +8540,10 @@ module Aws::MediaLive
|
|
|
8419
8540
|
# Passthrough applies no color space conversion to the output
|
|
8420
8541
|
# @return [Types::ColorSpacePassthroughSettings]
|
|
8421
8542
|
#
|
|
8543
|
+
# @!attribute [rw] dolby_vision_81_settings
|
|
8544
|
+
# Dolby Vision Profile 8.1 Settings
|
|
8545
|
+
# @return [Types::DolbyVision81Settings]
|
|
8546
|
+
#
|
|
8422
8547
|
# @!attribute [rw] hdr_10_settings
|
|
8423
8548
|
# Hdr10 Settings
|
|
8424
8549
|
# @return [Types::Hdr10Settings]
|
|
@@ -8435,6 +8560,7 @@ module Aws::MediaLive
|
|
|
8435
8560
|
#
|
|
8436
8561
|
class H265ColorSpaceSettings < Struct.new(
|
|
8437
8562
|
:color_space_passthrough_settings,
|
|
8563
|
+
:dolby_vision_81_settings,
|
|
8438
8564
|
:hdr_10_settings,
|
|
8439
8565
|
:rec_601_settings,
|
|
8440
8566
|
:rec_709_settings)
|
|
@@ -8481,6 +8607,8 @@ module Aws::MediaLive
|
|
|
8481
8607
|
# color_space_settings: {
|
|
8482
8608
|
# color_space_passthrough_settings: {
|
|
8483
8609
|
# },
|
|
8610
|
+
# dolby_vision_81_settings: {
|
|
8611
|
+
# },
|
|
8484
8612
|
# hdr_10_settings: {
|
|
8485
8613
|
# max_cll: 1,
|
|
8486
8614
|
# max_fall: 1,
|
|
@@ -18116,6 +18244,15 @@ module Aws::MediaLive
|
|
|
18116
18244
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
|
18117
18245
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
18118
18246
|
# },
|
|
18247
|
+
# eac_3_atmos_settings: {
|
|
18248
|
+
# bitrate: 1.0,
|
|
18249
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
|
18250
|
+
# dialnorm: 1,
|
|
18251
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
18252
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
|
18253
|
+
# height_trim: 1.0,
|
|
18254
|
+
# surround_trim: 1.0,
|
|
18255
|
+
# },
|
|
18119
18256
|
# eac_3_settings: {
|
|
18120
18257
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
|
18121
18258
|
# bitrate: 1.0,
|
|
@@ -18788,6 +18925,8 @@ module Aws::MediaLive
|
|
|
18788
18925
|
# color_space_settings: {
|
|
18789
18926
|
# color_space_passthrough_settings: {
|
|
18790
18927
|
# },
|
|
18928
|
+
# dolby_vision_81_settings: {
|
|
18929
|
+
# },
|
|
18791
18930
|
# hdr_10_settings: {
|
|
18792
18931
|
# max_cll: 1,
|
|
18793
18932
|
# max_fall: 1,
|
|
@@ -19771,6 +19910,8 @@ module Aws::MediaLive
|
|
|
19771
19910
|
# color_space_settings: {
|
|
19772
19911
|
# color_space_passthrough_settings: {
|
|
19773
19912
|
# },
|
|
19913
|
+
# dolby_vision_81_settings: {
|
|
19914
|
+
# },
|
|
19774
19915
|
# hdr_10_settings: {
|
|
19775
19916
|
# max_cll: 1,
|
|
19776
19917
|
# max_fall: 1,
|
|
@@ -19936,6 +20077,8 @@ module Aws::MediaLive
|
|
|
19936
20077
|
# color_space_settings: {
|
|
19937
20078
|
# color_space_passthrough_settings: {
|
|
19938
20079
|
# },
|
|
20080
|
+
# dolby_vision_81_settings: {
|
|
20081
|
+
# },
|
|
19939
20082
|
# hdr_10_settings: {
|
|
19940
20083
|
# max_cll: 1,
|
|
19941
20084
|
# max_fall: 1,
|
data/lib/aws-sdk-medialive.rb
CHANGED
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.89.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: 2022-
|
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|