Class: Aws::Types::NielsenNonLinearWatermarkSettings
- Inherits:
-
Object
- Object
- Aws::Types::NielsenNonLinearWatermarkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_watermark_process ⇒ "NAES2_AND_NW", ...
Returns the value of attribute active_watermark_process.
-
#adi_filename ⇒ ::String
Returns the value of attribute adi_filename.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#cbet_source_id ⇒ ::String
Returns the value of attribute cbet_source_id.
-
#episode_id ⇒ ::String
Returns the value of attribute episode_id.
-
#metadata_destination ⇒ ::String
Returns the value of attribute metadata_destination.
-
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
-
#source_watermark_status ⇒ "CLEAN", "WATERMARKED"
Returns the value of attribute source_watermark_status.
-
#tic_server_url ⇒ ::String
Returns the value of attribute tic_server_url.
-
#unique_tic_per_audio_track ⇒ "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
Returns the value of attribute unique_tic_per_audio_track.
Instance Attribute Details
#active_watermark_process ⇒ "NAES2_AND_NW", ...
Returns the value of attribute active_watermark_process.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def active_watermark_process @active_watermark_process end |
#adi_filename ⇒ ::String
Returns the value of attribute adi_filename.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def adi_filename @adi_filename end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def asset_id @asset_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def asset_name @asset_name end |
#cbet_source_id ⇒ ::String
Returns the value of attribute cbet_source_id.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def cbet_source_id @cbet_source_id end |
#episode_id ⇒ ::String
Returns the value of attribute episode_id.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def episode_id @episode_id end |
#metadata_destination ⇒ ::String
Returns the value of attribute metadata_destination.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def @metadata_destination end |
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def source_id @source_id end |
#source_watermark_status ⇒ "CLEAN", "WATERMARKED"
Returns the value of attribute source_watermark_status.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def source_watermark_status @source_watermark_status end |
#tic_server_url ⇒ ::String
Returns the value of attribute tic_server_url.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def tic_server_url @tic_server_url end |
#unique_tic_per_audio_track ⇒ "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
Returns the value of attribute unique_tic_per_audio_track.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def unique_tic_per_audio_track @unique_tic_per_audio_track end |