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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fmp4HlsSettings.BuilderaudioRenditionSets(String audioRenditionSets)List all the audio groups that are used with the video output stream.Fmp4HlsSettings.BuildernielsenId3Behavior(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.Fmp4HlsSettings.BuildernielsenId3Behavior(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.Fmp4HlsSettings.BuildertimedMetadataBehavior(String timedMetadataBehavior)Set to PASSTHROUGH to enable ID3 metadata insertion.Fmp4HlsSettings.BuildertimedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)Set to PASSTHROUGH to enable ID3 metadata insertion.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
audioRenditionSets
Fmp4HlsSettings.Builder audioRenditionSets(String 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
Fmp4HlsSettings.Builder 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.- 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:
Fmp4NielsenId3Behavior,Fmp4NielsenId3Behavior
-
nielsenId3Behavior
Fmp4HlsSettings.Builder 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.- 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:
Fmp4NielsenId3Behavior,Fmp4NielsenId3Behavior
-
timedMetadataBehavior
Fmp4HlsSettings.Builder timedMetadataBehavior(String timedMetadataBehavior)
Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.- Parameters:
timedMetadataBehavior- Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Fmp4TimedMetadataBehavior,Fmp4TimedMetadataBehavior
-
timedMetadataBehavior
Fmp4HlsSettings.Builder timedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)
Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.- Parameters:
timedMetadataBehavior- Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Fmp4TimedMetadataBehavior,Fmp4TimedMetadataBehavior
-
-