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)

Added in API level 19

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 ()

Added in API level 19

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

public int getMinFrequency ()

Added in API level 19

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