public class TunerList extends Object
Tuners.
This class can not be directly instantiated. Instead, to retrieve a list of
tuners from a VideoDevice, use its
getTunerList() method.| Modifier and Type | Method and Description |
|---|---|
List<Tuner> |
getList()
This method returns a copy of the tuner list.
|
Tuner |
getTuner(int i)
This method returns a tuner given its index.
|
public List<Tuner> getList()
StateException - if this tuner list has been released and must
not be used anymorepublic Tuner getTuner(int i)
StateException - if this tuner list has been released and must not
be used anymoreArrayIndexOutOfBoundsException - if the given index is out of boundsCopyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.