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")


2647
2648
2649
# File 'sig/types.rbs', line 2647

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")


2648
2649
2650
# File 'sig/types.rbs', line 2648

def color_space
  @color_space
end

#color_space_usage"FORCE", "FALLBACK"

Returns the value of attribute color_space_usage.

Returns:

  • ("FORCE", "FALLBACK")


2649
2650
2651
# File 'sig/types.rbs', line 2649

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")


2650
2651
2652
# File 'sig/types.rbs', line 2650

def embedded_timecode_override
  @embedded_timecode_override
end

#hdr_10_metadataTypes::Hdr10Metadata

Returns the value of attribute hdr_10_metadata.



2651
2652
2653
# File 'sig/types.rbs', line 2651

def 
  
end

#max_luminance::Integer

Returns the value of attribute max_luminance.

Returns:

  • (::Integer)


2652
2653
2654
# File 'sig/types.rbs', line 2652

def max_luminance
  @max_luminance
end

#pad_video"DISABLED", "BLACK"

Returns the value of attribute pad_video.

Returns:

  • ("DISABLED", "BLACK")


2653
2654
2655
# File 'sig/types.rbs', line 2653

def pad_video
  @pad_video
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def pid
  @pid
end

#program_number::Integer

Returns the value of attribute program_number.

Returns:

  • (::Integer)


2655
2656
2657
# File 'sig/types.rbs', line 2655

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")


2656
2657
2658
# File 'sig/types.rbs', line 2656

def rotate
  @rotate
end

#sample_range"FOLLOW", ...

Returns the value of attribute sample_range.

Returns:

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


2657
2658
2659
# File 'sig/types.rbs', line 2657

def sample_range
  @sample_range
end

#selector_type"AUTO", "STREAM"

Returns the value of attribute selector_type.

Returns:

  • ("AUTO", "STREAM")


2658
2659
2660
# File 'sig/types.rbs', line 2658

def selector_type
  @selector_type
end

#streams::Array[::Integer]

Returns the value of attribute streams.

Returns:

  • (::Array[::Integer])


2659
2660
2661
# File 'sig/types.rbs', line 2659

def streams
  @streams
end