|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Tuner | |
|---|---|
| com.sun.dtv.service | This package provides an interface for accessing the Low Level SI database. |
| com.sun.dtv.tuner | Provides APIs for access to and control of a broadcast network interface (or "tuner") used for the reception of transport streams. |
| Uses of Tuner in com.sun.dtv.service |
|---|
| Methods in com.sun.dtv.service with parameters of type Tuner | |
|---|---|
static Object |
SIDatabase.getSIDatabase(Tuner tuner)
Returns the SIDatabase instance which corresponds to the native system. |
| Uses of Tuner in com.sun.dtv.tuner |
|---|
| Methods in com.sun.dtv.tuner that return Tuner | |
|---|---|
static Tuner[] |
Tuner.getInstances()
Returns an array of handlers representing each a separate Tuner resource available on the platform corresponding
to the network interfaces which may be used for tuning. |
Tuner |
TuningEvent.getTuner()
Reports the Tuner that generated the event. |
static Tuner |
Tuner.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all physical Tuner instances. |
| Constructors in com.sun.dtv.tuner with parameters of type Tuner | |
|---|---|
TuningCompletedEvent(Tuner tuner)
Constructs a new TuningCompletedEvent. |
|
TuningEvent(Tuner tuner)
Constructs a new TuningEvent. |
|
TuningFailedEvent(Tuner tuner)
Constructs a TuningFailedEvent. |
|
TuningFailedEvent(Tuner tuner,
String reason)
Constructs a TuningFailedEvent. |
|
TuningInitiatedEvent(Tuner tuner)
Constructs the TuningInitiatedEvent. |
|
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||