Interface MsSmoothOutputSettings.Builder

    • Method Detail

      • h265PackagingType

        MsSmoothOutputSettings.Builder h265PackagingType​(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:
        MsSmoothH265PackagingType, MsSmoothH265PackagingType
      • h265PackagingType

        MsSmoothOutputSettings.Builder h265PackagingType​(MsSmoothH265PackagingType 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:
        MsSmoothH265PackagingType, MsSmoothH265PackagingType
      • nameModifier

        MsSmoothOutputSettings.Builder nameModifier​(String nameModifier)
        String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
        Parameters:
        nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.