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.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def audio_properties @audio_properties end |
#codec ⇒ "UNKNOWN", ...
Returns the value of attribute codec.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def codec @codec end |
#data_properties ⇒ Types::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.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def duration @duration end |
#index ⇒ ::Integer
Returns the value of attribute index.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def index @index end |
#track_type ⇒ "video", ...
Returns the value of attribute track_type.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def track_type @track_type end |
#video_properties ⇒ Types::VideoProperties
Returns the value of attribute video_properties.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def video_properties @video_properties end |