Class: Aws::Types::CodecMetadata
- Inherits:
-
Object
- Object
- Aws::Types::CodecMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
-
#chroma_subsampling ⇒ ::String
Returns the value of attribute chroma_subsampling.
-
#coded_frame_rate ⇒ Types::FrameRate
Returns the value of attribute coded_frame_rate.
-
#color_primaries ⇒ "ITU_709", ...
Returns the value of attribute color_primaries.
-
#content_light_level ⇒ Types::ContentLightLevel
Returns the value of attribute content_light_level.
-
#field_order ⇒ ::String
Returns the value of attribute field_order.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#level ⇒ ::String
Returns the value of attribute level.
-
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
-
#profile ⇒ ::String
Returns the value of attribute profile.
-
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
-
#scan_type ⇒ ::String
Returns the value of attribute scan_type.
-
#transfer_characteristics ⇒ "ITU_709", ...
Returns the value of attribute transfer_characteristics.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
469 470 471 |
# File 'sig/types.rbs', line 469 def bit_depth @bit_depth end |
#chroma_subsampling ⇒ ::String
Returns the value of attribute chroma_subsampling.
470 471 472 |
# File 'sig/types.rbs', line 470 def chroma_subsampling @chroma_subsampling end |
#coded_frame_rate ⇒ Types::FrameRate
Returns the value of attribute coded_frame_rate.
471 472 473 |
# File 'sig/types.rbs', line 471 def coded_frame_rate @coded_frame_rate end |
#color_primaries ⇒ "ITU_709", ...
Returns the value of attribute color_primaries.
472 473 474 |
# File 'sig/types.rbs', line 472 def color_primaries @color_primaries end |
#content_light_level ⇒ Types::ContentLightLevel
Returns the value of attribute content_light_level.
473 474 475 |
# File 'sig/types.rbs', line 473 def content_light_level @content_light_level end |
#field_order ⇒ ::String
Returns the value of attribute field_order.
474 475 476 |
# File 'sig/types.rbs', line 474 def field_order @field_order end |
#height ⇒ ::Integer
Returns the value of attribute height.
475 476 477 |
# File 'sig/types.rbs', line 475 def height @height end |
#level ⇒ ::String
Returns the value of attribute level.
476 477 478 |
# File 'sig/types.rbs', line 476 def level @level end |
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
477 478 479 |
# File 'sig/types.rbs', line 477 def matrix_coefficients @matrix_coefficients end |
#profile ⇒ ::String
Returns the value of attribute profile.
478 479 480 |
# File 'sig/types.rbs', line 478 def profile @profile end |
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
479 480 481 |
# File 'sig/types.rbs', line 479 def rotation @rotation end |
#scan_type ⇒ ::String
Returns the value of attribute scan_type.
480 481 482 |
# File 'sig/types.rbs', line 480 def scan_type @scan_type end |
#transfer_characteristics ⇒ "ITU_709", ...
Returns the value of attribute transfer_characteristics.
481 482 483 |
# File 'sig/types.rbs', line 481 def transfer_characteristics @transfer_characteristics end |
#width ⇒ ::Integer
Returns the value of attribute width.
482 483 484 |
# File 'sig/types.rbs', line 482 def width @width end |