Class: Aws::MediaLive::Types::AbWatermarkingCustomProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AbWatermarkingCustomProfile
- 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
-
#embedding_frequency ⇒ Float
The frequency with which watermarks will be embedded, in milliseconds.
-
#scene_cut ⇒ Float
The number of frames after scene-cut to embed the watermark.
-
#target_psnr ⇒ Float
The target PSNR of the watermarked frame.
Instance Attribute Details
#embedding_frequency ⇒ Float
The frequency with which watermarks will be embedded, in milliseconds.
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_cut ⇒ Float
The number of frames after scene-cut to embed the watermark
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_psnr ⇒ Float
The target PSNR of the watermarked frame
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 |