Class CmafIngestGroupSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.CmafIngestGroupSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>
@Generated("software.amazon.awssdk:codegen") public final class CmafIngestGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>
Cmaf Ingest Group Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCmafIngestGroupSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CmafIngestGroupSettings.Builderbuilder()OutputLocationRefdestination()A HTTP destination for the tracksbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CmafKLVBehaviorklvBehavior()If set to passthrough, passes any KLV data from the input source to this output.StringklvBehaviorAsString()If set to passthrough, passes any KLV data from the input source to this output.StringklvNameModifier()Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track.CmafNielsenId3BehaviornielsenId3Behavior()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.StringnielsenId3NameModifier()Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track.Stringscte35NameModifier()Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track.Scte35Typescte35Type()Type of scte35 track to add.Stringscte35TypeAsString()Type of scte35 track to add.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()IntegersegmentLength()The nominal duration of segments.CmafIngestSegmentLengthUnitssegmentLengthUnits()Time unit for segment length parameter.StringsegmentLengthUnitsAsString()Time unit for segment length parameter.IntegersendDelayMs()Number of milliseconds to delay the output from the second pipeline.static Class<? extends CmafIngestGroupSettings.Builder>serializableBuilderClass()CmafIngestGroupSettings.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
-
destination
public final OutputLocationRef destination()
A HTTP destination for the tracks- Returns:
- A HTTP destination for the tracks
-
nielsenId3Behavior
public final CmafNielsenId3Behavior 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 returnCmafNielsenId3Behavior.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:
CmafNielsenId3Behavior
-
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 returnCmafNielsenId3Behavior.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:
CmafNielsenId3Behavior
-
scte35Type
public final Scte35Type scte35Type()
Type of scte35 track to add. none or scte35WithoutSegmentationIf the service returns an enum value that is not available in the current SDK version,
scte35Typewill returnScte35Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscte35TypeAsString().- Returns:
- Type of scte35 track to add. none or scte35WithoutSegmentation
- See Also:
Scte35Type
-
scte35TypeAsString
public final String scte35TypeAsString()
Type of scte35 track to add. none or scte35WithoutSegmentationIf the service returns an enum value that is not available in the current SDK version,
scte35Typewill returnScte35Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscte35TypeAsString().- Returns:
- Type of scte35 track to add. none or scte35WithoutSegmentation
- See Also:
Scte35Type
-
segmentLength
public final Integer segmentLength()
The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.- Returns:
- The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
-
segmentLengthUnits
public final CmafIngestSegmentLengthUnits segmentLengthUnits()
Time unit for segment length parameter.If the service returns an enum value that is not available in the current SDK version,
segmentLengthUnitswill returnCmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentLengthUnitsAsString().- Returns:
- Time unit for segment length parameter.
- See Also:
CmafIngestSegmentLengthUnits
-
segmentLengthUnitsAsString
public final String segmentLengthUnitsAsString()
Time unit for segment length parameter.If the service returns an enum value that is not available in the current SDK version,
segmentLengthUnitswill returnCmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsegmentLengthUnitsAsString().- Returns:
- Time unit for segment length parameter.
- See Also:
CmafIngestSegmentLengthUnits
-
sendDelayMs
public final Integer sendDelayMs()
Number of milliseconds to delay the output from the second pipeline.- Returns:
- Number of milliseconds to delay the output from the second pipeline.
-
klvBehavior
public final CmafKLVBehavior klvBehavior()
If set to passthrough, passes any KLV data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
klvBehaviorwill returnCmafKLVBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromklvBehaviorAsString().- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
CmafKLVBehavior
-
klvBehaviorAsString
public final String klvBehaviorAsString()
If set to passthrough, passes any KLV data from the input source to this output.If the service returns an enum value that is not available in the current SDK version,
klvBehaviorwill returnCmafKLVBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromklvBehaviorAsString().- Returns:
- If set to passthrough, passes any KLV data from the input source to this output.
- See Also:
CmafKLVBehavior
-
klvNameModifier
public final String klvNameModifier()
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm). Any string you enter here will replace the "klv" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm). Any string you enter here will replace the "klv" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
-
nielsenId3NameModifier
public final String nielsenId3NameModifier()
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm). Any string you enter here will replace the "nid3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm). Any string you enter here will replace the "nid3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
-
scte35NameModifier
public final String scte35NameModifier()
Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the "scte" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.- Returns:
- Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the "scte" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
-
toBuilder
public CmafIngestGroupSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>
-
builder
public static CmafIngestGroupSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends CmafIngestGroupSettings.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
-
-