Class: Aws::MediaLive::Types::BlackoutSlate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BlackoutSlate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Blackout Slate
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blackout_slate_image ⇒ Types::InputLocation
Blackout slate image to be used.
-
#network_end_blackout ⇒ String
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the “Network Blackout Image” slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
-
#network_end_blackout_image ⇒ Types::InputLocation
Path to local file to use as Network End Blackout image.
-
#network_id ⇒ String
Provides Network ID that matches EIDR ID format (e.g., “10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C”).
-
#state ⇒ String
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
Instance Attribute Details
#blackout_slate_image ⇒ Types::InputLocation
Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-medialive/types.rb', line 1316 class BlackoutSlate < Struct.new( :blackout_slate_image, :network_end_blackout, :network_end_blackout_image, :network_id, :state) SENSITIVE = [] include Aws::Structure end |
#network_end_blackout ⇒ String
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the “Network Blackout Image” slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in “Network ID”.
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-medialive/types.rb', line 1316 class BlackoutSlate < Struct.new( :blackout_slate_image, :network_end_blackout, :network_end_blackout_image, :network_id, :state) SENSITIVE = [] include Aws::Structure end |
#network_end_blackout_image ⇒ Types::InputLocation
Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-medialive/types.rb', line 1316 class BlackoutSlate < Struct.new( :blackout_slate_image, :network_end_blackout, :network_end_blackout_image, :network_id, :state) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
Provides Network ID that matches EIDR ID format (e.g., “10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C”).
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-medialive/types.rb', line 1316 class BlackoutSlate < Struct.new( :blackout_slate_image, :network_end_blackout, :network_end_blackout_image, :network_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-medialive/types.rb', line 1316 class BlackoutSlate < Struct.new( :blackout_slate_image, :network_end_blackout, :network_end_blackout_image, :network_id, :state) SENSITIVE = [] include Aws::Structure end |