Class: Aws::MediaConvert::Types::ExtendedDataServices

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#copy_protection_actionString

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.

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4816

class ExtendedDataServices < Struct.new(
  :copy_protection_action,
  :vchip_action)
  SENSITIVE = []
  include Aws::Structure
end

#vchip_actionString

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.

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4816

class ExtendedDataServices < Struct.new(
  :copy_protection_action,
  :vchip_action)
  SENSITIVE = []
  include Aws::Structure
end