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.
-
#display_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute display_aspect_ratio.
-
#dolby_vision ⇒ Types::DolbyVisionMetadata
Returns the value of attribute dolby_vision.
-
#field_order ⇒ ::String
Returns the value of attribute field_order.
-
#hdr_10_plus_presence ⇒ "PRESENT"
Returns the value of attribute hdr_10_plus_presence.
-
#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.
-
#sample_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute sample_aspect_ratio.
-
#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.
477 478 479 |
# File 'sig/types.rbs', line 477 def bit_depth @bit_depth end |
#chroma_subsampling ⇒ ::String
Returns the value of attribute chroma_subsampling.
478 479 480 |
# File 'sig/types.rbs', line 478 def chroma_subsampling @chroma_subsampling end |
#coded_frame_rate ⇒ Types::FrameRate
Returns the value of attribute coded_frame_rate.
479 480 481 |
# File 'sig/types.rbs', line 479 def coded_frame_rate @coded_frame_rate end |
#color_primaries ⇒ "ITU_709", ...
Returns the value of attribute color_primaries.
480 481 482 |
# File 'sig/types.rbs', line 480 def color_primaries @color_primaries end |
#content_light_level ⇒ Types::ContentLightLevel
Returns the value of attribute content_light_level.
481 482 483 |
# File 'sig/types.rbs', line 481 def content_light_level @content_light_level end |
#display_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute display_aspect_ratio.
482 483 484 |
# File 'sig/types.rbs', line 482 def display_aspect_ratio @display_aspect_ratio end |
#dolby_vision ⇒ Types::DolbyVisionMetadata
Returns the value of attribute dolby_vision.
483 484 485 |
# File 'sig/types.rbs', line 483 def dolby_vision @dolby_vision end |
#field_order ⇒ ::String
Returns the value of attribute field_order.
484 485 486 |
# File 'sig/types.rbs', line 484 def field_order @field_order end |
#hdr_10_plus_presence ⇒ "PRESENT"
Returns the value of attribute hdr_10_plus_presence.
485 486 487 |
# File 'sig/types.rbs', line 485 def hdr_10_plus_presence @hdr_10_plus_presence end |
#height ⇒ ::Integer
Returns the value of attribute height.
486 487 488 |
# File 'sig/types.rbs', line 486 def height @height end |
#level ⇒ ::String
Returns the value of attribute level.
487 488 489 |
# File 'sig/types.rbs', line 487 def level @level end |
#matrix_coefficients ⇒ "RGB", ...
Returns the value of attribute matrix_coefficients.
488 489 490 |
# File 'sig/types.rbs', line 488 def matrix_coefficients @matrix_coefficients end |
#profile ⇒ ::String
Returns the value of attribute profile.
489 490 491 |
# File 'sig/types.rbs', line 489 def profile @profile end |
#rotation ⇒ ::Integer
Returns the value of attribute rotation.
490 491 492 |
# File 'sig/types.rbs', line 490 def rotation @rotation end |
#sample_aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute sample_aspect_ratio.
491 492 493 |
# File 'sig/types.rbs', line 491 def sample_aspect_ratio @sample_aspect_ratio end |
#scan_type ⇒ ::String
Returns the value of attribute scan_type.
492 493 494 |
# File 'sig/types.rbs', line 492 def scan_type @scan_type end |
#transfer_characteristics ⇒ "ITU_709", ...
Returns the value of attribute transfer_characteristics.
493 494 495 |
# File 'sig/types.rbs', line 493 def transfer_characteristics @transfer_characteristics end |
#width ⇒ ::Integer
Returns the value of attribute width.
494 495 496 |
# File 'sig/types.rbs', line 494 def width @width end |