| Package | Description |
|---|---|
| org.davic.net.tuning |
| Modifier and Type | Class and Description |
|---|---|
class |
IncorrectLocatorException
This exception is raised when a Locator given
is of an inappropriate type.
|
class |
NoFreeInterfaceException
This exception is raised when a NetworkInterface
that could be reserved by the application,
cannot be found.
|
class |
NotOwnerException
This exception is raised when the application calls
a method and has no
control over the corresponding NetworkInterface.
|
class |
NotTunedException
This exception is raised when a method that requires access
to a transport stream is called on a network interface that
is not tuned to any transport stream.
|
class |
StreamNotFoundException
This exception is raised when a reference to a transport stream
from a Locator can not be resolved because
the transport stream does not exist in the database of known
transport streams.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportStream[] |
StreamTable.getTransportStreams(Locator locator)
Returns the transport streams that match the locator.
|
void |
NetworkInterfaceController.release()
Releases the tuner.
|
void |
NetworkInterfaceController.reserve(NetworkInterface ni,
Object requestData)
Tries to reserve exclusively the control
over the specified network interface.
|
void |
NetworkInterfaceController.reserveFor(Locator locator,
Object requestData)
Tries to reserve exclusively the control over a network
interface that can receive the transport stream
specified by the locator parameter.
|
void |
NetworkInterfaceController.tune(Locator locator)
Tunes asynchronously to the given stream (specified
by a Locator).
|
void |
NetworkInterfaceController.tune(TransportStream ts)
Tunes asynchronously to the given transport stream.
|
Copyright © 2012 code4tv.com. All Rights Reserved.