Interface MsSmoothGroupSettings.Builder

  • Method Details

    • additionalManifests

      MsSmoothGroupSettings.Builder additionalManifests(Collection<MsSmoothAdditionalManifest> additionalManifests)
      By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
      Parameters:
      additionalManifests - By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalManifests

      MsSmoothGroupSettings.Builder additionalManifests(MsSmoothAdditionalManifest... additionalManifests)
      By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
      Parameters:
      additionalManifests - By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalManifests

      MsSmoothGroupSettings.Builder additionalManifests(Consumer<MsSmoothAdditionalManifest.Builder>... additionalManifests)
      By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here. This is a convenience method that creates an instance of the MsSmoothAdditionalManifest.Builder avoiding the need to create one manually via MsSmoothAdditionalManifest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to additionalManifests(List<MsSmoothAdditionalManifest>).

      Parameters:
      additionalManifests - a consumer that will call methods on MsSmoothAdditionalManifest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • audioDeduplication

      MsSmoothGroupSettings.Builder audioDeduplication(String audioDeduplication)
      COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
      Parameters:
      audioDeduplication - COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • audioDeduplication

      MsSmoothGroupSettings.Builder audioDeduplication(MsSmoothAudioDeduplication audioDeduplication)
      COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
      Parameters:
      audioDeduplication - COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      MsSmoothGroupSettings.Builder destination(String destination)
      Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
      Parameters:
      destination - Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationSettings

      MsSmoothGroupSettings.Builder destinationSettings(DestinationSettings destinationSettings)
      Settings associated with the destination. Will vary based on the type of destination
      Parameters:
      destinationSettings - Settings associated with the destination. Will vary based on the type of destination
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationSettings

      default MsSmoothGroupSettings.Builder destinationSettings(Consumer<DestinationSettings.Builder> destinationSettings)
      Settings associated with the destination. Will vary based on the type of destination This is a convenience method that creates an instance of the DestinationSettings.Builder avoiding the need to create one manually via DestinationSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to destinationSettings(DestinationSettings).

      Parameters:
      destinationSettings - a consumer that will call methods on DestinationSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryption

      If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
      Parameters:
      encryption - If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryption

      If you are using DRM, set DRM System to specify the value SpekeKeyProvider. This is a convenience method that creates an instance of the MsSmoothEncryptionSettings.Builder avoiding the need to create one manually via MsSmoothEncryptionSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to encryption(MsSmoothEncryptionSettings).

      Parameters:
      encryption - a consumer that will call methods on MsSmoothEncryptionSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fragmentLength

      MsSmoothGroupSettings.Builder fragmentLength(Integer fragmentLength)
      Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Parameters:
      fragmentLength - Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fragmentLengthControl

      MsSmoothGroupSettings.Builder fragmentLengthControl(String fragmentLengthControl)
      Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Parameters:
      fragmentLengthControl - Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fragmentLengthControl

      MsSmoothGroupSettings.Builder fragmentLengthControl(MsSmoothFragmentLengthControl fragmentLengthControl)
      Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Parameters:
      fragmentLengthControl - Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • manifestEncoding

      MsSmoothGroupSettings.Builder manifestEncoding(String manifestEncoding)
      Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
      Parameters:
      manifestEncoding - Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • manifestEncoding

      MsSmoothGroupSettings.Builder manifestEncoding(MsSmoothManifestEncoding manifestEncoding)
      Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
      Parameters:
      manifestEncoding - Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: