Interface BitsPerSampleAccessor.BitsPerSampleMutator

All Known Subinterfaces:
BitsPerSampleAccessor.BitsPerSampleProperty, LineOutSampleWriter<S,​B>, WavSampleWriter<S,​B>
All Known Implementing Classes:
AbstractLineOutSampleWriter, AbstractWavSampleWriter, LineOutMonoSampleWriter, LineOutSoundSampleWriter, WavMonoSampleWriter, WavSoundSampleWriter
Enclosing interface:
BitsPerSampleAccessor

public static interface BitsPerSampleAccessor.BitsPerSampleMutator
Provides a mutator for a bits/sample per channel property.
  • Method Summary

    Modifier and Type Method Description
    void setBitsPerSample​(BitsPerSample aBitsPerSample)
    Sets the bits/sample per channel for the bits/sample per channel property.
  • Method Details

    • setBitsPerSample

      void setBitsPerSample​(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.