Class: Aws::Types::FmtpRequest

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)


792
793
794
# File 'sig/types.rbs', line 792

def channel_order
  @channel_order
end

#colorimetry"BT601", ...

Returns the value of attribute colorimetry.

Returns:

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


793
794
795
# File 'sig/types.rbs', line 793

def colorimetry
  @colorimetry
end

#exact_framerate::String

Returns the value of attribute exact_framerate.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def exact_framerate
  @exact_framerate
end

#par::String

Returns the value of attribute par.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def par
  @par
end

#range"NARROW", ...

Returns the value of attribute range.

Returns:

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


796
797
798
# File 'sig/types.rbs', line 796

def range
  @range
end

#scan_mode"progressive", ...

Returns the value of attribute scan_mode.

Returns:

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


797
798
799
# File 'sig/types.rbs', line 797

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


798
799
800
# File 'sig/types.rbs', line 798

def tcs
  @tcs
end