Interface Fmp4HlsSettingsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Fmp4HlsSettingsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.055Z")
@Stability(Experimental)
public interface Fmp4HlsSettingsProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for fMP4 HLS settings.
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.alpha.*;
M3u8NielsenId3Behavior m3u8NielsenId3Behavior;
M3u8TimedMetadataBehavior m3u8TimedMetadataBehavior;
Fmp4HlsSettingsProps fmp4HlsSettingsProps = Fmp4HlsSettingsProps.builder()
.audioRenditionSets("audioRenditionSets")
.nielsenId3Behavior(m3u8NielsenId3Behavior)
.timedMetadataBehavior(m3u8TimedMetadataBehavior)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFmp4HlsSettingsPropsstatic final classAn implementation forFmp4HlsSettingsProps -
Method Summary
Modifier and TypeMethodDescriptionstatic Fmp4HlsSettingsProps.Builderbuilder()default String(experimental) The audio GROUP-IDs used with this video output stream, comma-separated.default M3u8NielsenId3Behavior(experimental) Nielsen ID3 passthrough behavior.default M3u8TimedMetadataBehavior(experimental) Timed-metadata passthrough behavior.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioRenditionSets
(experimental) The audio GROUP-IDs used with this video output stream, comma-separated.Default: - service default
-
getNielsenId3Behavior
(experimental) Nielsen ID3 passthrough behavior.Default: - service default
-
getTimedMetadataBehavior
(experimental) Timed-metadata passthrough behavior.Default: - service default
-
builder
- Returns:
- a
Fmp4HlsSettingsProps.BuilderofFmp4HlsSettingsProps
-