Class: Aws::Types::Track
- Inherits:
-
Object
- Object
- Aws::Types::Track
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_properties ⇒ Types::AudioProperties
Returns the value of attribute audio_properties.
-
#codec ⇒ "UNKNOWN", ...
Returns the value of attribute codec.
-
#data_properties ⇒ Types::DataProperties
Returns the value of attribute data_properties.
-
#duration ⇒ ::Float
Returns the value of attribute duration.
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#track_type ⇒ "video", ...
Returns the value of attribute track_type.
-
#video_properties ⇒ Types::VideoProperties
Returns the value of attribute video_properties.
Instance Attribute Details
#audio_properties ⇒ Types::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.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def codec @codec end |
#data_properties ⇒ Types::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.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def duration @duration end |
#index ⇒ ::Integer
Returns the value of attribute index.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def index @index end |
#track_type ⇒ "video", ...
Returns the value of attribute track_type.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def track_type @track_type end |
#video_properties ⇒ Types::VideoProperties
Returns the value of attribute video_properties.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def video_properties @video_properties end |