Class CmafIngestGroupSettings

    • 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, 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:
        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, 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:
        CmafNielsenId3Behavior
      • 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:
        Scte35Type
      • 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:
        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.
      • 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, klvBehavior will return CmafKLVBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from klvBehaviorAsString().

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

        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.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)