- 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
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a bits/sample per channel property returning the builder for applying multiple build operations.static interface
Provides a mutator for a bits/sample per channel property.static interface
Provides a bits/sample per channel property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the bits/sample per channel from the 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.
-