Class CmafIngestGroupSettings
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CmafIngestGroupSettings.Builder,
CmafIngestGroupSettings>
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final OutputLocationRef
A HTTP destination for the tracksfinal boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final CmafNielsenId3Behavior
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.final String
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.final Scte35Type
Type of scte35 track to add.final String
Type of scte35 track to add.final Integer
The nominal duration of segments.Time unit for segment length parameter.final String
Time unit for segment length parameter.final Integer
Number of milliseconds to delay the output from the second pipeline.static Class
<? extends CmafIngestGroupSettings.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
destination
A HTTP destination for the tracks- Returns:
- A HTTP destination for the tracks
-
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,
nielsenId3Behavior
will 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:
-
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,
nielsenId3Behavior
will 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:
-
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,
scte35Type
will 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:
-
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,
scte35Type
will 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:
-
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
Time unit for segment length parameter.If the service returns an enum value that is not available in the current SDK version,
segmentLengthUnits
will returnCmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsegmentLengthUnitsAsString()
.- Returns:
- Time unit for segment length parameter.
- See Also:
-
segmentLengthUnitsAsString
Time unit for segment length parameter.If the service returns an enum value that is not available in the current SDK version,
segmentLengthUnits
will returnCmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsegmentLengthUnitsAsString()
.- Returns:
- Time unit for segment length parameter.
- See Also:
-
sendDelayMs
Number of milliseconds to delay the output from the second pipeline.- Returns:
- Number of milliseconds to delay the output from the second pipeline.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CmafIngestGroupSettings.Builder,
CmafIngestGroupSettings> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-