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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.Fmp4HlsSettingsProperty
static final class
An implementation forCfnChannel.Fmp4HlsSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
List all the audio groups that are used with the video output stream.default String
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
When set to passthrough, timed metadata is passed through from input to output.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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 ','.
- See Also:
-
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.- See Also:
-
getTimedMetadataBehavior
When set to passthrough, timed metadata is passed through from input to output.- See Also:
-
builder
-