Class: Aws::Types::VideoMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def codec
  @codec
end

#color_range"FULL", "LIMITED"

Returns the value of attribute color_range.

Returns:

  • ("FULL", "LIMITED")


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.

Returns:

  • (::Integer)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def duration_millis
  @duration_millis
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def format
  @format
end

#frame_height::Integer

Returns the value of attribute frame_height.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def frame_width
  @frame_width
end