Class: Aws::Types::VideoMetadata
- Inherits:
-
Object
- Object
- Aws::Types::VideoMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#color_range ⇒ "FULL", "LIMITED"
Returns the value of attribute color_range.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#frame_height ⇒ ::Integer
Returns the value of attribute frame_height.
-
#frame_rate ⇒ ::Float
Returns the value of attribute frame_rate.
-
#frame_width ⇒ ::Integer
Returns the value of attribute frame_width.
Instance Attribute Details
#codec ⇒ ::String
Returns the value of attribute codec.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def codec @codec end |
#color_range ⇒ "FULL", "LIMITED"
Returns the value of attribute color_range.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def color_range @color_range end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def duration_millis @duration_millis end |
#format ⇒ ::String
Returns the value of attribute format.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def format @format end |
#frame_height ⇒ ::Integer
Returns the value of attribute frame_height.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def frame_height @frame_height end |
#frame_rate ⇒ ::Float
Returns the value of attribute frame_rate.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def frame_rate @frame_rate end |
#frame_width ⇒ ::Integer
Returns the value of attribute frame_width.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def frame_width @frame_width end |