Interface BitsPerSampleAccessor.BitsPerSampleBuilder<B extends BitsPerSampleAccessor.BitsPerSampleBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
LineOutSampleWriter<S,B>, WavSampleWriter<S,B>
All Known Implementing Classes:
AbstractLineOutSampleWriter, AbstractWavSampleWriter, LineOutMonoSampleWriter, LineOutSoundSampleWriter, WavMonoSampleWriter, WavSoundSampleWriter
Enclosing interface:
BitsPerSampleAccessor

public static interface BitsPerSampleAccessor.BitsPerSampleBuilder<B extends BitsPerSampleAccessor.BitsPerSampleBuilder<B>>
Provides a builder method for a bits/sample per channel property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the bits/sample per channel for the bits/sample per channel property.
  • Method Details

    • withBitsPerSample

      B withBitsPerSample(BitsPerSample aBitsPerSample)
      Sets the bits/sample per channel for the bits/sample per channel property.
      Parameters:
      aBitsPerSample - The bits/sample per channel to be stored by the sampling rate property.
      Returns:
      The builder for applying multiple build operations.