Class: Aws::Types::Fmp4HlsSettings
- Inherits:
-
Object
- Object
- Aws::Types::Fmp4HlsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#timed_metadata_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute timed_metadata_behavior.
Instance Attribute Details
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def audio_rendition_sets @audio_rendition_sets end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#timed_metadata_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute timed_metadata_behavior.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def @timed_metadata_behavior end |