Class: Aws::IVS::Types::IngestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::IngestConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Object specifying the ingest configuration set up by the broadcaster, usually in an encoder.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioConfiguration
Encoder settings for audio.
-
#video ⇒ Types::VideoConfiguration
Encoder settings for video.
Instance Attribute Details
#audio ⇒ Types::AudioConfiguration
Encoder settings for audio.
1015 1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-ivs/types.rb', line 1015 class IngestConfiguration < Struct.new( :video, :audio) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::VideoConfiguration
Encoder settings for video.
1015 1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-ivs/types.rb', line 1015 class IngestConfiguration < Struct.new( :video, :audio) SENSITIVE = [] include Aws::Structure end |