Interface CfnChannel.Fmp4HlsSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.Fmp4HlsSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings for the fMP4 containers.

The parent of this entity is HlsSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 Fmp4HlsSettingsProperty fmp4HlsSettingsProperty = Fmp4HlsSettingsProperty.builder()
         .audioRenditionSets("audioRenditionSets")
         .nielsenId3Behavior("nielsenId3Behavior")
         .timedMetadataBehavior("timedMetadataBehavior")
         .build();
 

See Also: