Class Fmp4HlsSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Fmp4HlsSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Fmp4HlsSettings.Builder,Fmp4HlsSettings>
@Generated("software.amazon.awssdk:codegen") public final class Fmp4HlsSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Fmp4HlsSettings.Builder,Fmp4HlsSettings>
Fmp4 Hls Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFmp4HlsSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaudioRenditionSets()List all the audio groups that are used with the video output stream.static Fmp4HlsSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Fmp4NielsenId3BehaviornielsenId3Behavior()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.StringnielsenId3BehaviorAsString()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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Fmp4HlsSettings.Builder>serializableBuilderClass()Fmp4TimedMetadataBehaviortimedMetadataBehavior()Set to PASSTHROUGH to enable ID3 metadata insertion.StringtimedMetadataBehaviorAsString()Set to PASSTHROUGH to enable ID3 metadata insertion.Fmp4HlsSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audioRenditionSets
public final 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 ','.- Returns:
- 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 ','.
-
nielsenId3Behavior
public final 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.If the service returns an enum value that is not available in the current SDK version,
nielsenId3Behaviorwill returnFmp4NielsenId3Behavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenId3BehaviorAsString().- Returns:
- 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:
Fmp4NielsenId3Behavior
-
nielsenId3BehaviorAsString
public final String nielsenId3BehaviorAsString()
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.If the service returns an enum value that is not available in the current SDK version,
nielsenId3Behaviorwill returnFmp4NielsenId3Behavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenId3BehaviorAsString().- Returns:
- 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:
Fmp4NielsenId3Behavior
-
timedMetadataBehavior
public final 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.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehaviorwill returnFmp4TimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimedMetadataBehaviorAsString().- Returns:
- 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.
- See Also:
Fmp4TimedMetadataBehavior
-
timedMetadataBehaviorAsString
public final String timedMetadataBehaviorAsString()
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.If the service returns an enum value that is not available in the current SDK version,
timedMetadataBehaviorwill returnFmp4TimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimedMetadataBehaviorAsString().- Returns:
- 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.
- See Also:
Fmp4TimedMetadataBehavior
-
toBuilder
public Fmp4HlsSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Fmp4HlsSettings.Builder,Fmp4HlsSettings>
-
builder
public static Fmp4HlsSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Fmp4HlsSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-