| Interface | Description |
|---|---|
| DeliverySystemType |
An interface that defines constant values for delivery system types
|
| NetworkInterfaceListener |
The listener used to receive NetworkInterface related events.
|
| Class | Description |
|---|---|
| NetworkInterface |
Objects of this class represent physical network interfaces
that can be used for receiving broadcast transport streams.
|
| NetworkInterfaceController |
NetworkInterfaceController represents a controller that
can be used for tuning a network interface.
|
| NetworkInterfaceEvent |
Base class for events related to network interfaces.
|
| NetworkInterfaceManager |
A network interface manager is an object that keeps track
of broadcast network interfaces that are connected to the
receiver.
|
| NetworkInterfaceReleasedEvent |
This event informs that the NetworkInterface returned by
the getNetworkInterface method has been released
by an application or other entity in the system.
|
| NetworkInterfaceReservedEvent |
This event informs that a particular network interface has been reserved
by an application or other entity in the system.
|
| NetworkInterfaceTuningEvent |
This event signals that a particular NetworkInterface has started
to tune to another transport stream.
|
| NetworkInterfaceTuningOverEvent |
This event signals that a particular NetworkInterface has completed
its tuning action.
|
| StreamTable |
A stream table containing information about transport streams
known to the receiver
|
| Exception | Description |
|---|---|
| IncorrectLocatorException |
This exception is raised when a Locator given
is of an inappropriate type.
|
| NetworkInterfaceException |
Base class for the NetworkInterfaceExceptions
|
| NoFreeInterfaceException |
This exception is raised when a NetworkInterface
that could be reserved by the application,
cannot be found.
|
| NotOwnerException |
This exception is raised when the application calls
a method and has no
control over the corresponding NetworkInterface.
|
| 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.
|
| 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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.