Class: Aws::Types::Fmtp

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_order::String

Returns the value of attribute channel_order.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def channel_order
  @channel_order
end

#colorimetry"BT601", ...

Returns the value of attribute colorimetry.

Returns:

  • ("BT601", "BT709", "BT2020", "BT2100", "ST2065-1", "ST2065-3", "XYZ")


782
783
784
# File 'sig/types.rbs', line 782

def colorimetry
  @colorimetry
end

#exact_framerate::String

Returns the value of attribute exact_framerate.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def exact_framerate
  @exact_framerate
end

#par::String

Returns the value of attribute par.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def par
  @par
end

#range"NARROW", ...

Returns the value of attribute range.

Returns:

  • ("NARROW", "FULL", "FULLPROTECT")


785
786
787
# File 'sig/types.rbs', line 785

def range
  @range
end

#scan_mode"progressive", ...

Returns the value of attribute scan_mode.

Returns:

  • ("progressive", "interlace", "progressive-segmented-frame")


786
787
788
# File 'sig/types.rbs', line 786

def scan_mode
  @scan_mode
end

#tcs"SDR", ...

Returns the value of attribute tcs.

Returns:

  • ("SDR", "PQ", "HLG", "LINEAR", "BT2100LINPQ", "BT2100LINHLG", "ST2065-1", "ST428-1", "DENSITY")


787
788
789
# File 'sig/types.rbs', line 787

def tcs
  @tcs
end