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

    • Method Detail

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