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.



2375
2376
2377
# File 'sig/types.rbs', line 2375

def audio_properties
  @audio_properties
end

#codec"UNKNOWN", ...

Returns the value of attribute codec.

Returns:

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


2376
2377
2378
# File 'sig/types.rbs', line 2376

def codec
  @codec
end

#data_propertiesTypes::DataProperties

Returns the value of attribute data_properties.



2377
2378
2379
# File 'sig/types.rbs', line 2377

def data_properties
  @data_properties
end

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def duration
  @duration
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def index
  @index
end

#track_type"video", ...

Returns the value of attribute track_type.

Returns:

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


2380
2381
2382
# File 'sig/types.rbs', line 2380

def track_type
  @track_type
end

#video_propertiesTypes::VideoProperties

Returns the value of attribute video_properties.



2381
2382
2383
# File 'sig/types.rbs', line 2381

def video_properties
  @video_properties
end