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();
 
  • Method Details

    • getAudioRenditionSets

      @Stability(Stable) @Nullable default String getAudioRenditionSets()
      List all the audio groups that are used with the video output stream.

      Input all the audio GROUP-IDs that are associated to the video, separate by ','.

    • getNielsenId3Behavior

      @Stability(Stable) @Nullable default String getNielsenId3Behavior()
      If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
    • getTimedMetadataBehavior

      @Stability(Stable) @Nullable default String getTimedMetadataBehavior()
      When set to passthrough, timed metadata is passed through from input to output.
    • builder

      @Stability(Stable) static CfnChannel.Fmp4HlsSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.Fmp4HlsSettingsProperty.Builder of CfnChannel.Fmp4HlsSettingsProperty