Package org.refcodes.codec
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withSampleRate(SampleRate aSampleRate)
Sets the sample rate for the sample rate property.
-
-
-
Method Detail
-
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.
-
-