public final class ConsumerIrManager.CarrierFrequencyRange
extends Object
java.lang.Object | |
↳ | android.hardware.ConsumerIrManager.CarrierFrequencyRange |
Represents a range of carrier frequencies (inclusive) on which the infrared transmitter can transmit
Public constructors |
|
---|---|
ConsumerIrManager.CarrierFrequencyRange(int min, int max) Create a segment of a carrier frequency range. |
Public methods |
|
---|---|
int |
getMaxFrequency() Get the maximum (inclusive) frequency in this range segment. |
int |
getMinFrequency() Get the minimum (inclusive) frequency in this range segment. |
Inherited methods |
|
---|---|
![]() java.lang.Object
|
ConsumerIrManager.CarrierFrequencyRange (int min, int max)
Create a segment of a carrier frequency range.
Parameters | |
---|---|
min |
int : The minimum transmittable frequency in this range segment. |
max |
int : The maximum transmittable frequency in this range segment. |
int getMaxFrequency ()
Get the maximum (inclusive) frequency in this range segment.
Returns | |
---|---|
int |
int getMinFrequency ()
Get the minimum (inclusive) frequency in this range segment.
Returns | |
---|---|
int |