Class: Aws::MediaLive::Types::AbWatermarkingCustomProfile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

The vendor-specified custom profile options

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#embedding_frequencyFloat

The frequency with which watermarks will be embedded, in milliseconds.

Returns:

  • (Float)


23444
23445
23446
23447
23448
23449
23450
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23444

class AbWatermarkingCustomProfile < Struct.new(
  :embedding_frequency,
  :scene_cut,
  :target_psnr)
  SENSITIVE = []
  include Aws::Structure
end

#scene_cutFloat

The number of frames after scene-cut to embed the watermark

Returns:

  • (Float)


23444
23445
23446
23447
23448
23449
23450
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23444

class AbWatermarkingCustomProfile < Struct.new(
  :embedding_frequency,
  :scene_cut,
  :target_psnr)
  SENSITIVE = []
  include Aws::Structure
end

#target_psnrFloat

The target PSNR of the watermarked frame

Returns:

  • (Float)


23444
23445
23446
23447
23448
23449
23450
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23444

class AbWatermarkingCustomProfile < Struct.new(
  :embedding_frequency,
  :scene_cut,
  :target_psnr)
  SENSITIVE = []
  include Aws::Structure
end