Interface BitsPerSampleAccessor

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

public interface BitsPerSampleAccessor
Provides an accessor for a bits/sample per channel property.
  • Method Details

    • getBitsPerSample

      BitsPerSample getBitsPerSample()
      Retrieves the bits/sample per channel from the bits/sample per channel property.
      Returns:
      The bits/sample per channel stored by the bits/sample per channel property.