Class: Aws::Types::Container

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_rate::Integer

Returns the value of attribute bit_rate.

Returns:

  • (::Integer)


516
517
518
# File 'sig/types.rbs', line 516

def bit_rate
  @bit_rate
end

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


517
518
519
# File 'sig/types.rbs', line 517

def duration
  @duration
end

#format"mp4", ...

Returns the value of attribute format.

Returns:

  • ("mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi", "mpegts", "mpegps", "mp3")


518
519
520
# File 'sig/types.rbs', line 518

def format
  @format
end

#start_timecode::String

Returns the value of attribute start_timecode.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def start_timecode
  @start_timecode
end

#tracks::Array[Types::Track]

Returns the value of attribute tracks.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def tracks
  @tracks
end