Interface MsSmoothOutputSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>, SdkBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>, SdkPojo
Enclosing class:
MsSmoothOutputSettings

public static interface MsSmoothOutputSettings.Builder extends SdkPojo, CopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>
  • Method Details

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