@Stability(value=Stable)
public static interface CfnChannel.Fmp4HlsSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.Fmp4HlsSettingsProperty.Builder
A builder for
CfnChannel.Fmp4HlsSettingsProperty |
static class |
CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.Fmp4HlsSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.Fmp4HlsSettingsProperty.Builder |
builder() |
default String |
getAudioRenditionSets()
List all the audio groups that are used with the video output stream.
|
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.
|
default String |
getTimedMetadataBehavior()
When set to passthrough, timed metadata is passed through from input to output.
|
@Stability(value=Stable) @Nullable default String getAudioRenditionSets()
Input all the audio GROUP-IDs that are associated to the video, separate by ','.
@Stability(value=Stable) @Nullable default String getNielsenId3Behavior()
@Stability(value=Stable) @Nullable default String getTimedMetadataBehavior()
@Stability(value=Stable) static CfnChannel.Fmp4HlsSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.