Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public final class

ConsumerIrManager.CarrierFrequencyRange

extends Object
java.lang.Object
   ↳ android.hardware.ConsumerIrManager.CarrierFrequencyRange

Class Overview

Represents a range of carrier frequencies (inclusive) on which the infrared transmitter can transmit

Summary

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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConsumerIrManager.CarrierFrequencyRange (int min, int max)

Create a segment of a carrier frequency range.

Parameters
min The minimum transmittable frequency in this range segment.
max The maximum transmittable frequency in this range segment.

Public Methods

public int getMaxFrequency ()

Get the maximum (inclusive) frequency in this range segment.

public int getMinFrequency ()

Get the minimum (inclusive) frequency in this range segment.