Class Fmp4HlsSettings

    • 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, nielsenId3Behavior will return Fmp4NielsenId3Behavior.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:
        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, nielsenId3Behavior will return Fmp4NielsenId3Behavior.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:
        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, timedMetadataBehavior will return Fmp4TimedMetadataBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from timedMetadataBehaviorAsString().

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

        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
      • 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)