Package org.davic.net.tuning

Provides access to tuning - MPEG multiplex selection.

See:
          Description

Interface Summary
DeliverySystemType An interface that defines constant values for delivery system types
NetworkInterfaceListener The listener used to receive NetworkInterface related events.
 

Class Summary
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 Summary
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.
 

Package org.davic.net.tuning Description

Provides access to tuning - MPEG multiplex selection. Note that in a digital TV system the role of tuning is different from its role in an analog TV system. The service selection API in MHP provides functionality closer to the role of tuning in an analog TV system.

This javadoc has been edited to match the contents of the MHP specification. The following errata agreed in DVB have been implemented with respect to the original DAVIC work.