aws-sdk-medialive 1.113.0 → 1.115.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +22 -1
- data/lib/aws-sdk-medialive/client_api.rb +20 -0
- data/lib/aws-sdk-medialive/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-medialive/types.rb +72 -3
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +3423 -0
- data/sig/errors.rbs +44 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +3466 -0
- data/sig/waiters.rbs +123 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2861fdf8843340e2cf1f0370bb76977132bd1f8473226cb594c070ad6c51be7
|
4
|
+
data.tar.gz: 134f327f651948421a8fc245a51234cc2f94987dbf68e3b1359643e8bdeadb2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5537e92941dddda2f66649922cd3fcc3466a54b129da0a0cb90ba9c1b2ea53391a9dfea3b09ac7b9b816d19743f3322d22091860bed7226cfdbdfa2cf182931
|
7
|
+
data.tar.gz: e31e22f18d0a4ece405354e47e2f6238dddd9bd0ca8f7021d48897f08d3ed53f1eefc3a53942e2875c5a4d57506bd48fa493cd9dc8b775b1e0f6c596dc6c5c05
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.115.0 (2024-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.114.0 (2023-12-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
|
13
|
+
|
4
14
|
1.113.0 (2023-12-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -3894,6 +3894,9 @@ module Aws::MediaLive
|
|
3894
3894
|
# resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
|
3895
3895
|
# resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
|
3896
3896
|
# resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
|
3897
|
+
# resp.uhd_device_settings.audio_channel_pairs #=> Array
|
3898
|
+
# resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
|
3899
|
+
# resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
|
3897
3900
|
# resp.tags #=> Hash
|
3898
3901
|
# resp.tags["__string"] #=> String
|
3899
3902
|
# resp.availability_zone #=> String
|
@@ -4628,6 +4631,9 @@ module Aws::MediaLive
|
|
4628
4631
|
# resp.input_devices[0].uhd_device_settings.mediaconnect_settings.role_arn #=> String
|
4629
4632
|
# resp.input_devices[0].uhd_device_settings.mediaconnect_settings.secret_arn #=> String
|
4630
4633
|
# resp.input_devices[0].uhd_device_settings.mediaconnect_settings.source_name #=> String
|
4634
|
+
# resp.input_devices[0].uhd_device_settings.audio_channel_pairs #=> Array
|
4635
|
+
# resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].id #=> Integer
|
4636
|
+
# resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
|
4631
4637
|
# resp.input_devices[0].tags #=> Hash
|
4632
4638
|
# resp.input_devices[0].tags["__string"] #=> String
|
4633
4639
|
# resp.input_devices[0].availability_zone #=> String
|
@@ -8367,6 +8373,12 @@ module Aws::MediaLive
|
|
8367
8373
|
# secret_arn: "__string",
|
8368
8374
|
# source_name: "__string",
|
8369
8375
|
# },
|
8376
|
+
# audio_channel_pairs: [
|
8377
|
+
# {
|
8378
|
+
# id: 1,
|
8379
|
+
# profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
|
8380
|
+
# },
|
8381
|
+
# ],
|
8370
8382
|
# },
|
8371
8383
|
# input_device_id: "__string", # required
|
8372
8384
|
# name: "__string",
|
@@ -8381,6 +8393,12 @@ module Aws::MediaLive
|
|
8381
8393
|
# secret_arn: "__string",
|
8382
8394
|
# source_name: "__string",
|
8383
8395
|
# },
|
8396
|
+
# audio_channel_pairs: [
|
8397
|
+
# {
|
8398
|
+
# id: 1,
|
8399
|
+
# profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
|
8400
|
+
# },
|
8401
|
+
# ],
|
8384
8402
|
# },
|
8385
8403
|
# availability_zone: "__string",
|
8386
8404
|
# })
|
@@ -8425,6 +8443,9 @@ module Aws::MediaLive
|
|
8425
8443
|
# resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
|
8426
8444
|
# resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
|
8427
8445
|
# resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
|
8446
|
+
# resp.uhd_device_settings.audio_channel_pairs #=> Array
|
8447
|
+
# resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
|
8448
|
+
# resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
|
8428
8449
|
# resp.tags #=> Hash
|
8429
8450
|
# resp.tags["__string"] #=> String
|
8430
8451
|
# resp.availability_zone #=> String
|
@@ -8697,7 +8718,7 @@ module Aws::MediaLive
|
|
8697
8718
|
params: params,
|
8698
8719
|
config: config)
|
8699
8720
|
context[:gem_name] = 'aws-sdk-medialive'
|
8700
|
-
context[:gem_version] = '1.
|
8721
|
+
context[:gem_version] = '1.115.0'
|
8701
8722
|
Seahorse::Client::Request.new(handlers, context)
|
8702
8723
|
end
|
8703
8724
|
|
@@ -371,6 +371,8 @@ module Aws::MediaLive
|
|
371
371
|
InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
|
372
372
|
InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
|
373
373
|
InputDeviceCodec = Shapes::StringShape.new(name: 'InputDeviceCodec')
|
374
|
+
InputDeviceConfigurableAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceConfigurableAudioChannelPairConfig')
|
375
|
+
InputDeviceConfigurableAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceConfigurableAudioChannelPairProfile')
|
374
376
|
InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
|
375
377
|
InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
|
376
378
|
InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
|
@@ -389,6 +391,8 @@ module Aws::MediaLive
|
|
389
391
|
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
390
392
|
InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
|
391
393
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
394
|
+
InputDeviceUhdAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceUhdAudioChannelPairConfig')
|
395
|
+
InputDeviceUhdAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceUhdAudioChannelPairProfile')
|
392
396
|
InputDeviceUhdSettings = Shapes::StructureShape.new(name: 'InputDeviceUhdSettings')
|
393
397
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
394
398
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
@@ -825,9 +829,11 @@ module Aws::MediaLive
|
|
825
829
|
__listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
|
826
830
|
__listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
|
827
831
|
__listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
|
832
|
+
__listOfInputDeviceConfigurableAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceConfigurableAudioChannelPairConfig')
|
828
833
|
__listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
|
829
834
|
__listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
|
830
835
|
__listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
|
836
|
+
__listOfInputDeviceUhdAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceUhdAudioChannelPairConfig')
|
831
837
|
__listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
|
832
838
|
__listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
|
833
839
|
__listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
|
@@ -2142,11 +2148,16 @@ module Aws::MediaLive
|
|
2142
2148
|
InputDevice.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
|
2143
2149
|
InputDevice.struct_class = Types::InputDevice
|
2144
2150
|
|
2151
|
+
InputDeviceConfigurableAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
|
2152
|
+
InputDeviceConfigurableAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairProfile, location_name: "profile"))
|
2153
|
+
InputDeviceConfigurableAudioChannelPairConfig.struct_class = Types::InputDeviceConfigurableAudioChannelPairConfig
|
2154
|
+
|
2145
2155
|
InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
2146
2156
|
InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
2147
2157
|
InputDeviceConfigurableSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
|
2148
2158
|
InputDeviceConfigurableSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
|
2149
2159
|
InputDeviceConfigurableSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectConfigurableSettings, location_name: "mediaconnectSettings"))
|
2160
|
+
InputDeviceConfigurableSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceConfigurableAudioChannelPairConfig, location_name: "audioChannelPairs"))
|
2150
2161
|
InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
|
2151
2162
|
|
2152
2163
|
InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -2207,6 +2218,10 @@ module Aws::MediaLive
|
|
2207
2218
|
InputDeviceSummary.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
|
2208
2219
|
InputDeviceSummary.struct_class = Types::InputDeviceSummary
|
2209
2220
|
|
2221
|
+
InputDeviceUhdAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
|
2222
|
+
InputDeviceUhdAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairProfile, location_name: "profile"))
|
2223
|
+
InputDeviceUhdAudioChannelPairConfig.struct_class = Types::InputDeviceUhdAudioChannelPairConfig
|
2224
|
+
|
2210
2225
|
InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
|
2211
2226
|
InputDeviceUhdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
2212
2227
|
InputDeviceUhdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
|
@@ -2218,6 +2233,7 @@ module Aws::MediaLive
|
|
2218
2233
|
InputDeviceUhdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
|
2219
2234
|
InputDeviceUhdSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
|
2220
2235
|
InputDeviceUhdSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectSettings, location_name: "mediaconnectSettings"))
|
2236
|
+
InputDeviceUhdSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceUhdAudioChannelPairConfig, location_name: "audioChannelPairs"))
|
2221
2237
|
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
2222
2238
|
|
2223
2239
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
@@ -3510,12 +3526,16 @@ module Aws::MediaLive
|
|
3510
3526
|
|
3511
3527
|
__listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
|
3512
3528
|
|
3529
|
+
__listOfInputDeviceConfigurableAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairConfig)
|
3530
|
+
|
3513
3531
|
__listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
|
3514
3532
|
|
3515
3533
|
__listOfInputDeviceSettings.member = Shapes::ShapeRef.new(shape: InputDeviceSettings)
|
3516
3534
|
|
3517
3535
|
__listOfInputDeviceSummary.member = Shapes::ShapeRef.new(shape: InputDeviceSummary)
|
3518
3536
|
|
3537
|
+
__listOfInputDeviceUhdAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairConfig)
|
3538
|
+
|
3519
3539
|
__listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
|
3520
3540
|
|
3521
3541
|
__listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
|
@@ -14,6 +14,7 @@ module Aws::MediaLive
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::MediaLive::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -4358,7 +4358,7 @@ module Aws::MediaLive
|
|
4358
4358
|
# @return [Types::ThumbnailConfiguration]
|
4359
4359
|
#
|
4360
4360
|
# @!attribute [rw] color_correction_settings
|
4361
|
-
# Color
|
4361
|
+
# Color Correction Settings
|
4362
4362
|
# @return [Types::ColorCorrectionSettings]
|
4363
4363
|
#
|
4364
4364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EncoderSettings AWS API Documentation
|
@@ -6566,6 +6566,16 @@ module Aws::MediaLive
|
|
6566
6566
|
# parameter.
|
6567
6567
|
# @return [Types::InputDeviceMediaConnectConfigurableSettings]
|
6568
6568
|
#
|
6569
|
+
# @!attribute [rw] audio_channel_pairs
|
6570
|
+
# An array of eight audio configurations, one for each audio pair in
|
6571
|
+
# the source. Set up each audio configuration either to exclude the
|
6572
|
+
# pair, or to format it and include it in the output from the device.
|
6573
|
+
# This parameter applies only to UHD devices, and only when the device
|
6574
|
+
# is configured as the source for a MediaConnect flow. For an HD
|
6575
|
+
# device, you configure the audio by setting up audio selectors in the
|
6576
|
+
# channel configuration.
|
6577
|
+
# @return [Array<Types::InputDeviceConfigurableAudioChannelPairConfig>]
|
6578
|
+
#
|
6569
6579
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
|
6570
6580
|
#
|
6571
6581
|
class InputDeviceConfigurableSettings < Struct.new(
|
@@ -6573,7 +6583,8 @@ module Aws::MediaLive
|
|
6573
6583
|
:max_bitrate,
|
6574
6584
|
:latency_ms,
|
6575
6585
|
:codec,
|
6576
|
-
:mediaconnect_settings
|
6586
|
+
:mediaconnect_settings,
|
6587
|
+
:audio_channel_pairs)
|
6577
6588
|
SENSITIVE = []
|
6578
6589
|
include Aws::Structure
|
6579
6590
|
end
|
@@ -6930,6 +6941,14 @@ module Aws::MediaLive
|
|
6930
6941
|
# Returned only if the outputType is MEDIACONNECT\_FLOW.
|
6931
6942
|
# @return [Types::InputDeviceMediaConnectSettings]
|
6932
6943
|
#
|
6944
|
+
# @!attribute [rw] audio_channel_pairs
|
6945
|
+
# An array of eight audio configurations, one for each audio pair in
|
6946
|
+
# the source. Each audio configuration specifies either to exclude the
|
6947
|
+
# pair, or to format it and include it in the output from the UHD
|
6948
|
+
# device. Applies only when the device is configured as the source for
|
6949
|
+
# a MediaConnect flow.
|
6950
|
+
# @return [Array<Types::InputDeviceUhdAudioChannelPairConfig>]
|
6951
|
+
#
|
6933
6952
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
|
6934
6953
|
#
|
6935
6954
|
class InputDeviceUhdSettings < Struct.new(
|
@@ -6943,7 +6962,8 @@ module Aws::MediaLive
|
|
6943
6962
|
:width,
|
6944
6963
|
:latency_ms,
|
6945
6964
|
:codec,
|
6946
|
-
:mediaconnect_settings
|
6965
|
+
:mediaconnect_settings,
|
6966
|
+
:audio_channel_pairs)
|
6947
6967
|
SENSITIVE = []
|
6948
6968
|
include Aws::Structure
|
6949
6969
|
end
|
@@ -13182,5 +13202,54 @@ module Aws::MediaLive
|
|
13182
13202
|
include Aws::Structure
|
13183
13203
|
end
|
13184
13204
|
|
13205
|
+
# One audio configuration that specifies the format for one audio pair
|
13206
|
+
# that the device produces as output.
|
13207
|
+
#
|
13208
|
+
# @!attribute [rw] id
|
13209
|
+
# The ID for one audio pair configuration, a value from 1 to 8.
|
13210
|
+
# @return [Integer]
|
13211
|
+
#
|
13212
|
+
# @!attribute [rw] profile
|
13213
|
+
# The profile to set for one audio pair configuration. Choose an
|
13214
|
+
# enumeration value. Each value describes one audio configuration
|
13215
|
+
# using the format (rate control
|
13216
|
+
# algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
|
13217
|
+
# CBR-AAC\_HQ-192000. Or choose DISABLED, in which case the device
|
13218
|
+
# won't produce audio for this pair.
|
13219
|
+
# @return [String]
|
13220
|
+
#
|
13221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableAudioChannelPairConfig AWS API Documentation
|
13222
|
+
#
|
13223
|
+
class InputDeviceConfigurableAudioChannelPairConfig < Struct.new(
|
13224
|
+
:id,
|
13225
|
+
:profile)
|
13226
|
+
SENSITIVE = []
|
13227
|
+
include Aws::Structure
|
13228
|
+
end
|
13229
|
+
|
13230
|
+
# One audio configuration that specifies the format for one audio pair
|
13231
|
+
# that the device produces as output.
|
13232
|
+
#
|
13233
|
+
# @!attribute [rw] id
|
13234
|
+
# The ID for one audio pair configuration, a value from 1 to 8.
|
13235
|
+
# @return [Integer]
|
13236
|
+
#
|
13237
|
+
# @!attribute [rw] profile
|
13238
|
+
# The profile for one audio pair configuration. This property
|
13239
|
+
# describes one audio configuration in the format (rate control
|
13240
|
+
# algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
|
13241
|
+
# CBR-AAC\_HQ-192000. Or DISABLED, in which case the device won't
|
13242
|
+
# produce audio for this pair.
|
13243
|
+
# @return [String]
|
13244
|
+
#
|
13245
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdAudioChannelPairConfig AWS API Documentation
|
13246
|
+
#
|
13247
|
+
class InputDeviceUhdAudioChannelPairConfig < Struct.new(
|
13248
|
+
:id,
|
13249
|
+
:profile)
|
13250
|
+
SENSITIVE = []
|
13251
|
+
include Aws::Structure
|
13252
|
+
end
|
13253
|
+
|
13185
13254
|
end
|
13186
13255
|
end
|