Class: Aws::Types::Track

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_propertiesTypes::AudioProperties

Returns the value of attribute audio_properties.



2396
2397
2398
# File 'sig/types.rbs', line 2396

def audio_properties
  @audio_properties
end

#codec"UNKNOWN", ...

Returns the value of attribute codec.

Returns:

  • ("UNKNOWN", "AAC", "AC3", "AMR", "EAC3", "FLAC", "MP2", "MP3", "OPUS", "PCM", "VORBIS", "WMA", "WMA2", "WMAPRO", "AV1", "AVC", "DV", "H263", "HEVC", "JPEG2000", "MJPEG", "MPEG1", "MP4V", "MPEG2", "PRORES", "QTRLE", "THEORA", "UNCOMPRESSED", "VC1", "VC3", "VFW", "VP8", "VP9", "C608", "C708", "WEBVTT")


2397
2398
2399
# File 'sig/types.rbs', line 2397

def codec
  @codec
end

#data_propertiesTypes::DataProperties

Returns the value of attribute data_properties.



2398
2399
2400
# File 'sig/types.rbs', line 2398

def data_properties
  @data_properties
end

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def duration
  @duration
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def index
  @index
end

#track_type"video", ...

Returns the value of attribute track_type.

Returns:

  • ("video", "audio", "data")


2401
2402
2403
# File 'sig/types.rbs', line 2401

def track_type
  @track_type
end

#video_propertiesTypes::VideoProperties

Returns the value of attribute video_properties.



2402
2403
2404
# File 'sig/types.rbs', line 2402

def video_properties
  @video_properties
end