Class: Aws::Types::VideoSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alpha_behavior"DISCARD", "REMAP_TO_LUMA"

Returns the value of attribute alpha_behavior.

Returns:

  • ("DISCARD", "REMAP_TO_LUMA")


2611
2612
2613
# File 'sig/types.rbs', line 2611

def alpha_behavior
  @alpha_behavior
end

#color_space"FOLLOW", ...

Returns the value of attribute color_space.

Returns:

  • ("FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR")


2612
2613
2614
# File 'sig/types.rbs', line 2612

def color_space
  @color_space
end

#color_space_usage"FORCE", "FALLBACK"

Returns the value of attribute color_space_usage.

Returns:

  • ("FORCE", "FALLBACK")


2613
2614
2615
# File 'sig/types.rbs', line 2613

def color_space_usage
  @color_space_usage
end

#embedded_timecode_override"NONE", "USE_MDPM"

Returns the value of attribute embedded_timecode_override.

Returns:

  • ("NONE", "USE_MDPM")


2614
2615
2616
# File 'sig/types.rbs', line 2614

def embedded_timecode_override
  @embedded_timecode_override
end

#hdr_10_metadataTypes::Hdr10Metadata

Returns the value of attribute hdr_10_metadata.



2615
2616
2617
# File 'sig/types.rbs', line 2615

def 
  @hdr_10_metadata
end

#max_luminance::Integer

Returns the value of attribute max_luminance.

Returns:

  • (::Integer)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def max_luminance
  @max_luminance
end

#pad_video"DISABLED", "BLACK"

Returns the value of attribute pad_video.

Returns:

  • ("DISABLED", "BLACK")


2617
2618
2619
# File 'sig/types.rbs', line 2617

def pad_video
  @pad_video
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def pid
  @pid
end

#program_number::Integer

Returns the value of attribute program_number.

Returns:

  • (::Integer)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def program_number
  @program_number
end

#rotate"DEGREE_0", ...

Returns the value of attribute rotate.

Returns:

  • ("DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO")


2620
2621
2622
# File 'sig/types.rbs', line 2620

def rotate
  @rotate
end

#sample_range"FOLLOW", ...

Returns the value of attribute sample_range.

Returns:

  • ("FOLLOW", "FULL_RANGE", "LIMITED_RANGE")


2621
2622
2623
# File 'sig/types.rbs', line 2621

def sample_range
  @sample_range
end

#selector_type"AUTO", "STREAM"

Returns the value of attribute selector_type.

Returns:

  • ("AUTO", "STREAM")


2622
2623
2624
# File 'sig/types.rbs', line 2622

def selector_type
  @selector_type
end

#streams::Array[::Integer]

Returns the value of attribute streams.

Returns:

  • (::Array[::Integer])


2623
2624
2625
# File 'sig/types.rbs', line 2623

def streams
  @streams
end