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:
  • Method Details

    • 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, nielsenId3Behavior will return CmafNielsenId3Behavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nielsenId3BehaviorAsString().

      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

      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, nielsenId3Behavior will return CmafNielsenId3Behavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nielsenId3BehaviorAsString().

      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

      public final Scte35Type scte35Type()
      Type of scte35 track to add. none or scte35WithoutSegmentation

      If the service returns an enum value that is not available in the current SDK version, scte35Type will return Scte35Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scte35TypeAsString().

      Returns:
      Type of scte35 track to add. none or scte35WithoutSegmentation
      See Also:
    • scte35TypeAsString

      public final String scte35TypeAsString()
      Type of scte35 track to add. none or scte35WithoutSegmentation

      If the service returns an enum value that is not available in the current SDK version, scte35Type will return Scte35Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scte35TypeAsString().

      Returns:
      Type of scte35 track to add. none or scte35WithoutSegmentation
      See Also:
    • 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, segmentLengthUnits will return CmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from segmentLengthUnitsAsString().

      Returns:
      Time unit for segment length parameter.
      See Also:
    • 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, segmentLengthUnits will return CmafIngestSegmentLengthUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from segmentLengthUnitsAsString().

      Returns:
      Time unit for segment length parameter.
      See Also:
    • 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.
    • toBuilder

      public CmafIngestGroupSettings.Builder 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 interface ToCopyableBuilder<CmafIngestGroupSettings.Builder,CmafIngestGroupSettings>
      Returns:
      a builder for type T
    • builder

      public static CmafIngestGroupSettings.Builder builder()
    • serializableBuilderClass

      public static Class<? extends CmafIngestGroupSettings.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      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 an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.