Class: Aws::MediaConvert::Types::PartnerWatermarking

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nexguard_file_marker_settingsTypes::NexGuardFileMarkerSettings

For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.


11908
11909
11910
11911
11912
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11908

class PartnerWatermarking < Struct.new(
  :nexguard_file_marker_settings)
  SENSITIVE = []
  include Aws::Structure
end