public class TunerInfo extends Object
V4L4JConstants.TUNER_TYPE_RADIO or V4L4JConstants.TUNER_TYPE_TV,V4L4JConstants.FREQ_KHZ or V4L4JConstants.FREQ_MHZ,| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
This method returns the V4L index of this tuner.
|
String |
getName()
This method returns the name of this tuner.
|
double |
getRangeHigh()
This method returns the highest tunable frequency supported by this tuner.
|
double |
getRangeLow()
This method returns the lowest tunable frequency supported by this tuner.
|
int |
getType()
This method returns the type of this tuner (
V4L4JConstants.TUNER_TYPE_RADIO
or V4L4JConstants.TUNER_TYPE_TV). |
int |
getUnit()
This method returns the unit used by this tuner (
V4L4JConstants.FREQ_MHZ
or V4L4JConstants.FREQ_KHZ). |
public int getType()
V4L4JConstants.TUNER_TYPE_RADIO
or V4L4JConstants.TUNER_TYPE_TV).public int getUnit()
V4L4JConstants.FREQ_MHZ
or V4L4JConstants.FREQ_KHZ).V4L4JConstants.FREQ_MHZ
or V4L4JConstants.FREQ_KHZ).public double getRangeLow()
public double getRangeHigh()
public String getName()
public int getIndex()
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.