Class: Aws::MediaConvert::Types::ExtendedDataServices
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ExtendedDataServices
- Includes:
- Structure
- Defined in:
- 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.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4913 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.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4913 class ExtendedDataServices < Struct.new( :copy_protection_action, :vchip_action) SENSITIVE = [] include Aws::Structure end |