JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.medialive.model

Class HlsOutputSettings

    • Constructor Detail

      • HlsOutputSettings

        public HlsOutputSettings()
    • Method Detail

      • setH265PackagingType

        public void setH265PackagingType(String h265PackagingType)
        Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Parameters:
        h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        See Also:
        HlsH265PackagingType
      • getH265PackagingType

        public String getH265PackagingType()
        Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Returns:
        Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        See Also:
        HlsH265PackagingType
      • withH265PackagingType

        public HlsOutputSettings withH265PackagingType(String h265PackagingType)
        Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Parameters:
        h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HlsH265PackagingType
      • withH265PackagingType

        public HlsOutputSettings withH265PackagingType(HlsH265PackagingType h265PackagingType)
        Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Parameters:
        h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HlsH265PackagingType
      • setHlsSettings

        public void setHlsSettings(HlsSettings hlsSettings)
        Settings regarding the underlying stream. These settings are different for audio-only outputs.
        Parameters:
        hlsSettings - Settings regarding the underlying stream. These settings are different for audio-only outputs.
      • getHlsSettings

        public HlsSettings getHlsSettings()
        Settings regarding the underlying stream. These settings are different for audio-only outputs.
        Returns:
        Settings regarding the underlying stream. These settings are different for audio-only outputs.
      • withHlsSettings

        public HlsOutputSettings withHlsSettings(HlsSettings hlsSettings)
        Settings regarding the underlying stream. These settings are different for audio-only outputs.
        Parameters:
        hlsSettings - Settings regarding the underlying stream. These settings are different for audio-only outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNameModifier

        public void setNameModifier(String nameModifier)
        String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
        Parameters:
        nameModifier - String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
      • getNameModifier

        public String getNameModifier()
        String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
        Returns:
        String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
      • withNameModifier

        public HlsOutputSettings withNameModifier(String nameModifier)
        String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
        Parameters:
        nameModifier - String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSegmentModifier

        public void setSegmentModifier(String segmentModifier)
        String concatenated to end of segment filenames.
        Parameters:
        segmentModifier - String concatenated to end of segment filenames.
      • getSegmentModifier

        public String getSegmentModifier()
        String concatenated to end of segment filenames.
        Returns:
        String concatenated to end of segment filenames.
      • withSegmentModifier

        public HlsOutputSettings withSegmentModifier(String segmentModifier)
        String concatenated to end of segment filenames.
        Parameters:
        segmentModifier - String concatenated to end of segment filenames.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /