-
- 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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.static interface
BitsPerSampleAccessor.BitsPerSampleMutator
Provides a mutator for a bits/sample per channel property.static interface
BitsPerSampleAccessor.BitsPerSampleProperty
Provides a bits/sample per channel property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitsPerSample
getBitsPerSample()
Retrieves the bits/sample per channel from the bits/sample per channel property.
-
-
-
Method Detail
-
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.
-
-