Class: Aws::Types::Mpeg2Settings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_quantization"AUTO", ...

Returns the value of attribute adaptive_quantization.

Returns:

  • ("AUTO", "HIGH", "LOW", "MEDIUM", "OFF")


2335
2336
2337
# File 'sig/types.rbs', line 2335

def adaptive_quantization
  @adaptive_quantization
end

#afd_signaling"AUTO", ...

Returns the value of attribute afd_signaling.

Returns:

  • ("AUTO", "FIXED", "NONE")


2336
2337
2338
# File 'sig/types.rbs', line 2336

def afd_signaling
  @afd_signaling
end

#color_metadata"IGNORE", "INSERT"

Returns the value of attribute color_metadata.

Returns:

  • ("IGNORE", "INSERT")


2337
2338
2339
# File 'sig/types.rbs', line 2337

def 
  @color_metadata
end

#color_space"AUTO", "PASSTHROUGH"

Returns the value of attribute color_space.

Returns:

  • ("AUTO", "PASSTHROUGH")


2338
2339
2340
# File 'sig/types.rbs', line 2338

def color_space
  @color_space
end

#display_aspect_ratio"DISPLAYRATIO16X9", "DISPLAYRATIO4X3"

Returns the value of attribute display_aspect_ratio.

Returns:

  • ("DISPLAYRATIO16X9", "DISPLAYRATIO4X3")


2339
2340
2341
# File 'sig/types.rbs', line 2339

def display_aspect_ratio
  @display_aspect_ratio
end

#filter_settingsTypes::Mpeg2FilterSettings

Returns the value of attribute filter_settings.



2340
2341
2342
# File 'sig/types.rbs', line 2340

def filter_settings
  @filter_settings
end

#fixed_afd"AFD_0000", ...

Returns the value of attribute fixed_afd.

Returns:

  • ("AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111")


2341
2342
2343
# File 'sig/types.rbs', line 2341

def fixed_afd
  @fixed_afd
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


2343
2344
2345
# File 'sig/types.rbs', line 2343

def framerate_numerator
  @framerate_numerator
end

#gop_closed_cadence::Integer

Returns the value of attribute gop_closed_cadence.

Returns:

  • (::Integer)


2344
2345
2346
# File 'sig/types.rbs', line 2344

def gop_closed_cadence
  @gop_closed_cadence
end

#gop_num_b_frames::Integer

Returns the value of attribute gop_num_b_frames.

Returns:

  • (::Integer)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def gop_num_b_frames
  @gop_num_b_frames
end

#gop_size::Float

Returns the value of attribute gop_size.

Returns:

  • (::Float)


2346
2347
2348
# File 'sig/types.rbs', line 2346

def gop_size
  @gop_size
end

#gop_size_units"FRAMES", "SECONDS"

Returns the value of attribute gop_size_units.

Returns:

  • ("FRAMES", "SECONDS")


2347
2348
2349
# File 'sig/types.rbs', line 2347

def gop_size_units
  @gop_size_units
end

#scan_type"INTERLACED", "PROGRESSIVE"

Returns the value of attribute scan_type.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


2348
2349
2350
# File 'sig/types.rbs', line 2348

def scan_type
  @scan_type
end

#subgop_length"DYNAMIC", "FIXED"

Returns the value of attribute subgop_length.

Returns:

  • ("DYNAMIC", "FIXED")


2349
2350
2351
# File 'sig/types.rbs', line 2349

def subgop_length
  @subgop_length
end

#timecode_burnin_settingsTypes::TimecodeBurninSettings

Returns the value of attribute timecode_burnin_settings.



2351
2352
2353
# File 'sig/types.rbs', line 2351

def timecode_burnin_settings
  @timecode_burnin_settings
end

#timecode_insertion"DISABLED", "GOP_TIMECODE"

Returns the value of attribute timecode_insertion.

Returns:

  • ("DISABLED", "GOP_TIMECODE")


2350
2351
2352
# File 'sig/types.rbs', line 2350

def timecode_insertion
  @timecode_insertion
end