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)


528
529
530
# File 'sig/types.rbs', line 528

def bit_rate
  @bit_rate
end

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


529
530
531
# File 'sig/types.rbs', line 529

def duration
  @duration
end

#format"mp4", ...

Returns the value of attribute format.

Returns:

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


530
531
532
# File 'sig/types.rbs', line 530

def format
  @format
end

#start_timecode::String

Returns the value of attribute start_timecode.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def start_timecode
  @start_timecode
end

#tracks::Array[Types::Track]

Returns the value of attribute tracks.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def tracks
  @tracks
end