- All Known Subinterfaces:
ModemMetrics
,SampleRateAccessor.SampleRateProperty
- All Known Implementing Classes:
ModemMetricsImpl
public interface SampleRateAccessor
Provides an accessor for a sample rate property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a sample rate property returning the builder for applying multiple build operations.static interface
Provides a mutator for a sample rate property.static interface
Provides a sample rate property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the sample rate from the sample rate property.
-
Method Details
-
getSampleRate
SampleRate getSampleRate()Retrieves the sample rate from the sample rate property.- Returns:
- The sample rate stored by the sample rate property.
-