Package org.refcodes.codec
Interface SampleRateAccessor.SampleRateMutator
-
- All Known Subinterfaces:
SampleRateAccessor.SampleRateProperty
- Enclosing interface:
- SampleRateAccessor
public static interface SampleRateAccessor.SampleRateMutator
Provides a mutator for a sample rate property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSampleRate(SampleRate aSampleRate)
Sets the sample rate for the sample rate property.
-
-
-
Method Detail
-
setSampleRate
void setSampleRate(SampleRate aSampleRate)
Sets the sample rate for the sample rate property.- Parameters:
aSampleRate
- The sample rate to be stored by the sample rate property.
-
-