# Print output for @column tags ?> ConsumerIrManager.CarrierFrequencyRange - Android SDK | Android Developers

Most visited


Recently visited


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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.