Class: Aws::MediaConvert::Types::ExtendedDataServices
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ExtendedDataServices
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_protection_action ⇒ String
The action to take on copy and redistribution control XDS packets.
-
#vchip_action ⇒ String
The action to take on content advisory XDS packets.
Instance Attribute Details
#copy_protection_action ⇒ String
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
4923 4924 4925 4926 4927 4928 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4923 class ExtendedDataServices < Struct.new( :copy_protection_action, :vchip_action) SENSITIVE = [] include Aws::Structure end |
#vchip_action ⇒ String
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
4923 4924 4925 4926 4927 4928 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4923 class ExtendedDataServices < Struct.new( :copy_protection_action, :vchip_action) SENSITIVE = [] include Aws::Structure end |