ConsumerIrManager.CarrierFrequencyRange
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
Summary
Public constructors | |
---|---|
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 | |
---|---|
Public constructors
CarrierFrequencyRange
public 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. |
Public methods
getMaxFrequency
public int getMaxFrequency ()
Get the maximum (inclusive) frequency in this range segment.
Returns | |
---|---|
int |
getMinFrequency
public int getMinFrequency ()
Get the minimum (inclusive) frequency in this range segment.
Returns | |
---|---|
int |