public static interface Fmp4HlsSettings.Builder extends SdkPojo, CopyableBuilder<Fmp4HlsSettings.Builder,Fmp4HlsSettings>
| Modifier and Type | Method and Description |
|---|---|
Fmp4HlsSettings.Builder |
audioRenditionSets(String audioRenditionSets)
List all the audio groups that are used with the video output stream.
|
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.
|
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.
|
Fmp4HlsSettings.Builder |
timedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
Fmp4HlsSettings.Builder |
timedMetadataBehavior(String timedMetadataBehavior)
When set to passthrough, timed metadata is passed through from input to output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFmp4HlsSettings.Builder audioRenditionSets(String audioRenditionSets)
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 ','.Fmp4HlsSettings.Builder nielsenId3Behavior(String nielsenId3Behavior)
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.Fmp4NielsenId3Behavior,
Fmp4NielsenId3BehaviorFmp4HlsSettings.Builder nielsenId3Behavior(Fmp4NielsenId3Behavior nielsenId3Behavior)
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.Fmp4NielsenId3Behavior,
Fmp4NielsenId3BehaviorFmp4HlsSettings.Builder timedMetadataBehavior(String timedMetadataBehavior)
timedMetadataBehavior - When set to passthrough, timed metadata is passed through from input to output.Fmp4TimedMetadataBehavior,
Fmp4TimedMetadataBehaviorFmp4HlsSettings.Builder timedMetadataBehavior(Fmp4TimedMetadataBehavior timedMetadataBehavior)
timedMetadataBehavior - When set to passthrough, timed metadata is passed through from input to output.Fmp4TimedMetadataBehavior,
Fmp4TimedMetadataBehaviorCopyright © 2022. All rights reserved.