Interface Fmp4HlsSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Fmp4HlsSettings.Builder,
,Fmp4HlsSettings> SdkBuilder<Fmp4HlsSettings.Builder,
,Fmp4HlsSettings> SdkPojo
- Enclosing class:
Fmp4HlsSettings
public static interface Fmp4HlsSettings.Builder
extends SdkPojo, CopyableBuilder<Fmp4HlsSettings.Builder,Fmp4HlsSettings>
-
Method Summary
Modifier and TypeMethodDescriptionaudioRenditionSets
(String audioRenditionSets) List all the audio groups that are used with the video output stream.nielsenId3Behavior
(String nielsenId3Behavior) 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.nielsenId3Behavior
(Fmp4NielsenId3Behavior nielsenId3Behavior) 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.timedMetadataBehavior
(String timedMetadataBehavior) When set to passthrough, timed metadata is passed through from input to output.timedMetadataBehavior
(Fmp4TimedMetadataBehavior timedMetadataBehavior) When set to passthrough, timed metadata is passed through from input to output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
audioRenditionSets
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 ','.- Parameters:
audioRenditionSets
- 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 ','.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenId3Behavior
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.- Parameters:
nielsenId3Behavior
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nielsenId3Behavior
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.- Parameters:
nielsenId3Behavior
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timedMetadataBehavior
When set to passthrough, timed metadata is passed through from input to output.- Parameters:
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timedMetadataBehavior
When set to passthrough, timed metadata is passed through from input to output.- Parameters:
timedMetadataBehavior
- When set to passthrough, timed metadata is passed through from input to output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-