Interface SampleRateAccessor.SampleRateBuilder<B extends SampleRateAccessor.SampleRateBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
SampleRateAccessor

public static interface SampleRateAccessor.SampleRateBuilder<B extends SampleRateAccessor.SampleRateBuilder<B>>
Provides a builder method for a sample rate property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the sample rate for the sample rate property.
  • Method Details

    • withSampleRate

      B withSampleRate(SampleRate aSampleRate)
      Sets the sample rate for the sample rate property.
      Parameters:
      aSampleRate - The sample rate to be stored by the sample rate property.
      Returns:
      The builder for applying multiple build operations.